By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2023-02-01T04:36:03.940Z||main|||||INFO|500||The following profiles are active: basic
2023-02-01T04:36:44.927Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-01T04:36:44.935Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-01T04:36:45.447Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-01T04:37:04.744Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-01T04:37:06.011Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-01T04:37:07.607Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-01T04:37:07.636Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-01T04:37:07.969Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-01T04:37:08.889Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-01T04:37:11.054Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-01T04:37:18.025Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-01T04:37:22.163Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-01T04:37:22.269Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-01T04:37:23.423Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-01T04:37:24.102Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-02-01T04:37:27.277Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-01T04:37:29.793Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-02-01T04:37:29.846Z||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)
2023-02-01T04:37:29.848Z||main|||||WARN|500||The sdc end point is not alive
2023-02-01T04:37:39.929Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-02-01T04:37:53.988Z||main|||||WARN|500||---
2023-02-01T04:37:53.989Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-01T04:37:53.990Z||main|||||WARN|500||---
2023-02-01T04:37:56.225Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-01T04:38:11.635Z||main|||||INFO|500||Started Application in 142.84 seconds (JVM running for 155.459)
2023-02-01T04:38:11.766Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-01T04:38:11.787Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-01T04:38:11.825Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-01T04:38:11.889Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-02-01T04:38:12.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52d2b424-bf12-4e68-8497-408c4cdbac25 url= /sdc/v1/artifactTypes
2023-02-01T04:38:12.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-02-01T04:38:12.898Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-01T04:38:12.966Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2023-02-01T04:38:13.115Z||scheduling-1|||||DEBUG|500||create keys
2023-02-01T04:38:13.145Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-02-01T04:38:13.196Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:38:13.263Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0ccdd544-e049-41ab-8f2f-04bae4cc7f05 url= /sdc/v1/registerForDistribution
2023-02-01T04:38:13.515Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0ccdd544-e049-41ab-8f2f-04bae4cc7f05 url= /sdc/v1/registerForDistribution
2023-02-01T04:38:13.516Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-01T04:38:13.639Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:38:13.651Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:38:13.687Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-01T04:38:13.790Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:38:13.790Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:38:13.770Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:38:13.798Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:38:24.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:38:24.259Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:39:13.567Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:39:13.573Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:39:13.573Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:39:13.580Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:39:13.595Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:39:13.595Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:39:23.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:39:23.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:40:13.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:40:13.575Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:40:13.576Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:40:13.582Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:40:13.583Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:40:13.583Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:40:23.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:40:23.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:41:13.570Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:41:13.581Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:41:13.575Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:41:13.582Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:41:13.583Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EjcaMUROG0JWEck8) ...
2023-02-01T04:41:13.583Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:41:23.208Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:41:23.259Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:42:13.583Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:42:13.587Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:42:13.588Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:42:13.568Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:42:13.614Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:42:13.615Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:42:23.239Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:42:23.246Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:43:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:43:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:43:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:43:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:43:13.581Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:43:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:43:23.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:43:23.207Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:44:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:44:13.569Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:44:13.569Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:44:13.580Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:44:13.582Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:44:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:44:23.212Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:44:23.230Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:45:13.569Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:45:13.574Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:45:13.575Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:45:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:45:13.588Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:45:13.589Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:45:23.223Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:45:23.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:45:41.631Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-01T04:46:13.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:46:13.572Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:46:13.572Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:46:13.603Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:46:13.606Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:46:13.607Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:46:23.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:46:23.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:47:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:47:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:47:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:47:13.583Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:47:13.585Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:47:13.586Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:47:23.161Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:47:23.164Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:48:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:48:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:48:13.569Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:48:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:48:13.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:48:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:48:23.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:48:23.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:49:13.567Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:49:13.569Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:49:13.569Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:49:13.580Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:49:13.582Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:49:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:49:23.165Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:49:23.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:50:13.567Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:50:13.571Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:50:13.575Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:50:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:50:13.586Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:50:13.587Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:50:23.161Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:50:23.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:51:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:51:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:51:13.569Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:51:13.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:51:13.581Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:51:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:51:23.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:51:23.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:52:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:52:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:52:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:52:13.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:52:13.600Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:52:13.601Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:52:23.147Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:52:23.162Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:53:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:53:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:53:13.569Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:53:13.580Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:53:13.582Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:53:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:53:23.164Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:53:23.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:54:13.567Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:54:13.569Z||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.
2023-02-01T04:54:13.569Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:54:13.580Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:54:13.582Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:54:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:54:23.164Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:54:23.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:55:13.566Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:55:13.569Z||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.
2023-02-01T04:55:13.569Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:55:13.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:55:13.583Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:55:13.584Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:55:23.160Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:55:23.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:56:13.568Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:56:13.571Z||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.
2023-02-01T04:56:13.571Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:56:13.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:56:13.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:56:13.583Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:56:23.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:56:23.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:57:13.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:57:13.573Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:57:13.574Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EjcaMUROG0JWEck8) ...
2023-02-01T04:57:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:57:13.583Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:57:13.589Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:57:23.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:57:23.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:58:13.567Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:58:13.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:58:13.570Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EjcaMUROG0JWEck8) ...
2023-02-01T04:58:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:58:13.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:58:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:58:23.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:58:23.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:59:13.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:59:13.572Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:59:13.572Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EjcaMUROG0JWEck8) ...
2023-02-01T04:59:13.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T04:59:13.583Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T04:59:13.583Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T04:59:23.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T04:59:23.210Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:00:13.566Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:00:13.568Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:00:13.568Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EjcaMUROG0JWEck8) ...
2023-02-01T05:00:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:00:13.581Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:00:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:00:23.138Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:00:23.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:01:13.566Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:01:13.568Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:01:13.568Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EjcaMUROG0JWEck8) ...
2023-02-01T05:01:13.581Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:01:13.582Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:01:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:01:23.163Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:01:23.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:02:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:02:13.568Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:02:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:02:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:02:13.581Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:02:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:02:23.140Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:02:23.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:03:13.568Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:03:13.570Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:03:13.574Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:03:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:03:13.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:03:13.583Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:03:23.155Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:03:23.158Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:04:13.567Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:04:13.571Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:04:13.571Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:04:13.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:04:13.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:04:13.597Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:04:23.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:04:23.210Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:05:13.567Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:05:13.569Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:05:13.570Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:05:13.580Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:05:13.581Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:05:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:05:23.165Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:05:23.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:06:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:06:13.569Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:06:13.569Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:06:13.580Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:06:13.581Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:06:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:06:23.150Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:06:23.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:07:13.568Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:07:13.570Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:07:13.570Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:07:13.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:07:13.585Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:07:13.588Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:07:23.156Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:07:23.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:08:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:08:13.567Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:08:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:08:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:08:13.581Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:08:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:08:23.141Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:08:23.157Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:09:13.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:09:13.576Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:09:13.576Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:09:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:09:13.589Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:09:13.591Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:09:23.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:09:23.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:10:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:10:13.568Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:10:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:10:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:10:13.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:10:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:10:23.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:10:23.182Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:11:13.568Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:11:13.573Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:11:13.574Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:11:13.579Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:11:13.581Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:11:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:11:23.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:11:23.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:12:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:12:13.567Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:12:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:12:13.579Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:12:13.580Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:12:13.580Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:12:23.155Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:12:23.156Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:13:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:13:13.568Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:13:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:13:13.580Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:13:13.581Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:13:13.583Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:13:23.159Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:13:23.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:14:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:14:13.569Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:14:13.570Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:14:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:14:13.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:14:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:14:23.143Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:14:23.148Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:15:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:15:13.568Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:15:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:15:13.579Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:15:13.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:15:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:15:23.157Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:15:23.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:16:13.567Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:16:13.571Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:16:13.572Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:16:13.580Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:16:13.582Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:16:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:16:23.152Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:16:23.153Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:17:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:17:13.570Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:17:13.571Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:17:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:17:13.582Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:17:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:17:23.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:17:23.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:18:13.567Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:18:13.569Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:18:13.569Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:18:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:18:13.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:18:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:18:23.165Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:18:23.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:19:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:19:13.568Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:19:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:19:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:19:13.582Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:19:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:19:23.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:19:23.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:20:13.593Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:20:13.595Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:20:13.596Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:20:13.598Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:20:13.599Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:20:13.600Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:20:23.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:20:23.210Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:21:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:21:13.567Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:21:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:21:13.579Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:21:13.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:21:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:21:23.154Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:21:23.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:22:13.568Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:22:13.570Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:22:13.570Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:22:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:22:13.580Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:22:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:22:23.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:22:23.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:23:13.567Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:23:13.569Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:23:13.570Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:23:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:23:13.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:23:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:23:23.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:23:23.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:24:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:24:13.570Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:24:13.570Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:24:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:24:13.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:24:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:24:23.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:24:23.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:25:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:25:13.570Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:25:13.571Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:25:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:25:13.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:25:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:25:23.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:25:23.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:26:13.567Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:26:13.569Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:26:13.569Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:26:13.588Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:26:13.590Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:26:13.590Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:26:23.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:26:23.218Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:27:13.567Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:27:13.569Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:27:13.569Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:27:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:27:13.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:27:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:27:23.148Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:27:23.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:28:13.567Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:28:13.569Z||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.
2023-02-01T05:28:13.570Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:28:13.580Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:28:13.582Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:28:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:28:23.208Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:28:23.215Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:29:13.567Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:29:13.570Z||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.
2023-02-01T05:29:13.571Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:29:13.580Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:29:13.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:29:13.583Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:29:23.159Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:29:23.160Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:30:13.566Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:30:13.568Z||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.
2023-02-01T05:30:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:30:13.579Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:30:13.584Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:30:13.584Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:30:23.135Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:30:23.150Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:31:13.567Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:31:13.573Z||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.
2023-02-01T05:31:13.574Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:31:13.580Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:31:13.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:31:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:31:23.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:31:23.156Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:32:13.567Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:32:13.569Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:32:13.569Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:32:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:32:13.582Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:32:13.583Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:32:23.157Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:32:23.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:33:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:33:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:33:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:33:13.580Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:33:13.582Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:33:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:33:23.152Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:33:23.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:34:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:34:13.571Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:34:13.573Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:34:13.580Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:34:13.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:34:13.583Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:34:23.164Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:34:23.186Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:35:13.567Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:35:13.569Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:35:13.570Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:35:13.580Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:35:13.589Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:35:13.590Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:35:23.187Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:35:23.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:36:13.567Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:36:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:36:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:36:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:36:13.587Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:36:13.588Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:36:23.152Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:36:23.162Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:37:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:37:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:37:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:37:13.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:37:13.580Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:37:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:37:23.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:37:23.163Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:38:13.567Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:38:13.573Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:38:13.575Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:38:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:38:13.580Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:38:13.580Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:38:23.176Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:38:23.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:39:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:39:13.569Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:39:13.570Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:39:13.579Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:39:13.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:39:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:39:23.144Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:39:23.166Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:40:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:40:13.567Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:40:13.567Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:40:13.579Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:40:13.581Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:40:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:40:23.149Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:40:23.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:41:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:41:13.569Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:41:13.570Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:41:13.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:41:13.584Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:41:13.584Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:41:23.164Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:41:23.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:42:13.569Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:42:13.570Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:42:13.571Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:42:13.582Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:42:13.583Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:42:13.583Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:42:23.260Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:42:23.293Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:43:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:43:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:43:13.569Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:43:13.579Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:43:13.580Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:43:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:43:23.161Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:43:23.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:44:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:44:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:44:13.569Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:44:13.580Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:44:13.582Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:44:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:44:23.158Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:44:23.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:45:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:45:13.573Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:45:13.573Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:45:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:45:13.585Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:45:13.586Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:45:23.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:45:23.186Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:46:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:46:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:46:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:46:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:46:13.580Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:46:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:46:23.158Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:46:23.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:47:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:47:13.569Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:47:13.572Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:47:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:47:13.581Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:47:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:47:23.150Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:47:23.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:48:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:48:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:48:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:48:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:48:13.581Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:48:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:48:23.166Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:48:23.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:49:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:49:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:49:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:49:13.579Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:49:13.580Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:49:13.580Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:49:23.259Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:49:23.259Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:50:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:50:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:50:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:50:13.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:50:13.582Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:50:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:50:23.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:50:23.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:51:13.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:51:13.572Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:51:13.572Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:51:13.581Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:51:13.586Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:51:13.586Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:51:23.178Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:51:23.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:52:13.567Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:52:13.573Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:52:13.574Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:52:13.579Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:52:13.585Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:52:13.585Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:52:23.153Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:52:23.154Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:53:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:53:13.567Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:53:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:53:13.579Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:53:13.593Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:53:13.595Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:53:23.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:53:23.196Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:54:13.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:54:13.572Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:54:13.572Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:54:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:54:13.580Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:54:13.580Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:54:23.144Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:54:23.153Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:55:13.574Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:55:13.576Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:55:13.576Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:55:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:55:13.580Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:55:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:55:23.189Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:55:23.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:56:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:56:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:56:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:56:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:56:13.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:56:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:56:23.142Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:56:23.154Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:57:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:57:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:57:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:57:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:57:13.582Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:57:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:57:23.139Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:57:23.140Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:58:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:58:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:58:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:58:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:58:13.581Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:58:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:58:23.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:58:23.178Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:59:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:59:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:59:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:59:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T05:59:13.581Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T05:59:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T05:59:23.142Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T05:59:23.157Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:00:13.567Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:00:13.569Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:00:13.569Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:00:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:00:13.580Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:00:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:00:23.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:00:23.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:01:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:01:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:01:13.588Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:01:13.595Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:01:13.596Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:01:23.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:23.391Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:23.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T06:01:23.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e0388cfc-e980-41e5-9339-7075d9f3c54d","serviceName":"vFW 2023-02-01 05-59-31","serviceVersion":"1.0","serviceUUID":"b3326e0f-d1cf-4b72-9fd2-c000126c01d0","serviceDescription":"catalog service description","serviceInvariantUUID":"222c771b-b53f-4e20-86a1-e1d664be5183","resources":[{"resourceInstanceName":"vFW 8d268136-b32b 0","resourceName":"vFW 8d268136-b32b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5c3c7c7e-f9d1-4e8b-b28c-b7988891e384","resourceInvariantUUID":"6af76e58-b545-433b-adc8-b287afd12076","resourceCustomizationUUID":"9606c2ae-dd90-4e5b-97ee-6391278eeb74","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vf-license-model.xml","artifactChecksum":"ZjAxMTkwYmFlMTcwMGE0ZGNhMjc1M2UxNzFkZDBiZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"758e091c-d0ae-43a3-8486-1ab26a4fcedb","artifactVersion":"1"},{"artifactName":"vfw8d268136b32b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json","artifactChecksum":"OWZjMTRmMmNhOGQyOWJkOTVlMzkwOGM5NDgwYTdkMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"10845cba-7b68-4e53-969a-230241e19f62","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5451b2f-7453-4c9f-9b0f-76df764cc529","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vendor-license-model.xml","artifactChecksum":"YTZhNGFlMmZjNjU0MWQ2MjllOWU3MWEzYzA1OTUyZjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9d341a3-6da3-4128-8267-5ffde51c88fe","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6202bbd2-5c80-4556-a955-43a19e08853d","artifactVersion":"2","generatedFromUUID":"f5451b2f-7453-4c9f-9b0f-76df764cc529"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230201055931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-template.yml","artifactChecksum":"YTJjNzE2OGJiZDNmYjhlYzUxYjQwYTNlM2I3NWUyYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"668f1c7e-d354-4170-aa73-83a6ac8fa7fe","artifactVersion":"1"},{"artifactName":"service-Vfw20230201055931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar","artifactChecksum":"MzMwMjViNjBhYjRiYTc3ZjllNmZlMjUwNGQ5MDUwMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3dac1839-6645-4ce2-9790-707659360d94","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-01T06:01:23.440Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:01:23.454Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:01:23.482Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:01:23.483Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231273566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:01:23.583Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2023-02-01T06:01:23.589Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:01:23.589Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:01:23.604Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:23.606Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:01:24.503Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:01:24.504Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:01:24.507Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:01:24.508Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231273566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json",
"status": "NOTIFIED"
}
2023-02-01T06:01:24.608Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-01T06:01:24.609Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:01:24.609Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:01:24.632Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:24.672Z||pool-4-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2023-02-01T06:01:25.509Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:01:25.511Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:01:25.514Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:01:25.514Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231273566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-01T06:01:25.614Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-01T06:01:25.615Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:01:25.616Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:01:25.630Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:25.632Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:01:26.515Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:01:26.516Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:01:26.521Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:01:26.522Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231273566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:01:26.621Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-02-01T06:01:26.622Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:01:26.622Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:01:26.653Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:26.654Z||pool-6-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2023-02-01T06:01:27.524Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:01:27.526Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:01:27.529Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:01:27.529Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231273566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-01T06:01:27.629Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-01T06:01:27.638Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:01:27.638Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:01:27.657Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:27.658Z||pool-7-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:01:28.531Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:01:28.532Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:01:28.535Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:01:28.536Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231273566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:01:28.635Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-01T06:01:28.637Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:01:28.638Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:01:28.658Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:28.659Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:01:29.536Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:01:29.540Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:01:29.543Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:01:29.543Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231273566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:01:29.646Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-02-01T06:01:29.647Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:01:29.648Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:01:29.664Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:29.665Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:01:30.547Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"serviceName": "vFW 2023-02-01 05-59-31",
"serviceVersion": "1.0",
"serviceUUID": "b3326e0f-d1cf-4b72-9fd2-c000126c01d0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "222c771b-b53f-4e20-86a1-e1d664be5183",
"resources": [
{
"resourceInstanceName": "vFW 8d268136-b32b 0",
"resourceCustomizationUUID": "9606c2ae-dd90-4e5b-97ee-6391278eeb74",
"resourceName": "vFW 8d268136-b32b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5c3c7c7e-f9d1-4e8b-b28c-b7988891e384",
"resourceInvariantUUID": "6af76e58-b545-433b-adc8-b287afd12076",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw8d268136b32b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json",
"artifactChecksum": "OWZjMTRmMmNhOGQyOWJkOTVlMzkwOGM5NDgwYTdkMDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "10845cba-7b68-4e53-969a-230241e19f62",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f5451b2f-7453-4c9f-9b0f-76df764cc529",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6202bbd2-5c80-4556-a955-43a19e08853d",
"generatedFromUUID": "f5451b2f-7453-4c9f-9b0f-76df764cc529"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6202bbd2-5c80-4556-a955-43a19e08853d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230201055931-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"artifactChecksum": "MzMwMjViNjBhYjRiYTc3ZjllNmZlMjUwNGQ5MDUwMTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3dac1839-6645-4ce2-9790-707659360d94"
}
],
"workloadContext": "Production"
}
2023-02-01T06:01:30.550Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-01T06:01:30.550Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b3326e0f-d1cf-4b72-9fd2-c000126c01d0 ASDC
2023-02-01T06:01:30.846Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e0388cfc-e980-41e5-9339-7075d9f3c54d
ServiceName:vFW 2023-02-01 05-59-31
ServiceVersion:1.0
ServiceUUID:b3326e0f-d1cf-4b72-9fd2-c000126c01d0
ServiceInvariantUUID:222c771b-b53f-4e20-86a1-e1d664be5183
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230201055931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar
ArtifactUUID:3dac1839-6645-4ce2-9790-707659360d94
ArtifactChecksum:MzMwMjViNjBhYjRiYTc3ZjllNmZlMjUwNGQ5MDUwMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8d268136-b32b 0
ResourceCustomizationUUID:9606c2ae-dd90-4e5b-97ee-6391278eeb74
ResourceInvariantUUID:6af76e58-b545-433b-adc8-b287afd12076
ResourceName:vFW 8d268136-b32b
ResourceType:VF
ResourceUUID:5c3c7c7e-f9d1-4e8b-b28c-b7988891e384
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8d268136b32b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json
ArtifactUUID:10845cba-7b68-4e53-969a-230241e19f62
ArtifactChecksum:OWZjMTRmMmNhOGQyOWJkOTVlMzkwOGM5NDgwYTdkMDI=
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/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml
ArtifactUUID:f5451b2f-7453-4c9f-9b0f-76df764cc529
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/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env
ArtifactUUID:6202bbd2-5c80-4556-a955-43a19e08853d
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/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env
ArtifactUUID:6202bbd2-5c80-4556-a955-43a19e08853d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-01T06:01:30.846Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3326e0f-d1cf-4b72-9fd2-c000126c01d0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T06:01:31.648Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T06:01:31.652Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-01T06:01:31.655Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-01T06:01:31.656Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3dac1839-6645-4ce2-9790-707659360d94 from URL: /sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar
2023-02-01T06:01:31.656Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-01T06:01:31.659Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar
2023-02-01T06:01:31.811Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-01T06:01:31.857Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar 3dac1839-6645-4ce2-9790-707659360d94 100716
2023-02-01T06:01:31.889Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar ASDC sendASDCNotification
2023-02-01T06:01:31.890Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar
2023-02-01T06:01:31.894Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T06:01:31.897Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:01:31.904Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:01:31.905Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231291858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:01:32.004Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-01T06:01:32.006Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:01:32.006Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:01:32.021Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:32.022Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:01:32.906Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T06:01:32.913Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-01T06:01:32.914Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3dac1839-6645-4ce2-9790-707659360d94, URL: /sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar to file: /app/ASDC/1/service-Vfw20230201055931-csar.csar
2023-02-01T06:01:32.921Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230201055931-csar.csar
2023-02-01T06:01:33.100Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230201055931-csar.csar
2023-02-01T06:01:33.101Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230201055931-csar.csar
2023-02-01T06:01:34.300Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18093822522982465208/Definitions/service-Vfw20230201055931-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-02-01T06:01:39.501Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-01T06:01:39.513Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-01T06:01:39.513Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar
2023-02-01T06:01:39.514Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-01T06:01:39.514Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar
2023-02-01T06:01:39.514Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||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-Vfw20230201055931-csar.csar
2023-02-01T06:01:39.514Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||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-Vfw20230201055931-csar.csar
2023-02-01T06:01:39.514Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||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-Vfw20230201055931-csar.csar
2023-02-01T06:01:39.514Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar
2023-02-01T06:01:39.515Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar
2023-02-01T06:01:39.515Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||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-Vfw20230201055931-csar.csar
2023-02-01T06:01:39.515Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar
2023-02-01T06:01:39.515Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar
2023-02-01T06:01:39.515Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar
2023-02-01T06:01:39.515Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8d268136-b32b 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar
2023-02-01T06:01:39.515Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-01T06:01:39.529Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:39.531Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:01:39.537Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria
2023-02-01T06:01:39.537Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-01T06:01:39.539Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T06:01:39.541Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:39.542Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:01:39.542Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria
2023-02-01T06:01:39.542Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-01T06:01:39.543Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T06:01:39.544Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:39.544Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:01:39.551Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:39.552Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is not matching search criteria
2023-02-01T06:01:39.552Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T06:01:39.553Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-01T06:01:39.554Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-01T06:01:39.555Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-01T06:01:39.555Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-01T06:01:39.556Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T06:01:39.556Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T06:01:39.557Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-01T06:01:39.560Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-01T06:01:39.561Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-01T06:01:39.562Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-01T06:01:39.563Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-01T06:01:39.563Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-01T06:01:39.564Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-01T06:01:39.564Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T06:01:39.565Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-01T06:01:39.565Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:39.566Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T06:01:39.568Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:39.569Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria
2023-02-01T06:01:39.571Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T06:01:39.572Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:39.572Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria
2023-02-01T06:01:39.572Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T06:01:39.573Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:39.574Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria
2023-02-01T06:01:39.574Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T06:01:39.575Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:39.575Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is not matching search criteria
2023-02-01T06:01:39.576Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T06:01:39.576Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-01T06:01:39.576Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T06:01:39.577Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-01T06:01:39.577Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-01T06:01:39.578Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-01T06:01:39.578Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-01T06:01:39.582Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-01T06:01:39.583Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-01T06:01:39.583Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-01T06:01:39.583Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T06:01:39.583Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9c0e8b4c-97df-4c52-866d-0f48b2d83681
2023-02-01T06:01:39.584Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:39.586Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is not matching search criteria
2023-02-01T06:01:39.586Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T06:01:39.586Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-01T06:01:39.586Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-01T06:01:39.586Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-01T06:01:39.587Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-01T06:01:39.587Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T06:01:39.587Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T06:01:39.587Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-01T06:01:39.594Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-01T06:01:39.595Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-01T06:01:39.595Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-01T06:01:39.596Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T06:01:39.596Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ae475553-9dcf-417e-bb2f-96ef24c0a0e1
2023-02-01T06:01:39.597Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:39.597Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is not matching search criteria
2023-02-01T06:01:39.598Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T06:01:39.598Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-01T06:01:39.599Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-01T06:01:39.599Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-01T06:01:39.599Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-01T06:01:39.600Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T06:01:39.600Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T06:01:39.600Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-01T06:01:39.600Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-01T06:01:39.600Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-01T06:01:39.601Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-01T06:01:39.601Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-01T06:01:39.601Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=87437f0b-e870-4320-bfba-e102c1eaa7a6
2023-02-01T06:01:39.601Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:39.601Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:01:39.602Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:39.602Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:01:39.602Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:39.602Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:01:39.602Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:39.603Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:01:39.603Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-02-01 05-59-31
Description:catalog service description
Model UUID:b3326e0f-d1cf-4b72-9fd2-c000126c01d0
Model Version:NULL
Model InvariantUuid:222c771b-b53f-4e20-86a1-e1d664be5183
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 8d268136-b32b
Model UUID:41af5abe-f216-43e9-b655-a0eef4167758
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6af76e58-b545-433b-adc8-b287afd12076
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9606c2ae-dd90-4e5b-97ee-6391278eeb74
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:992351d2-a96e-4166-8811-f640dd2fd92a
ModelName:Vfw8d268136B32b..base_vfw..module-0
ModelUuid:609cac44-f690-4c49-9596-a316d952159d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9c0e8b4c-97df-4c52-866d-0f48b2d83681
ModelInvariantUuid:94312f82-2b13-4f1d-b41e-e57203272669
ModelName:vFW 8d268136-b32b-nodes.vfwCvfc
ModelUuid:464a5132-bd57-40b1-a749-b06c829b2a40
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7d480f95-bcbb-4d39-8737-4bc4a19ff49c
ModelInvariantUuid:9172d2c6-fc2d-4dbf-b491-f1d34bf5735b
ModelName:Vfw8d268136B32b.compute.nodes.heat.vfw
ModelUuid:67ec8e4b-64a8-4c4e-9e85-94fd27b30fdd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ae475553-9dcf-417e-bb2f-96ef24c0a0e1
ModelInvariantUuid:02303beb-8710-47e1-97c9-9cf8298b8958
ModelName:vFW 8d268136-b32b-nodes.vsnCvfc
ModelUuid:49f1c80d-e837-49d0-8cad-e703d4287e96
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8a860c9e-05f5-41f2-9b55-a8c17ac02f8b
ModelInvariantUuid:ccaf741f-e561-4bfa-b9f4-964bf4262aca
ModelName:Vfw8d268136B32b.compute.nodes.heat.vsn
ModelUuid:0b80249e-edde-425d-924b-1eead741bb19
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:87437f0b-e870-4320-bfba-e102c1eaa7a6
ModelInvariantUuid:571921bb-fa54-4d21-b2ee-f3994494182c
ModelName:vFW 8d268136-b32b-nodes.vpgCvfc
ModelUuid:d5a2c63f-a18a-4476-9305-970fdcb9d9b1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1a607732-cd03-4e0e-9905-bfeb44ff97e9
ModelInvariantUuid:96394593-c557-4fb7-b3ab-0ca88bc8730f
ModelName:Vfw8d268136B32b.compute.nodes.heat.vpg
ModelUuid:3cbc7a99-8503-47b7-bf1f-3188c2701a88
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-01T06:01:39.781Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 5c3c7c7e-f9d1-4e8b-b28c-b7988891e384
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T06:01:40.106Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||vFW 8d268136-b32b 0
2023-02-01T06:01:40.117Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5c3c7c7e-f9d1-4e8b-b28c-b7988891e384
2023-02-01T06:01:40.117Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 10845cba-7b68-4e53-969a-230241e19f62 from URL: /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json
2023-02-01T06:01:40.117Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-01T06:01:40.118Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json
2023-02-01T06:01:40.216Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-01T06:01:40.218Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json 10845cba-7b68-4e53-969a-230241e19f62 785
2023-02-01T06:01:40.219Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json ASDC sendASDCNotification
2023-02-01T06:01:40.219Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json
2023-02-01T06:01:40.219Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T06:01:40.219Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:01:40.232Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:01:40.233Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231300219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:01:40.355Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 122 ms
2023-02-01T06:01:40.356Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:01:40.356Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:01:40.392Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:40.393Z||pool-11-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:01:41.235Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8d268136B32b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "992351d2-a96e-4166-8811-f640dd2fd92a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "609cac44-f690-4c49-9596-a316d952159d",
"vfModuleModelCustomizationUUID": "0dc90d6d-78c8-4517-9ea2-1fccb2a0a176",
"isBase": true,
"artifacts": [
"f5451b2f-7453-4c9f-9b0f-76df764cc529",
"6202bbd2-5c80-4556-a955-43a19e08853d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-01T06:01:41.266Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8d268136B32b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:609cac44-f690-4c49-9596-a316d952159d
VfModuleModelInvariantUUID:992351d2-a96e-4166-8811-f640dd2fd92a
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5451b2f-7453-4c9f-9b0f-76df764cc529
,
6202bbd2-5c80-4556-a955-43a19e08853d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-01T06:01:41.272Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8d268136B32b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "992351d2-a96e-4166-8811-f640dd2fd92a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "609cac44-f690-4c49-9596-a316d952159d",
"vfModuleModelCustomizationUUID": "0dc90d6d-78c8-4517-9ea2-1fccb2a0a176",
"isBase": true,
"artifacts": [
"f5451b2f-7453-4c9f-9b0f-76df764cc529",
"6202bbd2-5c80-4556-a955-43a19e08853d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-01T06:01:41.272Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8d268136B32b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:609cac44-f690-4c49-9596-a316d952159d
VfModuleModelInvariantUUID:992351d2-a96e-4166-8811-f640dd2fd92a
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5451b2f-7453-4c9f-9b0f-76df764cc529
,
6202bbd2-5c80-4556-a955-43a19e08853d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-01T06:01:41.272Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f5451b2f-7453-4c9f-9b0f-76df764cc529 from URL: /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml
2023-02-01T06:01:41.273Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-01T06:01:41.273Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml
2023-02-01T06:01:41.368Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-01T06:01:41.369Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml f5451b2f-7453-4c9f-9b0f-76df764cc529 20368
2023-02-01T06:01:41.370Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-01T06:01:41.370Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml
2023-02-01T06:01:41.370Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T06:01:41.371Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:01:41.374Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:01:41.374Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231301370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:01:41.473Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-01T06:01:41.475Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:01:41.475Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:01:41.499Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:41.500Z||pool-12-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2023-02-01T06:01:42.375Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6202bbd2-5c80-4556-a955-43a19e08853d from URL: /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env
2023-02-01T06:01:42.375Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-01T06:01:42.376Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env
2023-02-01T06:01:42.442Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-01T06:01:42.443Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env 6202bbd2-5c80-4556-a955-43a19e08853d 2098
2023-02-01T06:01:42.444Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-01T06:01:42.444Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env
2023-02-01T06:01:42.444Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T06:01:42.444Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:01:42.457Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:01:42.458Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231302443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:01:42.552Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-02-01T06:01:42.553Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:01:42.554Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:01:42.573Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:42.574Z||pool-13-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:01:43.459Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b3326e0f-d1cf-4b72-9fd2-c000126c01d0
2023-02-01T06:01:43.459Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8d268136-b32b 0 5c3c7c7e-f9d1-4e8b-b28c-b7988891e384 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T06:01:43.570Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61d08362, org.onap.sdc.toscaparser.api.parameters.Input@7bcbbc2c, org.onap.sdc.toscaparser.api.parameters.Input@712d5bb8, org.onap.sdc.toscaparser.api.parameters.Input@7055851f, org.onap.sdc.toscaparser.api.parameters.Input@157bc3e4]
2023-02-01T06:01:43.576Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.577Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:01:43.577Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2023-02-01T06:01:43.578Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 9606c2ae-dd90-4e5b-97ee-6391278eeb74
2023-02-01T06:01:43.578Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9606c2ae-dd90-4e5b-97ee-6391278eeb74 matches Tosca VF Customization UUID: 9606c2ae-dd90-4e5b-97ee-6391278eeb74
2023-02-01T06:01:43.578Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 9606c2ae-dd90-4e5b-97ee-6391278eeb74 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-01T06:01:43.592Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.592Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:01:43.595Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 9606c2ae-dd90-4e5b-97ee-6391278eeb74: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-01T06:01:43.595Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25101716
2023-02-01T06:01:43.596Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.596Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T06:01:43.597Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0dc90d6d-78c8-4517-9ea2-1fccb2a0a176
2023-02-01T06:01:43.599Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0dc90d6d-78c8-4517-9ea2-1fccb2a0a176
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-01T06:01:43.609Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.609Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria
2023-02-01T06:01:43.610Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T06:01:43.611Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.611Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria
2023-02-01T06:01:43.611Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T06:01:43.612Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.612Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is not matching search criteria
2023-02-01T06:01:43.612Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T06:01:43.612Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-01T06:01:43.613Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T06:01:43.613Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-01T06:01:43.613Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-01T06:01:43.614Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-01T06:01:43.614Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-01T06:01:43.614Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-01T06:01:43.614Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-01T06:01:43.614Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-01T06:01:43.615Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T06:01:43.615Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9c0e8b4c-97df-4c52-866d-0f48b2d83681
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-01T06:01:43.641Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.642Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria
2023-02-01T06:01:43.642Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T06:01:43.642Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.643Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is not matching search criteria
2023-02-01T06:01:43.644Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T06:01:43.645Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-01T06:01:43.645Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-01T06:01:43.645Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-01T06:01:43.646Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-01T06:01:43.646Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T06:01:43.646Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T06:01:43.647Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-01T06:01:43.647Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-01T06:01:43.648Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-01T06:01:43.649Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-01T06:01:43.650Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T06:01:43.650Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ae475553-9dcf-417e-bb2f-96ef24c0a0e1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-01T06:01:43.659Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.660Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria
2023-02-01T06:01:43.660Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T06:01:43.664Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.665Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is not matching search criteria
2023-02-01T06:01:43.666Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T06:01:43.666Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-01T06:01:43.667Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-01T06:01:43.667Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-01T06:01:43.667Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-01T06:01:43.667Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T06:01:43.668Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T06:01:43.668Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-01T06:01:43.668Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-01T06:01:43.668Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-01T06:01:43.669Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-01T06:01:43.669Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-01T06:01:43.669Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=87437f0b-e870-4320-bfba-e102c1eaa7a6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-01T06:01:43.674Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.675Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria
2023-02-01T06:01:43.675Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T06:01:43.676Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.676Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria
2023-02-01T06:01:43.676Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=9606c2ae-dd90-4e5b-97ee-6391278eeb74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T06:01:43.684Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.685Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:01:43.685Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b3326e0f-d1cf-4b72-9fd2-c000126c01d0: vFW 8d268136-b32b
2023-02-01T06:01:43.686Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.686Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:01:43.686Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.687Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:01:43.687Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.687Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:01:43.687Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.688Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:01:43.688Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:01:43.688Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:01:43.689Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2023-02-01 05-59-31
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T06:01:44.656Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8d268136-b32b 5c3c7c7e-f9d1-4e8b-b28c-b7988891e384 1 ASDC deployResourceStructure
2023-02-01T06:01:44.658Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json ASDC sendASDCNotification
2023-02-01T06:01:44.658Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json
2023-02-01T06:01:44.658Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T06:01:44.658Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:01:44.662Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:01:44.663Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231304657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-01T06:01:44.763Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-01T06:01:44.764Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:01:44.764Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:01:44.792Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:44.792Z||pool-14-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2023-02-01T06:01:45.666Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-01T06:01:45.666Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml
2023-02-01T06:01:45.666Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T06:01:45.667Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:01:45.672Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:01:45.673Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231305666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-01T06:01:45.770Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-02-01T06:01:45.773Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:01:45.773Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:01:45.822Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:45.823Z||pool-15-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:01:46.674Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-01T06:01:46.675Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env
2023-02-01T06:01:46.675Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T06:01:46.675Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:01:46.677Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:01:46.678Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231306674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-01T06:01:46.781Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-02-01T06:01:46.783Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:01:46.783Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:01:46.817Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:46.818Z||pool-16-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:01:47.682Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar ASDC sendASDCNotification
2023-02-01T06:01:47.684Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar
2023-02-01T06:01:47.684Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T06:01:47.684Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:01:47.688Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:01:47.688Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231307682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T06:01:47.793Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2023-02-01T06:01:47.795Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:01:47.797Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:01:47.822Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:01:47.823Z||pool-17-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:01:48.689Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0388cfc-e980-41e5-9339-7075d9f3c54d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-01T06:01:48.860Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0388cfc-e980-41e5-9339-7075d9f3c54d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-01T06:01:48.882Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T06:01:48.883Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T06:01:48.883Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T06:02:13.581Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:02:13.591Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:02:13.592Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:02:13.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:02:14.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231276661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "cds",
"timestamp": 1675231274018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231283538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231273566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "cds",
"timestamp": 1675231274018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231276661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json",
"status": "NOTIFIED"
}
2023-02-01T06:02:14.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231283538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231273566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json",
"status": "NOTIFIED"
}
2023-02-01T06:02:14.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "cds",
"timestamp": 1675231274018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231276661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-01T06:02:14.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231283538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231273566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-01T06:02:14.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "cds",
"timestamp": 1675231274018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231276661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231283538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231273566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "cds",
"timestamp": 1675231274018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231276661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-01T06:02:14.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231283538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231273566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-01T06:02:14.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "ves-openapi-manager",
"timestamp": 1675231287726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "cds",
"timestamp": 1675231274018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231276661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231283538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231273566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "aai-ml",
"timestamp": 1675231287454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "ves-openapi-manager",
"timestamp": 1675231287726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "cds",
"timestamp": 1675231274018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:02:14.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231276661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:02:14.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231283538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:02:14.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231273566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:02:14.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "aai-ml",
"timestamp": 1675231287454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "ves-openapi-manager",
"timestamp": 1675231287726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231289609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:02:14.378Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "cds",
"timestamp": 1675231290641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:02:14.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231291720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:02:14.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "aai-ml",
"timestamp": 1675231287454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "ves-openapi-manager",
"timestamp": 1675231287726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "cds",
"timestamp": 1675231291661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T06:02:14.455Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e0388cfc-e980-41e5-9339-7075d9f3c54d
2023-02-01T06:02:14.455Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0388cfc-e980-41e5-9339-7075d9f3c54d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T06:02:14.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231290732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:02:14.516Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231291858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:02:14.517Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "aai-ml",
"timestamp": 1675231287454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "ves-openapi-manager",
"timestamp": 1675231287726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231291811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:02:14.519Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "aai-ml",
"timestamp": 1675231287454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "ves-openapi-manager",
"timestamp": 1675231287726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "aai-ml",
"timestamp": 1675231287454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231292918,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T06:02:14.539Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0388cfc-e980-41e5-9339-7075d9f3c54d
2023-02-01T06:02:14.539Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0388cfc-e980-41e5-9339-7075d9f3c54d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T06:02:14.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "ves-openapi-manager",
"timestamp": 1675231287726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "aai-ml",
"timestamp": 1675231287454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:02:14.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231293923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-01T06:02:14.645Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "aai-ml",
"timestamp": 1675231295741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:02:14.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231299594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T06:02:14.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231300629,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T06:02:14.726Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e0388cfc-e980-41e5-9339-7075d9f3c54d
2023-02-01T06:02:14.727Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0388cfc-e980-41e5-9339-7075d9f3c54d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T06:02:14.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231300219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:02:14.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231301370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:02:14.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231302443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:02:14.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231296661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231304657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-01T06:02:14.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "cds",
"timestamp": 1675231304024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231296661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json",
"status": "NOTIFIED"
}
2023-02-01T06:02:14.764Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231305666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-01T06:02:14.764Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "cds",
"timestamp": 1675231304024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.764Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231296661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-01T06:02:14.765Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231306674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-01T06:02:14.765Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "cds",
"timestamp": 1675231304024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231296661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231307682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T06:02:14.767Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "cds",
"timestamp": 1675231304024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231296661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-01T06:02:14.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1675231307726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "cds",
"timestamp": 1675231304024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231296661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1675231307726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "cds",
"timestamp": 1675231304024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231296661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:02:14.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1675231307726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "cds",
"timestamp": 1675231304024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:02:14.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231310084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:02:14.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1675231307726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "cds",
"timestamp": 1675231311801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:02:14.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231311157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:02:14.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1675231307726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "cds",
"timestamp": 1675231312807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T06:02:14.866Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e2f827ac-0bb5-4d52-b337-4b71d502b0a9
2023-02-01T06:02:14.870Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2f827ac-0bb5-4d52-b337-4b71d502b0a9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T06:02:14.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231313538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1675231307726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231312232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:02:14.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231313538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1675231307726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231313251,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T06:02:14.933Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e2f827ac-0bb5-4d52-b337-4b71d502b0a9
2023-02-01T06:02:14.933Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2f827ac-0bb5-4d52-b337-4b71d502b0a9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T06:02:14.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231313538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675231314255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-01T06:02:14.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "aai-ml",
"timestamp": 1675231314767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T06:02:14.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231313538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "aai-ml",
"timestamp": 1675231315778,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T06:02:14.975Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e0388cfc-e980-41e5-9339-7075d9f3c54d
2023-02-01T06:02:14.976Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0388cfc-e980-41e5-9339-7075d9f3c54d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T06:02:14.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231313538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231313538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "aai-ml",
"timestamp": 1675231317454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231313538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:02:14.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "aai-ml",
"timestamp": 1675231317454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231321444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:02:14.997Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "aai-ml",
"timestamp": 1675231317454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "aai-ml",
"timestamp": 1675231317454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "aai-ml",
"timestamp": 1675231317454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231324721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T06:02:14.999Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:14.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:14.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "aai-ml",
"timestamp": 1675231317454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:02:14.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:14.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:15.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675231325733,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T06:02:15.008Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e2f827ac-0bb5-4d52-b337-4b71d502b0a9
2023-02-01T06:02:15.009Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2f827ac-0bb5-4d52-b337-4b71d502b0a9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T06:02:15.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:15.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "aai-ml",
"timestamp": 1675231317454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:02:15.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-01T06:02:15.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-01T06:02:15.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "aai-ml",
"timestamp": 1675231325277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:02:15.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:02:18.890Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0388cfc-e980-41e5-9339-7075d9f3c54d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-01T06:02:18.921Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0388cfc-e980-41e5-9339-7075d9f3c54d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-01T06:02:18.933Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T06:02:18.934Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-01T06:02:18.934Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-01T06:02:18.934Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-01T06:02:18.934Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T06:02:18.934Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T06:02:18.934Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T06:02:18.935Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T06:02:18.935Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T06:02:18.935Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T06:02:18.949Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-01T06:02:48.950Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e0388cfc-e980-41e5-9339-7075d9f3c54d and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-01T06:02:48.991Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e0388cfc-e980-41e5-9339-7075d9f3c54d and serviceModelVersionId: b3326e0f-d1cf-4b72-9fd2-c000126c01d0
2023-02-01T06:02:48.992Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 222c771b-b53f-4e20-86a1-e1d664be5183
2023-02-01T06:03:13.580Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:03:13.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:03:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:03:14.273Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:14.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:03:14.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "aai-ml",
"timestamp": 1675231335074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T06:03:14.277Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:03:14.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:03:14.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "aai-ml",
"timestamp": 1675231336081,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T06:03:14.298Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e2f827ac-0bb5-4d52-b337-4b71d502b0a9
2023-02-01T06:03:14.299Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2f827ac-0bb5-4d52-b337-4b71d502b0a9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T06:03:20.852Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?depth=0
2023-02-01T06:03:21.112Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-02-01T06:03:22.109Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?depth=0|INFO|500||Invoke
2023-02-01T06:03:22.132Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e0388cfc-e980-41e5-9339-7075d9f3c54d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[65784ed0-5bc7-4be0-a17d-e9f38fac2dcd], X-ECOMP-RequestID=[e0388cfc-e980-41e5-9339-7075d9f3c54d], X-TransactionId=[], X-ONAP-RequestID=[e0388cfc-e980-41e5-9339-7075d9f3c54d], Content-Type=[application/merge-patch+json]}
2023-02-01T06:03:22.467Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-01T06:03:22.950Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?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/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 06:03:21 GMT], content-length=[0], vertex-id=[241664], x-aai-txid=[0-aai-resources-230201-06:03:21:831-41236], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-01T06:03:22.953Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-01T06:03:22.954Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?depth=0|INFO|500||InvokeReturn
2023-02-01T06:03:22.963Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-01T06:03:22.964Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T06:03:22.971Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-01T06:03:22.973Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e0388cfc-e980-41e5-9339-7075d9f3c54d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-01T06:03:22.975Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-01T06:03:22.976Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:03:22.979Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:03:22.979Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231402973,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-01T06:03:23.089Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2023-02-01T06:03:23.096Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:03:23.097Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:03:23.140Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:23.141Z||pool-18-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-01T06:03:24.034Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:03:24.038Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:03:24.038Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:03:24.695Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:24.696Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T06:03:24.696Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e2f827ac-0bb5-4d52-b337-4b71d502b0a9","serviceName":"basic_onboard_ziGGOh","serviceVersion":"1.0","serviceUUID":"6ddaac3d-ae71-40e7-a69c-bda21b1b3313","serviceDescription":"service","serviceInvariantUUID":"cc468eec-ceb8-4cc4-a19d-38adc18f745e","resources":[{"resourceInstanceName":"basic_onboard_ziGGOh 0","resourceName":"basic_onboard_ziGGOh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2acb23b0-1efd-477b-bd07-2529841a4837","resourceInvariantUUID":"ebce8bdd-8f50-4151-8318-833d3bc09370","resourceCustomizationUUID":"1c20c24f-d016-41fd-80e0-7d699f39423c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vf-license-model.xml","artifactChecksum":"ZmM5OWY2ZDQ3OWZhZDQwYzJlYzQzNDFhNjdjMDI4M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dff1b4e2-3e49-41d5-86ff-834eae1127db","artifactVersion":"1"},{"artifactName":"basic_onboard_ziggoh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json","artifactChecksum":"NGNlNjNlN2FlMDlhNGJiMTU5ODFiY2EwNmI1ZDMyYjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23b88c0e-77da-4c41-85d0-cba70ea21e75","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fba91fb3-8e84-41eb-ad35-8d38b307cccc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"817ed929-a793-4a3f-a55f-10df807eeb29","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"31345bae-1f13-4114-9384-a4751510a46b","artifactVersion":"2","generatedFromUUID":"fba91fb3-8e84-41eb-ad35-8d38b307cccc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZiggoh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-template.yml","artifactChecksum":"NjJiM2ZhYzQwNjUyYWRmMTY2YmI5YjliNjdkMWFlZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6352234-93a4-4c2d-beb7-85f6175a1f79","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZiggoh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar","artifactChecksum":"M2UzYTBmNjMyZDZiNjg1NWUzZmFlZjM2YzU2ZTdkOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0ab57f7-eac7-49f3-83c3-7aaefa0197b4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-01T06:03:24.699Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:03:24.700Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:03:24.710Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:03:24.710Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231404034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:03:24.807Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-02-01T06:03:24.808Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:03:24.808Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:03:24.836Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:24.837Z||pool-19-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2023-02-01T06:03:25.711Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:03:25.712Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:03:25.719Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:03:25.719Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231404034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json",
"status": "NOTIFIED"
}
2023-02-01T06:03:25.822Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-02-01T06:03:25.823Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:03:25.823Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:03:25.836Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:25.838Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-02-01T06:03:26.720Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:03:26.720Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:03:26.724Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:03:26.725Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231404034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-01T06:03:26.824Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-01T06:03:26.826Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:03:26.826Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:03:26.844Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:26.844Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:03:27.726Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:03:27.727Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:03:27.742Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:03:27.742Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231404034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:03:27.834Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2023-02-01T06:03:27.839Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:03:27.839Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:03:27.895Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:27.896Z||pool-22-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1}
2023-02-01T06:03:28.744Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:03:28.745Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:03:28.748Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:03:28.748Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231404034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-01T06:03:28.849Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-01T06:03:28.851Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:03:28.851Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:03:28.894Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:28.895Z||pool-23-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:03:29.749Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:03:29.749Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:03:29.762Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:03:29.762Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231404034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:03:29.853Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2023-02-01T06:03:29.854Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:03:29.855Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:03:29.915Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:29.916Z||pool-24-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:03:30.769Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:03:30.770Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:03:30.775Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:03:30.776Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231404034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:03:30.880Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-02-01T06:03:30.881Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:03:30.881Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:03:30.914Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:30.915Z||pool-25-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:03:31.778Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"serviceName": "basic_onboard_ziGGOh",
"serviceVersion": "1.0",
"serviceUUID": "6ddaac3d-ae71-40e7-a69c-bda21b1b3313",
"serviceDescription": "service",
"serviceInvariantUUID": "cc468eec-ceb8-4cc4-a19d-38adc18f745e",
"resources": [
{
"resourceInstanceName": "basic_onboard_ziGGOh 0",
"resourceCustomizationUUID": "1c20c24f-d016-41fd-80e0-7d699f39423c",
"resourceName": "basic_onboard_ziGGOh",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2acb23b0-1efd-477b-bd07-2529841a4837",
"resourceInvariantUUID": "ebce8bdd-8f50-4151-8318-833d3bc09370",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ziggoh0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json",
"artifactChecksum": "NGNlNjNlN2FlMDlhNGJiMTU5ODFiY2EwNmI1ZDMyYjg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "23b88c0e-77da-4c41-85d0-cba70ea21e75",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fba91fb3-8e84-41eb-ad35-8d38b307cccc",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "31345bae-1f13-4114-9384-a4751510a46b",
"generatedFromUUID": "fba91fb3-8e84-41eb-ad35-8d38b307cccc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "31345bae-1f13-4114-9384-a4751510a46b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZiggoh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"artifactChecksum": "M2UzYTBmNjMyZDZiNjg1NWUzZmFlZjM2YzU2ZTdkOTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f0ab57f7-eac7-49f3-83c3-7aaefa0197b4"
}
],
"workloadContext": "Production"
}
2023-02-01T06:03:31.779Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-01T06:03:31.779Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6ddaac3d-ae71-40e7-a69c-bda21b1b3313 ASDC
2023-02-01T06:03:31.780Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e2f827ac-0bb5-4d52-b337-4b71d502b0a9
ServiceName:basic_onboard_ziGGOh
ServiceVersion:1.0
ServiceUUID:6ddaac3d-ae71-40e7-a69c-bda21b1b3313
ServiceInvariantUUID:cc468eec-ceb8-4cc4-a19d-38adc18f745e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZiggoh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar
ArtifactUUID:f0ab57f7-eac7-49f3-83c3-7aaefa0197b4
ArtifactChecksum:M2UzYTBmNjMyZDZiNjg1NWUzZmFlZjM2YzU2ZTdkOTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ziGGOh 0
ResourceCustomizationUUID:1c20c24f-d016-41fd-80e0-7d699f39423c
ResourceInvariantUUID:ebce8bdd-8f50-4151-8318-833d3bc09370
ResourceName:basic_onboard_ziGGOh
ResourceType:VF
ResourceUUID:2acb23b0-1efd-477b-bd07-2529841a4837
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ziggoh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json
ArtifactUUID:23b88c0e-77da-4c41-85d0-cba70ea21e75
ArtifactChecksum:NGNlNjNlN2FlMDlhNGJiMTU5ODFiY2EwNmI1ZDMyYjg=
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/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fba91fb3-8e84-41eb-ad35-8d38b307cccc
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/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env
ArtifactUUID:31345bae-1f13-4114-9384-a4751510a46b
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/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env
ArtifactUUID:31345bae-1f13-4114-9384-a4751510a46b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-01T06:03:31.780Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ddaac3d-ae71-40e7-a69c-bda21b1b3313 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-01T06:03:31.905Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T06:03:31.907Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-01T06:03:31.907Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-01T06:03:31.907Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f0ab57f7-eac7-49f3-83c3-7aaefa0197b4 from URL: /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar
2023-02-01T06:03:31.907Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-01T06:03:31.908Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar
2023-02-01T06:03:32.036Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-01T06:03:32.049Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar f0ab57f7-eac7-49f3-83c3-7aaefa0197b4 75314
2023-02-01T06:03:32.050Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar ASDC sendASDCNotification
2023-02-01T06:03:32.050Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar
2023-02-01T06:03:32.050Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T06:03:32.051Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:03:32.055Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:03:32.055Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231412049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:03:32.154Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-01T06:03:32.155Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:03:32.155Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:03:32.181Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:32.183Z||pool-26-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:03:33.062Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T06:03:33.063Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-01T06:03:33.063Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f0ab57f7-eac7-49f3-83c3-7aaefa0197b4, URL: /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar to file: /app/ASDC/1/service-BasicOnboardZiggoh-csar.csar
2023-02-01T06:03:33.064Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZiggoh-csar.csar
2023-02-01T06:03:33.064Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZiggoh-csar.csar
2023-02-01T06:03:33.064Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZiggoh-csar.csar
2023-02-01T06:03:33.490Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10103474483162419286/Definitions/service-BasicOnboardZiggoh-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-02-01T06:03:36.200Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-01T06:03:36.205Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-01T06:03:36.206Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZiggoh-csar.csar
2023-02-01T06:03:36.206Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-01T06:03:36.206Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZiggoh-csar.csar
2023-02-01T06:03:36.206Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||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-BasicOnboardZiggoh-csar.csar
2023-02-01T06:03:36.206Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||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-BasicOnboardZiggoh-csar.csar
2023-02-01T06:03:36.206Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||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-BasicOnboardZiggoh-csar.csar
2023-02-01T06:03:36.207Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZiggoh-csar.csar
2023-02-01T06:03:36.207Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||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-BasicOnboardZiggoh-csar.csar
2023-02-01T06:03:36.207Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ziGGOh 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardZiggoh-csar.csar
2023-02-01T06:03:36.207Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-01T06:03:36.207Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:36.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:03:36.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria
2023-02-01T06:03:36.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-01T06:03:36.209Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T06:03:36.209Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:36.210Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:03:36.210Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria
2023-02-01T06:03:36.210Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-01T06:03:36.210Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T06:03:36.211Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:36.211Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:03:36.211Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:36.212Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is not matching search criteria
2023-02-01T06:03:36.212Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-01T06:03:36.212Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-01T06:03:36.212Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-01T06:03:36.212Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-01T06:03:36.213Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-01T06:03:36.216Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:36.217Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T06:03:36.217Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:36.217Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria
2023-02-01T06:03:36.217Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T06:03:36.218Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:36.218Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria
2023-02-01T06:03:36.218Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T06:03:36.219Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:36.219Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria
2023-02-01T06:03:36.219Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T06:03:36.220Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:36.220Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is not matching search criteria
2023-02-01T06:03:36.220Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-01T06:03:36.220Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-01T06:03:36.220Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b92afe03-f6ba-4f87-ae51-8639ea2ea60d
2023-02-01T06:03:36.221Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:36.221Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:03:36.221Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:36.222Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:03:36.222Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:36.222Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:03:36.222Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:36.223Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:03:36.223Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ziGGOh
Description:service
Model UUID:6ddaac3d-ae71-40e7-a69c-bda21b1b3313
Model Version:NULL
Model InvariantUuid:cc468eec-ceb8-4cc4-a19d-38adc18f745e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ziGGOh
Model UUID:80b886ec-fd06-4f8b-8ca2-7edbc9a3efa5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ebce8bdd-8f50-4151-8318-833d3bc09370
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1c20c24f-d016-41fd-80e0-7d699f39423c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dce7a974-3150-4552-addb-99bcc279adb2
ModelName:BasicOnboardZiggoh..base_ubuntu18..module-0
ModelUuid:2575e3bf-7ba9-4825-a3e9-0667f84b2460
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b92afe03-f6ba-4f87-ae51-8639ea2ea60d
ModelInvariantUuid:089b9ccd-8d2c-4c95-8b59-9fee437c0b50
ModelName:basic_onboard_ziGGOh-nodes.ubuntu18Cvfc
ModelUuid:b66e7353-5219-4bad-ad93-3878a9b7fcf9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c9d5095a-ff45-452f-a258-37c83fcf8312
ModelInvariantUuid:c141f3f8-76af-4c86-bf2a-3ffe1b7f5e87
ModelName:BasicOnboardZiggoh.compute.nodes.heat.ubuntu18
ModelUuid:eb199975-7a80-4f30-91e4-8eac5ca7e415
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-01T06:03:36.251Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 2acb23b0-1efd-477b-bd07-2529841a4837
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T06:03:36.267Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||basic_onboard_ziGGOh 0
2023-02-01T06:03:36.268Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2acb23b0-1efd-477b-bd07-2529841a4837
2023-02-01T06:03:36.268Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 23b88c0e-77da-4c41-85d0-cba70ea21e75 from URL: /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json
2023-02-01T06:03:36.268Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-01T06:03:36.268Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json
2023-02-01T06:03:36.399Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-01T06:03:36.399Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json 23b88c0e-77da-4c41-85d0-cba70ea21e75 798
2023-02-01T06:03:36.400Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json ASDC sendASDCNotification
2023-02-01T06:03:36.400Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json
2023-02-01T06:03:36.400Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T06:03:36.401Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:03:36.404Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:03:36.404Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231416400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:03:36.504Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-01T06:03:36.507Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:03:36.507Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:03:36.531Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:36.532Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:03:37.406Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZiggoh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "dce7a974-3150-4552-addb-99bcc279adb2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2575e3bf-7ba9-4825-a3e9-0667f84b2460",
"vfModuleModelCustomizationUUID": "60ee1653-548c-4841-af47-b2b767310288",
"isBase": true,
"artifacts": [
"fba91fb3-8e84-41eb-ad35-8d38b307cccc",
"31345bae-1f13-4114-9384-a4751510a46b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-01T06:03:37.412Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZiggoh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2575e3bf-7ba9-4825-a3e9-0667f84b2460
VfModuleModelInvariantUUID:dce7a974-3150-4552-addb-99bcc279adb2
VfModuleModelDescription:NULL
Artifacts UUID List:{
fba91fb3-8e84-41eb-ad35-8d38b307cccc
,
31345bae-1f13-4114-9384-a4751510a46b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-01T06:03:37.417Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZiggoh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "dce7a974-3150-4552-addb-99bcc279adb2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2575e3bf-7ba9-4825-a3e9-0667f84b2460",
"vfModuleModelCustomizationUUID": "60ee1653-548c-4841-af47-b2b767310288",
"isBase": true,
"artifacts": [
"fba91fb3-8e84-41eb-ad35-8d38b307cccc",
"31345bae-1f13-4114-9384-a4751510a46b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-01T06:03:37.418Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZiggoh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2575e3bf-7ba9-4825-a3e9-0667f84b2460
VfModuleModelInvariantUUID:dce7a974-3150-4552-addb-99bcc279adb2
VfModuleModelDescription:NULL
Artifacts UUID List:{
fba91fb3-8e84-41eb-ad35-8d38b307cccc
,
31345bae-1f13-4114-9384-a4751510a46b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-01T06:03:37.418Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fba91fb3-8e84-41eb-ad35-8d38b307cccc from URL: /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml
2023-02-01T06:03:37.418Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-01T06:03:37.418Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml
2023-02-01T06:03:37.504Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-01T06:03:37.505Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml fba91fb3-8e84-41eb-ad35-8d38b307cccc 5033
2023-02-01T06:03:37.506Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-01T06:03:37.506Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml
2023-02-01T06:03:37.506Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T06:03:37.506Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:03:37.513Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:03:37.514Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231417506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:03:37.611Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-02-01T06:03:37.612Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:03:37.612Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:03:37.632Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:37.634Z||pool-28-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:03:38.515Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 31345bae-1f13-4114-9384-a4751510a46b from URL: /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env
2023-02-01T06:03:38.515Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-01T06:03:38.516Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env
2023-02-01T06:03:38.586Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-01T06:03:38.587Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env 31345bae-1f13-4114-9384-a4751510a46b 909
2023-02-01T06:03:38.587Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-01T06:03:38.588Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env
2023-02-01T06:03:38.588Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T06:03:38.588Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:03:38.592Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:03:38.592Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231418587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:03:38.699Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2023-02-01T06:03:38.700Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:03:38.701Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:03:38.716Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:38.717Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:03:39.593Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6ddaac3d-ae71-40e7-a69c-bda21b1b3313
2023-02-01T06:03:39.593Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ziGGOh 0 2acb23b0-1efd-477b-bd07-2529841a4837 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T06:03:39.659Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1021f96b, org.onap.sdc.toscaparser.api.parameters.Input@7b409e4f, org.onap.sdc.toscaparser.api.parameters.Input@2f36785a, org.onap.sdc.toscaparser.api.parameters.Input@7c3c42ab, org.onap.sdc.toscaparser.api.parameters.Input@63c916e6]
2023-02-01T06:03:39.664Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:39.665Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:03:39.667Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2023-02-01T06:03:39.668Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1c20c24f-d016-41fd-80e0-7d699f39423c
2023-02-01T06:03:39.668Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c20c24f-d016-41fd-80e0-7d699f39423c matches Tosca VF Customization UUID: 1c20c24f-d016-41fd-80e0-7d699f39423c
2023-02-01T06:03:39.668Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1c20c24f-d016-41fd-80e0-7d699f39423c matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-01T06:03:39.684Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:39.684Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:03:39.686Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1c20c24f-d016-41fd-80e0-7d699f39423c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-01T06:03:39.686Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1edb32e8
2023-02-01T06:03:39.686Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:39.686Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T06:03:39.687Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 60ee1653-548c-4841-af47-b2b767310288
2023-02-01T06:03:39.687Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 60ee1653-548c-4841-af47-b2b767310288
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-01T06:03:39.700Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:39.700Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria
2023-02-01T06:03:39.701Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T06:03:39.701Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:39.702Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria
2023-02-01T06:03:39.703Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T06:03:39.706Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:39.709Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is not matching search criteria
2023-02-01T06:03:39.710Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-01T06:03:39.710Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-01T06:03:39.711Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b92afe03-f6ba-4f87-ae51-8639ea2ea60d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-01T06:03:39.717Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:39.718Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria
2023-02-01T06:03:39.718Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T06:03:39.719Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:39.719Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria
2023-02-01T06:03:39.719Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0] matching following query criteria: sdcType=VF, customizationUUID=1c20c24f-d016-41fd-80e0-7d699f39423c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T06:03:39.723Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:39.724Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:03:39.724Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6ddaac3d-ae71-40e7-a69c-bda21b1b3313: basic_onboard_ziGGOh
2023-02-01T06:03:39.743Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:39.743Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:03:39.747Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:39.747Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:03:39.748Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:39.748Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:03:39.748Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:39.749Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:03:39.749Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:03:39.749Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:03:39.750Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_ziGGOh
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T06:03:40.030Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ziGGOh 2acb23b0-1efd-477b-bd07-2529841a4837 1 ASDC deployResourceStructure
2023-02-01T06:03:40.030Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json ASDC sendASDCNotification
2023-02-01T06:03:40.030Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json
2023-02-01T06:03:40.031Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T06:03:40.031Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:03:40.040Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:03:40.040Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231420030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-01T06:03:40.134Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-02-01T06:03:40.135Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:03:40.135Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:03:40.154Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:40.155Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:03:41.041Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-01T06:03:41.042Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml
2023-02-01T06:03:41.042Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T06:03:41.042Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:03:41.082Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:03:41.082Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231421041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-01T06:03:41.182Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-01T06:03:41.184Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:03:41.184Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:03:41.203Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:41.204Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:03:42.084Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-01T06:03:42.085Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env
2023-02-01T06:03:42.085Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T06:03:42.086Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:03:42.128Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:03:42.128Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231422084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-01T06:03:42.190Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 61 ms
2023-02-01T06:03:42.192Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:03:42.192Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:03:42.220Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:42.223Z||pool-32-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:03:43.129Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar ASDC sendASDCNotification
2023-02-01T06:03:43.130Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar
2023-02-01T06:03:43.130Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T06:03:43.131Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:03:43.134Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:03:43.134Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231423129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T06:03:43.235Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-01T06:03:43.243Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:03:43.244Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:03:43.267Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:03:43.269Z||pool-33-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2023-02-01T06:03:44.135Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2f827ac-0bb5-4d52-b337-4b71d502b0a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-01T06:03:44.177Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2f827ac-0bb5-4d52-b337-4b71d502b0a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-01T06:03:44.207Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T06:03:44.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-01T06:03:44.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-01T06:03:44.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-01T06:03:44.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T06:03:44.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T06:03:44.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T06:03:44.209Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T06:03:44.209Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T06:03:44.209Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T06:03:44.246Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-01T06:04:13.580Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:04:13.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:04:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:04:14.254Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e2f827ac-0bb5-4d52-b337-4b71d502b0a9 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-01T06:04:14.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:04:14.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:04:14.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231402973,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-01T06:04:14.279Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e2f827ac-0bb5-4d52-b337-4b71d502b0a9 and serviceModelVersionId: 6ddaac3d-ae71-40e7-a69c-bda21b1b3313
2023-02-01T06:04:14.279Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc468eec-ceb8-4cc4-a19d-38adc18f745e
2023-02-01T06:04:14.280Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?depth=0
2023-02-01T06:04:14.289Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-02-01T06:04:14.286Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:04:14.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:04:14.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231404034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:04:14.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-01T06:04:14.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:04:14.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231404034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json",
"status": "NOTIFIED"
}
2023-02-01T06:04:14.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-01T06:04:14.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:04:14.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231404034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-01T06:04:14.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-01T06:04:14.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:04:14.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231404034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:04:14.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-01T06:04:14.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:04:14.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231404034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-01T06:04:14.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-01T06:04:14.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:04:14.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231404034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:04:14.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-01T06:04:14.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:04:14.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231404034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:04:14.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-01T06:04:14.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:04:14.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231412049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:04:14.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:04:14.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:04:14.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231416400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:04:14.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:04:14.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:04:14.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231417506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:04:14.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:04:14.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:04:14.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231418587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:04:14.335Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:04:14.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:04:14.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231420030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-01T06:04:14.337Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:04:14.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:04:14.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231421041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-01T06:04:14.338Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:04:14.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:04:14.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231422084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-01T06:04:14.338Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:04:14.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T06:04:14.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231423129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T06:04:14.339Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:04:14.423Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?depth=0|INFO|500||Invoke
2023-02-01T06:04:14.424Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e2f827ac-0bb5-4d52-b337-4b71d502b0a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90800878-a47e-479b-ab37-e9e980c4325b], X-ECOMP-RequestID=[e2f827ac-0bb5-4d52-b337-4b71d502b0a9], X-TransactionId=[], X-ONAP-RequestID=[e2f827ac-0bb5-4d52-b337-4b71d502b0a9], Content-Type=[application/merge-patch+json]}
2023-02-01T06:04:14.544Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-01T06:04:14.878Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?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/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 06:04:13 GMT], content-length=[0], vertex-id=[208984], x-aai-txid=[0-aai-resources-230201-06:04:13:892-72845], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-01T06:04:14.879Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-01T06:04:14.881Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?depth=0|INFO|500||InvokeReturn
2023-02-01T06:04:14.890Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-01T06:04:14.891Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T06:04:14.919Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-01T06:04:14.920Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e2f827ac-0bb5-4d52-b337-4b71d502b0a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-01T06:04:14.920Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-01T06:04:14.921Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:04:14.930Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:04:14.931Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231454920,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-01T06:04:15.027Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2023-02-01T06:04:15.031Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:04:15.031Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:04:15.055Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:04:15.056Z||pool-34-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-01T06:04:15.956Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:04:15.957Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:04:15.958Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:04:25.517Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:04:25.518Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:04:25.519Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:04:25.519Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:04:35.083Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:05:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:05:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:05:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:05:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:05:13.580Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:05:13.580Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:05:14.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:05:14.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-01T06:05:14.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675231454920,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-01T06:05:14.242Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:05:23.182Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:06:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:06:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:06:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:06:13.580Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:06:13.581Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:06:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:06:23.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:06:23.202Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:07:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:07:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:07:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:07:13.580Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:07:13.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:07:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:07:23.138Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:07:23.148Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:08:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:08:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:08:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:08:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:08:13.580Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:08:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:08:23.136Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:08:23.148Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:09:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:09:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:09:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:09:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:09:13.582Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:09:13.583Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:09:23.179Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:09:23.181Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:10:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:10:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:10:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:10:13.582Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:10:13.583Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:10:13.583Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:10:23.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:10:23.219Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:11:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:11:13.575Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:11:13.576Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:11:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:11:13.580Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:11:13.580Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:11:23.184Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:11:23.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:12:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:12:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:12:13.572Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:12:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:12:13.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:12:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:12:23.227Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:12:23.248Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:13:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:13:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:13:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:13:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:13:13.580Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:13:13.580Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:13:23.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:13:23.235Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:14:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:14:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:14:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:14:13.579Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:14:13.580Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:14:13.580Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:14:23.221Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:14:23.231Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:15:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:15:13.573Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:15:13.573Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:15:13.579Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:15:13.580Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:15:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:15:23.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:15:23.214Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:16:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:16:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:16:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:16:13.579Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:16:13.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:16:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:16:23.214Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:16:23.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:17:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:17:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:17:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:17:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:17:13.581Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:17:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:17:23.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:17:23.177Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:18:13.573Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:18:13.574Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:18:13.575Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:18:13.581Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:18:13.594Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:18:13.594Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:18:23.215Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:18:23.260Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:19:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:19:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:19:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:19:13.581Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:19:13.583Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:19:13.583Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:19:23.139Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:19:23.160Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:20:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:20:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:20:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:20:13.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:20:13.581Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:20:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:20:23.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:20:23.220Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:21:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:21:13.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:21:13.580Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:21:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:21:13.585Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:21:13.589Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:21:23.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:21:23.266Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:22:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:22:13.576Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:22:13.576Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:22:13.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:22:13.580Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:22:13.580Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:22:23.164Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:22:23.211Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:23:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:23:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:23:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:23:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:23:13.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:23:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:23:23.160Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:23:23.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:24:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:24:13.570Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:24:13.570Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:24:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:24:13.581Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:24:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:24:23.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:24:23.211Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:25:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:25:13.567Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:25:13.568Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:25:13.579Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:25:13.586Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:25:13.588Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:25:23.162Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:25:23.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:26:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:26:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:26:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:26:13.579Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:26:13.580Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:26:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:26:23.158Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:26:23.351Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:27:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:27:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:27:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:27:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:27:13.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:27:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:27:23.153Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:27:23.166Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:28:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:28:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:28:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:28:13.581Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:28:13.582Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:28:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:28:23.166Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:28:23.187Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:29:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:29:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:29:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:29:13.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:29:13.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:29:13.583Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:29:23.146Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:29:23.179Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:30:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:30:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:30:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:30:13.579Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:30:13.581Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:30:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:30:23.138Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:30:23.177Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:31:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:31:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:31:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:31:13.579Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:31:13.580Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:31:13.580Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:31:23.152Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:31:23.159Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:32:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:32:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:32:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:32:13.580Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:32:13.581Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:32:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:32:23.156Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:32:23.162Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:33:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:33:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:33:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:33:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:33:13.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:33:13.583Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:33:23.182Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:33:23.198Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:34:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:34:13.574Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:34:13.574Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:34:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:34:13.580Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:34:13.580Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:34:23.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:34:23.227Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:35:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:35:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:35:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:35:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:35:13.580Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:35:13.580Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:35:23.169Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:35:23.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:36:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:36:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:36:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:36:13.589Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:36:13.590Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:36:13.591Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:36:23.199Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:36:23.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:37:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:37:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:37:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:37:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:37:13.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:37:13.580Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:37:23.154Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:37:23.171Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:38:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:38:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:38:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:38:13.579Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:38:13.580Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:38:13.580Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:38:23.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:38:23.249Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:39:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:39:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:39:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:39:13.579Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:39:13.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:39:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:39:23.264Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:39:23.307Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:40:13.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:40:13.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:40:13.571Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EjcaMUROG0JWEck8) ...
2023-02-01T06:40:13.580Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:40:13.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:40:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:40:23.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:40:23.294Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:41:13.566Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:41:13.567Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:41:13.568Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EjcaMUROG0JWEck8) ...
2023-02-01T06:41:13.580Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:41:13.581Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:41:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:41:23.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:41:23.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:42:13.566Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:42:13.567Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:42:13.567Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EjcaMUROG0JWEck8) ...
2023-02-01T06:42:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:42:13.582Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:42:13.582Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:42:23.152Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:42:23.180Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:43:13.566Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:43:13.567Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:43:13.567Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EjcaMUROG0JWEck8) ...
2023-02-01T06:43:13.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:43:13.581Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:43:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:43:23.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:43:23.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:44:13.566Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:44:13.569Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:44:13.569Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EjcaMUROG0JWEck8) ...
2023-02-01T06:44:13.580Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:44:13.581Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:44:13.581Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:44:23.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:44:23.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:45:13.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:45:13.580Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:45:13.582Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:45:13.582Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EjcaMUROG0JWEck8) ...
2023-02-01T06:45:13.588Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:45:13.590Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ...
2023-02-01T06:45:23.219Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:45:23.273Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:46:13.568Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:46:13.571Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:46:13.571Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EjcaMUROG0JWEck8) ...
2023-02-01T06:46:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:46:13.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:46:13.583Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:46:23.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:46:23.248Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:47:13.566Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:47:13.567Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:47:13.567Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EjcaMUROG0JWEck8) ...
2023-02-01T06:47:13.582Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:47:13.582Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:47:13.583Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:47:14.328Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:47:14.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:47:14.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "ves-openapi-manager",
"timestamp": 1675234027726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:47:14.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-01T06:47:14.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:47:14.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "ves-openapi-manager",
"timestamp": 1675234027726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:47:14.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-01T06:47:14.411Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:47:14.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-01T06:47:14.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ce37f9c-8925-4a74-8033-3a92321c8e26","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9375a713-b1fe-41d7-8659-6f932ef45023","serviceDescription":"service","serviceInvariantUUID":"51325752-4370-4bcf-9f85-c745a5632a34","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2c49b51c-a692-4212-aaf9-947d0ea6d08e","resourceInvariantUUID":"91866429-b956-4eb1-8c1e-8a3bdabd6b52","resourceCustomizationUUID":"b6963b49-443e-4cd2-8737-60dd52da252c","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"YTAxYjBlMGQwOGE1ZmFiYjUzNzI5M2E0MDIxNmI3Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c846d75a-e498-4218-8128-16160722590d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDQ2YmJkMjVkOTY3NWViYTU5MDVjNDk2Y2JmYWE1OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e67879a-1fd1-47bf-a4ee-2b31fa8d873d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-01T06:47:14.437Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:47:14.444Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:47:14.456Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:47:14.457Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234033566,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:47:14.563Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2023-02-01T06:47:14.566Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:47:14.566Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:47:14.648Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:47:14.650Z||pool-35-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":1,"count":1}
2023-02-01T06:47:15.459Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:47:15.460Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:47:15.467Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:47:15.467Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234033566,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:47:15.566Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-01T06:47:15.567Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:47:15.567Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:47:15.651Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:47:15.652Z||pool-36-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":1,"count":1}
2023-02-01T06:47:16.474Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "9375a713-b1fe-41d7-8659-6f932ef45023",
"serviceDescription": "service",
"serviceInvariantUUID": "51325752-4370-4bcf-9f85-c745a5632a34",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "b6963b49-443e-4cd2-8737-60dd52da252c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "2c49b51c-a692-4212-aaf9-947d0ea6d08e",
"resourceInvariantUUID": "91866429-b956-4eb1-8c1e-8a3bdabd6b52",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ZDQ2YmJkMjVkOTY3NWViYTU5MDVjNDk2Y2JmYWE1OGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3e67879a-1fd1-47bf-a4ee-2b31fa8d873d"
}
],
"workloadContext": "Production"
}
2023-02-01T06:47:16.475Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-01T06:47:16.475Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9375a713-b1fe-41d7-8659-6f932ef45023 ASDC
2023-02-01T06:47:16.477Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6ce37f9c-8925-4a74-8033-3a92321c8e26
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:9375a713-b1fe-41d7-8659-6f932ef45023
ServiceInvariantUUID:51325752-4370-4bcf-9f85-c745a5632a34
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:3e67879a-1fd1-47bf-a4ee-2b31fa8d873d
ArtifactChecksum:ZDQ2YmJkMjVkOTY3NWViYTU5MDVjNDk2Y2JmYWE1OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b6963b49-443e-4cd2-8737-60dd52da252c
ResourceInvariantUUID:91866429-b956-4eb1-8c1e-8a3bdabd6b52
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:2c49b51c-a692-4212-aaf9-947d0ea6d08e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-02-01T06:47:16.477Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9375a713-b1fe-41d7-8659-6f932ef45023 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T06:47:16.788Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T06:47:16.790Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T06:47:16.790Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T06:47:16.790Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3e67879a-1fd1-47bf-a4ee-2b31fa8d873d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-01T06:47:16.790Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T06:47:16.791Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-01T06:47:17.317Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T06:47:17.321Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3e67879a-1fd1-47bf-a4ee-2b31fa8d873d 57665
2023-02-01T06:47:17.322Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-01T06:47:17.322Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-01T06:47:17.322Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T06:47:17.328Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:47:17.332Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:47:17.333Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234037321,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:47:17.433Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-01T06:47:17.435Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:47:17.435Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:47:17.480Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:47:17.481Z||pool-37-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:47:18.334Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T06:47:18.335Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T06:47:18.335Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3e67879a-1fd1-47bf-a4ee-2b31fa8d873d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T06:47:18.335Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-01T06:47:18.336Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T06:47:18.336Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T06:47:18.581Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3120936431385638826/Definitions/service-BasicNetwork-template.yml
2023-02-01T06:47:19.834Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-01T06:47:19.835Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T06:47:19.836Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T06:47:19.836Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-01T06:47:19.836Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T06:47:19.836Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T06:47:19.836Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T06:47:19.837Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T06:47:19.837Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T06:47:19.837Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T06:47:19.837Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T06:47:19.838Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T06:47:19.838Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T06:47:19.838Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:47:19.839Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:47:19.839Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-01T06:47:19.840Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T06:47:19.840Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T06:47:19.840Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:47:19.840Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:47:19.841Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-01T06:47:19.841Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T06:47:19.841Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T06:47:19.842Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:47:19.842Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:47:19.842Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:47:19.842Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:47:19.843Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:47:19.843Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:47:19.843Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:47:19.843Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:47:19.844Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:47:19.844Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:47:19.844Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:9375a713-b1fe-41d7-8659-6f932ef45023
Model Version:NULL
Model InvariantUuid:51325752-4370-4bcf-9f85-c745a5632a34
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:91866429-b956-4eb1-8c1e-8a3bdabd6b52
Model UUID:7c829af0-4033-4dab-b169-9333b7543bd3
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:b6963b49-443e-4cd2-8737-60dd52da252c
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-01T06:47:19.912Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 2c49b51c-a692-4212-aaf9-947d0ea6d08e
2023-02-01T06:47:19.913Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||No resources found for Service: 9375a713-b1fe-41d7-8659-6f932ef45023
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T06:47:19.944Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||
2023-02-01T06:47:19.945Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-02-01T06:47:19.946Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 9375a713-b1fe-41d7-8659-6f932ef45023
2023-02-01T06:47:19.946Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9375a713-b1fe-41d7-8659-6f932ef45023
2023-02-01T06:47:19.947Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-02-01T06:47:19.947Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T06:47:20.004Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57e68ac4, org.onap.sdc.toscaparser.api.parameters.Input@7b5679c, org.onap.sdc.toscaparser.api.parameters.Input@101f202, org.onap.sdc.toscaparser.api.parameters.Input@486159bd, org.onap.sdc.toscaparser.api.parameters.Input@2b325adf]
2023-02-01T06:47:20.009Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:47:20.010Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:47:20.010Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:47:20.011Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:47:20.011Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9375a713-b1fe-41d7-8659-6f932ef45023: Generic NeutronNet
2023-02-01T06:47:20.012Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:47:20.012Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:47:20.012Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:47:20.013Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-02-01T06:47:20.221Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:47:20.223Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:47:20.223Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:47:20.224Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:47:20.224Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:47:20.224Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:47:20.224Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-01T06:47:20.626Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-02-01T06:47:20.628Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-01T06:47:20.628Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-01T06:47:20.628Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T06:47:20.629Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:47:20.633Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:47:20.636Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234040628,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T06:47:20.733Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-02-01T06:47:20.735Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:47:20.735Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:47:20.773Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:47:20.774Z||pool-38-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:47:21.638Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-01T06:47:21.797Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-01T06:47:21.809Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T06:47:21.809Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T06:47:21.809Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T06:47:51.810Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-01T06:47:51.946Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-01T06:47:51.972Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T06:47:51.973Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T06:47:51.973Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T06:48:13.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:48:13.587Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:48:13.587Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:48:13.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:48:13.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:48:13.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234033566,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:48:13.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-01T06:48:21.974Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-01T06:48:21.995Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-01T06:48:22.005Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T06:48:22.006Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T06:48:22.006Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T06:48:52.006Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-01T06:48:52.088Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-01T06:48:52.103Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T06:48:52.103Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T06:48:52.103Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T06:49:13.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:49:13.580Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:49:13.580Z||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 EjcaMUROG0JWEck8) ...
2023-02-01T06:49:13.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:49:13.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:13.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "cds",
"timestamp": 1675234034018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:49:13.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-01T06:49:13.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:13.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234033566,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:49:13.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-01T06:49:13.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:13.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "cds",
"timestamp": 1675234034018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:49:13.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-01T06:49:13.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:13.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234037321,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:49:13.695Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:49:13.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:13.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "cds",
"timestamp": 1675234037175,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:49:13.695Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:49:13.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:13.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "cds",
"timestamp": 1675234038182,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T06:49:13.832Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ce37f9c-8925-4a74-8033-3a92321c8e26
2023-02-01T06:49:13.833Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce37f9c-8925-4a74-8033-3a92321c8e26 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T06:49:13.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:13.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675234036661,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:49:13.923Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-01T06:49:13.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:13.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675234036661,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:49:13.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-01T06:49:13.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:13.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234040628,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T06:49:13.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:49:13.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:13.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675234043538,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:49:13.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-01T06:49:13.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:13.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675234043538,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:49:13.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-01T06:49:13.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:13.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675234046831,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:49:13.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:49:13.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:13.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675234049937,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T06:49:13.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:49:13.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:13.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "aai-ml",
"timestamp": 1675234047465,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:49:13.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-01T06:49:13.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:13.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675234050955,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T06:49:13.963Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ce37f9c-8925-4a74-8033-3a92321c8e26
2023-02-01T06:49:13.964Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce37f9c-8925-4a74-8033-3a92321c8e26 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T06:49:14.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:14.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "aai-ml",
"timestamp": 1675234047465,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:49:14.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-01T06:49:14.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:14.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "aai-ml",
"timestamp": 1675234050868,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:49:14.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:49:14.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:14.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "aai-ml",
"timestamp": 1675234057570,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T06:49:14.044Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T06:49:14.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-01T06:49:14.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "aai-ml",
"timestamp": 1675234058579,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T06:49:14.085Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ce37f9c-8925-4a74-8033-3a92321c8e26
2023-02-01T06:49:14.096Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce37f9c-8925-4a74-8033-3a92321c8e26 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T06:49:22.105Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-01T06:49:22.167Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-01T06:49:22.172Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T06:49:22.172Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-01T06:49:22.172Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-01T06:49:22.173Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-01T06:49:22.173Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T06:49:22.173Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T06:49:22.173Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T06:49:22.173Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T06:49:22.173Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T06:49:22.183Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-01T06:49:52.184Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-01T06:49:52.222Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26 and serviceModelVersionId: 9375a713-b1fe-41d7-8659-6f932ef45023
2023-02-01T06:49:52.223Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51325752-4370-4bcf-9f85-c745a5632a34
2023-02-01T06:49:52.226Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?depth=0
2023-02-01T06:49:52.236Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-01T06:49:52.344Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?depth=0|INFO|500||Invoke
2023-02-01T06:49:52.345Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ce37f9c-8925-4a74-8033-3a92321c8e26], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f30fd1e4-5b16-4e42-b076-2d18af68bdb5], X-ECOMP-RequestID=[6ce37f9c-8925-4a74-8033-3a92321c8e26], X-TransactionId=[], X-ONAP-RequestID=[6ce37f9c-8925-4a74-8033-3a92321c8e26], Content-Type=[application/merge-patch+json]}
2023-02-01T06:49:52.391Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-01T06:49:52.802Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?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/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 06:49:51 GMT], content-length=[0], vertex-id=[229464], x-aai-txid=[0-aai-resources-230201-06:49:51:764-75260], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-01T06:49:52.803Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-01T06:49:52.804Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?depth=0|INFO|500||InvokeReturn
2023-02-01T06:49:52.804Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-01T06:49:52.804Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T06:49:52.826Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-01T06:49:52.827Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ce37f9c-8925-4a74-8033-3a92321c8e26 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-01T06:49:52.827Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-01T06:49:52.828Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:49:52.832Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:49:52.832Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234192827,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-01T06:49:52.934Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-01T06:49:52.935Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:49:52.935Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:49:52.953Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:49:52.953Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-01T06:49:53.893Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-01T06:49:53.894Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-01T06:49:53.895Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EjcaMUROG0JWEck8) ...
2023-02-01T06:49:58.626Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:49:58.629Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-01T06:49:58.629Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"38e93d21-e150-4b3f-9b64-f046908c5122","serviceName":"Demo_pNF_jZK5NwOD38nQTsRaX0O5","serviceVersion":"1.0","serviceUUID":"e0de0dbd-8195-4281-800f-83976f16bdd4","serviceDescription":"catalog service description","serviceInvariantUUID":"b04fca00-8cec-4a4e-a2e8-d912f9aa0538","resources":[{"resourceInstanceName":"pNF 521b8bf3-971b 0","resourceName":"pNF 521b8bf3-971b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4b87f835-c5a3-4c57-bb57-55ae4194a8cb","resourceInvariantUUID":"4eb99f1b-0ddc-4539-ba5a-b96caff5e321","resourceCustomizationUUID":"127d0d88-3487-439a-9f93-085d79834433","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vf-license-model.xml","artifactChecksum":"NWM1NzI4NWFhYjI1ZjlkOTc2Y2E5YzVkZDExMjAxODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4a9767d0-35a0-4385-82d2-1c0fa98f3b63","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/pNF.csar","artifactChecksum":"NWMxMDgwODNkMjk2NzVhOTQxNTNjNWY5NGRlZjQ0MmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7d03a04a-19a1-4781-bf55-b8eeb279feb5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c099638-97cf-46a8-8f04-1030dbc93fd1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vendor-license-model.xml","artifactChecksum":"YzdlYzY2OWE3YzE0MDZhMWQ0ZGNmZTc1YzBlZTJmMTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c42a3887-3baa-4e8a-a45b-7ffbf5b69fc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ba4924d-bd05-49a8-b8cb-7ec64baacd8b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bdf22e89-8d49-4e0d-b320-71a5907bab39","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJzk5nwod38nqtsrax0o5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-template.yml","artifactChecksum":"Zjg3NjkzYmIyNjU4OGNlY2ZlMmQwOWYzMzYwOGQyNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf355369-9901-4b2a-8775-db41bb65f755","artifactVersion":"1"},{"artifactName":"service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar","artifactChecksum":"ZTJkODlmNmQ5NDAzMTc5Yjc0NjZkMGVjNGIyNDJkMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c5d7a84-ff0c-4949-ad3e-fd3402625951","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-01T06:49:58.633Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:49:58.634Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:49:58.637Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:49:58.637Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234193893,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:49:58.739Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-02-01T06:49:58.742Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:49:58.742Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:49:58.767Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:49:58.768Z||pool-40-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:49:59.638Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:49:59.638Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:49:59.642Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:49:59.644Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234193893,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:49:59.742Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-02-01T06:49:59.755Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:49:59.757Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:49:59.788Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:49:59.788Z||pool-41-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2023-02-01T06:50:00.647Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:50:00.649Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:50:00.656Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:50:00.657Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234193893,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:50:00.761Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-02-01T06:50:00.763Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:50:00.763Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:50:00.782Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:50:00.784Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:50:01.659Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:50:01.660Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:50:01.663Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:50:01.663Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234193893,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:50:01.767Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2023-02-01T06:50:01.769Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:50:01.774Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:50:01.791Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:50:01.792Z||pool-43-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:50:02.663Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:50:02.664Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:50:02.666Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:50:02.666Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234193893,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:50:02.766Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-01T06:50:02.767Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:50:02.767Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:50:02.793Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:50:02.794Z||pool-44-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:50:03.667Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:50:03.668Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:50:03.671Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:50:03.671Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234193893,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:50:03.781Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2023-02-01T06:50:03.783Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:50:03.783Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:50:03.823Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:50:03.824Z||pool-45-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2023-02-01T06:50:04.672Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:50:04.673Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:50:04.676Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:50:04.676Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234193893,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T06:50:04.776Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-01T06:50:04.777Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:50:04.777Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:50:04.821Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:50:04.822Z||pool-46-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:50:05.677Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T06:50:05.678Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:50:05.681Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:50:05.681Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234193893,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T06:50:05.781Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-01T06:50:05.783Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:50:05.783Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:50:05.826Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:50:05.827Z||pool-47-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:50:06.682Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122",
"serviceName": "Demo_pNF_jZK5NwOD38nQTsRaX0O5",
"serviceVersion": "1.0",
"serviceUUID": "e0de0dbd-8195-4281-800f-83976f16bdd4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b04fca00-8cec-4a4e-a2e8-d912f9aa0538",
"resources": [
{
"resourceInstanceName": "pNF 521b8bf3-971b 0",
"resourceCustomizationUUID": "127d0d88-3487-439a-9f93-085d79834433",
"resourceName": "pNF 521b8bf3-971b",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "4b87f835-c5a3-4c57-bb57-55ae4194a8cb",
"resourceInvariantUUID": "4eb99f1b-0ddc-4539-ba5a-b96caff5e321",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar",
"artifactChecksum": "ZTJkODlmNmQ5NDAzMTc5Yjc0NjZkMGVjNGIyNDJkMWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9c5d7a84-ff0c-4949-ad3e-fd3402625951"
}
],
"workloadContext": "Production"
}
2023-02-01T06:50:06.683Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-01T06:50:06.683Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e0de0dbd-8195-4281-800f-83976f16bdd4 ASDC
2023-02-01T06:50:06.683Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:38e93d21-e150-4b3f-9b64-f046908c5122
ServiceName:Demo_pNF_jZK5NwOD38nQTsRaX0O5
ServiceVersion:1.0
ServiceUUID:e0de0dbd-8195-4281-800f-83976f16bdd4
ServiceInvariantUUID:b04fca00-8cec-4a4e-a2e8-d912f9aa0538
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar
ArtifactUUID:9c5d7a84-ff0c-4949-ad3e-fd3402625951
ArtifactChecksum:ZTJkODlmNmQ5NDAzMTc5Yjc0NjZkMGVjNGIyNDJkMWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 521b8bf3-971b 0
ResourceCustomizationUUID:127d0d88-3487-439a-9f93-085d79834433
ResourceInvariantUUID:4eb99f1b-0ddc-4539-ba5a-b96caff5e321
ResourceName:pNF 521b8bf3-971b
ResourceType:PNF
ResourceUUID:4b87f835-c5a3-4c57-bb57-55ae4194a8cb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-02-01T06:50:06.684Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e0de0dbd-8195-4281-800f-83976f16bdd4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T06:50:06.752Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T06:50:06.753Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T06:50:06.753Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T06:50:06.753Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9c5d7a84-ff0c-4949-ad3e-fd3402625951 from URL: /sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar
2023-02-01T06:50:06.753Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T06:50:06.754Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar
2023-02-01T06:50:07.027Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T06:50:07.034Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 9c5d7a84-ff0c-4949-ad3e-fd3402625951 87795
2023-02-01T06:50:07.035Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar ASDC sendASDCNotification
2023-02-01T06:50:07.035Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar
2023-02-01T06:50:07.035Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T06:50:07.035Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T06:50:07.038Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-01T06:50:07.038Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675234207034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T06:50:07.138Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-01T06:50:07.139Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-01T06:50:07.140Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ...
2023-02-01T06:50:07.153Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-01T06:50:07.154Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-01T06:50:08.038Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T06:50:08.040Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T06:50:08.040Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9c5d7a84-ff0c-4949-ad3e-fd3402625951, URL: /sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar to file: /app/ASDC/1/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar
2023-02-01T06:50:08.040Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar
2023-02-01T06:50:08.041Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar
2023-02-01T06:50:08.041Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar
2023-02-01T06:50:08.288Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3474593455656586512/Definitions/service-DemoPnfJzk5nwod38nqtsrax0o5-template.yml
2023-02-01T06:50:09.593Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-01T06:50:09.593Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T06:50:09.594Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar
2023-02-01T06:50:09.594Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-01T06:50:09.594Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar
2023-02-01T06:50:09.594Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar
2023-02-01T06:50:09.594Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar
2023-02-01T06:50:09.595Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar
2023-02-01T06:50:09.595Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar
2023-02-01T06:50:09.595Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 521b8bf3-971b 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar
2023-02-01T06:50:09.595Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar
2023-02-01T06:50:09.595Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T06:50:09.595Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:50:09.596Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jZK5NwOD38nQTsRaX0O5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:50:09.596Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Node template pNF 521b8bf3-971b 0 is matching search criteria
2023-02-01T06:50:09.597Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T06:50:09.598Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 521b8bf3-971b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T06:50:09.598Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:50:09.598Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jZK5NwOD38nQTsRaX0O5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:50:09.599Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Node template pNF 521b8bf3-971b 0 is matching search criteria
2023-02-01T06:50:09.599Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T06:50:09.599Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 521b8bf3-971b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T06:50:09.600Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:50:09.600Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jZK5NwOD38nQTsRaX0O5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:50:09.600Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:50:09.600Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jZK5NwOD38nQTsRaX0O5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:50:09.601Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:50:09.602Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jZK5NwOD38nQTsRaX0O5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:50:09.603Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:50:09.603Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jZK5NwOD38nQTsRaX0O5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:50:09.603Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:50:09.604Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jZK5NwOD38nQTsRaX0O5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:50:09.604Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_jZK5NwOD38nQTsRaX0O5
Description:catalog service description
Model UUID:e0de0dbd-8195-4281-800f-83976f16bdd4
Model Version:NULL
Model InvariantUuid:b04fca00-8cec-4a4e-a2e8-d912f9aa0538
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-01T06:50:09.685Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4b87f835-c5a3-4c57-bb57-55ae4194a8cb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T06:50:09.722Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||pNF 521b8bf3-971b 0
2023-02-01T06:50:09.723Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4b87f835-c5a3-4c57-bb57-55ae4194a8cb
2023-02-01T06:50:09.723Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e0de0dbd-8195-4281-800f-83976f16bdd4
2023-02-01T06:50:09.723Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e0de0dbd-8195-4281-800f-83976f16bdd4
2023-02-01T06:50:09.723Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 521b8bf3-971b 0 4b87f835-c5a3-4c57-bb57-55ae4194a8cb ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T06:50:09.765Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e8f3221, org.onap.sdc.toscaparser.api.parameters.Input@767b44e1, org.onap.sdc.toscaparser.api.parameters.Input@38bfd6d1, org.onap.sdc.toscaparser.api.parameters.Input@3fae6d22, org.onap.sdc.toscaparser.api.parameters.Input@48475ecc]
2023-02-01T06:50:09.765Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T06:50:09.766Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jZK5NwOD38nQTsRaX0O5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T06:50:09.766Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e0de0dbd-8195-4281-800f-83976f16bdd4: pNF 521b8bf3-971b
2023-02-01T06:50:09.766Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||Processing PNF resource: 4b87f835-c5a3-4c57-bb57-55ae4194a8cb
2023-02-01T06:50:09.766Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery