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-22T10:00:14.476Z||main|||||INFO|500||The following profiles are active: basic
2023-02-22T10:00:26.212Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-22T10:00:26.213Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-22T10:00:26.323Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-22T10:00:30.620Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-22T10:00:30.990Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-22T10:00:31.427Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-22T10:00:31.432Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-22T10:00:31.549Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-22T10:00:31.823Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-22T10:00:32.412Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-22T10:00:34.242Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-22T10:00:36.605Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-22T10:00:36.673Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-22T10:00:37.335Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-22T10:00:37.620Z||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-22T10:00:38.936Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-22T10:00:40.030Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-02-22T10:00:40.048Z||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$$30e71889.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-22T10:00:40.049Z||main|||||WARN|500||The sdc end point is not alive
2023-02-22T10:00:43.466Z||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-22T10:00:46.267Z||main|||||WARN|500||---
2023-02-22T10:00:46.267Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-22T10:00:46.268Z||main|||||WARN|500||---
2023-02-22T10:00:46.748Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-22T10:00:51.960Z||main|||||INFO|500||Started Application in 40.593 seconds (JVM running for 42.682)
2023-02-22T10:00:51.981Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-22T10:00:51.983Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-22T10:00:51.996Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-22T10:00:52.023Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-02-22T10:00:52.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e833c5f5-a697-4ceb-82fc-cbc03b6bdb38 url= /sdc/v1/artifactTypes
2023-02-22T10:00:52.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-02-22T10:00:52.318Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-22T10:00:52.347Z||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-22T10:00:52.398Z||scheduling-1|||||DEBUG|500||create keys
2023-02-22T10:00:52.405Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-02-22T10:00:52.444Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:00:52.461Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cdcc4ce6-4ded-45e8-b576-fdc14da86ce3 url= /sdc/v1/registerForDistribution
2023-02-22T10:00:52.600Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cdcc4ce6-4ded-45e8-b576-fdc14da86ce3 url= /sdc/v1/registerForDistribution
2023-02-22T10:00:52.601Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-22T10:00:52.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:00:52.611Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:00:52.614Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-22T10:00:52.621Z||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-22T10:00:52.623Z||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-22T10:00:52.625Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:00:52.625Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:01:02.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:01:02.992Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:01:52.608Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:01:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:01:52.610Z||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-22T10:01:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:01:52.613Z||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-22T10:01:52.614Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:02:02.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:02:02.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:02:52.608Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:02:52.609Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:02:52.610Z||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-22T10:02:52.611Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:02:52.611Z||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-22T10:02:52.611Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:03:02.160Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:03:02.160Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:03:52.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:03:52.608Z||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-22T10:03:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:03:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:03:52.609Z||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-22T10:03:52.612Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:04:02.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:04:02.219Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:04:52.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:04:52.608Z||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-22T10:04:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:04:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:04:52.610Z||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-22T10:04:52.611Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:05:02.154Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:05:02.161Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:05:52.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:05:52.608Z||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-22T10:05:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:05:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:05:52.610Z||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-22T10:05:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:06:02.158Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:06:02.158Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:06:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:06:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:06:52.609Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:06:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:06:52.610Z||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-22T10:06:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:07:02.161Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:07:02.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:07:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:07:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:07:52.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:07:52.610Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:07:52.610Z||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-22T10:07:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:08:02.156Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:08:02.159Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:08:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:08:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:08:52.609Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:08:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:08:52.609Z||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-22T10:08:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:09:02.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:09:02.210Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:09:52.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:09:52.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:09:52.613Z||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-22T10:09:52.613Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:09:52.613Z||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-22T10:09:52.614Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:10:02.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:10:02.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:10:46.318Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-22T10:10:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:10:52.608Z||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-22T10:10:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:10:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:10:52.609Z||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-22T10:10:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:11:02.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:11:02.180Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:11:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:11:52.608Z||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-22T10:11:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:11:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:11:52.610Z||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-22T10:11:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:12:02.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:12:02.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:12:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:12:52.608Z||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-22T10:12:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:12:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:12:52.609Z||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-22T10:12:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:13:02.159Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:13:02.163Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:13:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:13:52.608Z||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-22T10:13:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:13:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:13:52.609Z||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-22T10:13:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:14:02.156Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:14:02.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:14:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:14:52.608Z||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-22T10:14:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:14:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:14:52.609Z||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-22T10:14:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:15:02.153Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:15:02.154Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:15:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:15:52.609Z||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-22T10:15:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:15:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:15:52.609Z||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-22T10:15:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:16:02.155Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:16:02.155Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:16:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:16:52.608Z||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-22T10:16:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:16:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:16:52.609Z||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-22T10:16:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:17:02.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:17:02.166Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:17:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:17:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:17:52.609Z||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-22T10:17:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:17:52.609Z||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-22T10:17:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:18:02.158Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:18:02.158Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:18:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:18:52.608Z||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-22T10:18:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:18:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:18:52.610Z||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-22T10:18:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:19:02.161Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:19:02.163Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:19:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:19:52.608Z||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-22T10:19:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:19:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:19:52.609Z||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-22T10:19:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:20:02.152Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:20:02.162Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:20:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:20:52.608Z||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-22T10:20:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:20:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:20:52.609Z||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-22T10:20:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:21:02.152Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:21:02.159Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:21:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:21:52.608Z||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-22T10:21:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:21:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:21:52.610Z||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-22T10:21:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:22:02.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:22:02.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:22:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:22:52.608Z||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-22T10:22:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:22:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:22:52.609Z||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-22T10:22:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:23:02.158Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:23:02.158Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:23:52.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:23:52.609Z||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-22T10:23:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:23:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:23:52.609Z||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-22T10:23:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:24:02.157Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:24:02.158Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:24:52.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:24:52.608Z||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-22T10:24:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:24:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:24:52.610Z||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-22T10:24:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:25:02.160Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:25:02.160Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:25:52.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:25:52.608Z||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-22T10:25:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:25:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:25:52.610Z||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-22T10:25:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:26:02.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:26:02.165Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:26:52.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:26:52.609Z||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-22T10:26:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:26:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:26:52.610Z||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-22T10:26:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:27:02.158Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:27:02.158Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:27:52.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:27:52.608Z||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-22T10:27:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:27:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:27:52.609Z||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-22T10:27:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:28:02.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:28:02.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:28:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:28:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:28:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:28:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:28:52.609Z||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-22T10:28:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:29:02.160Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:29:02.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:29:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:29:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:29:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:29:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:29:52.609Z||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-22T10:29:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:30:02.158Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:30:02.158Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:30:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:30:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:30:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:30:52.609Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:30:52.610Z||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-22T10:30:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:31:02.163Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:31:02.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:31:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:31:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:31:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:31:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:31:52.610Z||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-22T10:31:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:32:02.157Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:32:02.190Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:32:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:32:52.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:32:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:32:52.609Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:32:52.609Z||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-22T10:32:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:33:02.155Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:33:02.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:33:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:33:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:33:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:33:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:33:52.609Z||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-22T10:33:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:34:02.158Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:34:02.158Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:34:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:34:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:34:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:34:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:34:52.609Z||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-22T10:34:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:35:02.163Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:35:02.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:35:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:35:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:35:52.610Z||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-22T10:35:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:35:52.610Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:35:52.610Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:36:02.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:36:02.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:36:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:36:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:36:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:36:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:36:52.609Z||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-22T10:36:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:37:02.160Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:37:02.163Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:37:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:37:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:37:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:37:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:37:52.610Z||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-22T10:37:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:38:02.154Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:38:02.154Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:38:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:38:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:38:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:38:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:38:52.610Z||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-22T10:38:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:39:02.245Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:39:02.256Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:39:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:39:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:39:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:39:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:39:52.609Z||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-22T10:39:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:40:02.186Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:40:02.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:40:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:40:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:40:52.608Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:40:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:40:52.610Z||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-22T10:40:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:41:02.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:41:02.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:41:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:41:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:41:52.608Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:41:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:41:52.609Z||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-22T10:41:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:42:02.156Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:42:02.156Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:42:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:42:52.608Z||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-22T10:42:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:42:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:42:52.610Z||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-22T10:42:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:43:02.154Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:43:02.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:43:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:43:52.608Z||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-22T10:43:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:43:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:43:52.609Z||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-22T10:43:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:44:02.157Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:44:02.159Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:44:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:44:52.608Z||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-22T10:44:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:44:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:44:52.610Z||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-22T10:44:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:45:02.152Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:45:02.158Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:45:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:45:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:45:52.609Z||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-22T10:45:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:45:52.609Z||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-22T10:45:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:46:02.158Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:46:02.158Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:46:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:46:52.608Z||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-22T10:46:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:46:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:46:52.612Z||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-22T10:46:52.612Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:47:02.160Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:47:02.160Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:47:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:47:52.608Z||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-22T10:47:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:47:52.609Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:47:52.609Z||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-22T10:47:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:48:02.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:48:02.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:48:52.608Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:48:52.609Z||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-22T10:48:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:48:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:48:52.609Z||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-22T10:48:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:49:02.159Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:49:02.163Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:49:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:49:52.608Z||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-22T10:49:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:49:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:49:52.609Z||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-22T10:49:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:50:02.154Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:50:02.158Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:50:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:50:52.608Z||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-22T10:50:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:50:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:50:52.609Z||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-22T10:50:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:51:02.151Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:51:02.162Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:51:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:51:52.608Z||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-22T10:51:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:51:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:51:52.610Z||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-22T10:51:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:52:02.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:52:02.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:52:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:52:52.608Z||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-22T10:52:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:52:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:52:52.610Z||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-22T10:52:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:53:02.157Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:53:02.161Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:53:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:53:52.609Z||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-22T10:53:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:53:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:53:52.610Z||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-22T10:53:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:54:02.158Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:54:02.159Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:54:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:54:52.608Z||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-22T10:54:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:54:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:54:52.610Z||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-22T10:54:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:55:02.155Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:55:02.157Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:55:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:55:52.609Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:55:52.609Z||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-22T10:55:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:55:52.609Z||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-22T10:55:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:56:02.160Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:56:02.160Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:56:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:56:52.608Z||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-22T10:56:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:56:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:56:52.609Z||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-22T10:56:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:57:02.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:57:02.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:57:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:57:52.608Z||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-22T10:57:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:57:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:57:52.612Z||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-22T10:57:52.612Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:58:02.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:58:02.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:58:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:58:52.608Z||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-22T10:58:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:58:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:58:52.610Z||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-22T10:58:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T10:59:02.158Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:59:02.158Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T10:59:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:59:52.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T10:59:52.608Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T10:59:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T10:59:52.611Z||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-22T10:59:52.611Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:00:02.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:00:02.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:00:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:00:52.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T11:00:52.608Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T11:00:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:00:52.610Z||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-22T11:00:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:01:02.184Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:01:02.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:01:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:01:52.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T11:01:52.608Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T11:01:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:01:52.609Z||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-22T11:01:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:02:02.157Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:02:02.161Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:02:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:02:52.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T11:02:52.608Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T11:02:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:02:52.610Z||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-22T11:02:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:03:02.157Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:03:02.160Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:03:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:03:52.609Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:03:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T11:03:52.609Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T11:03:52.609Z||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-22T11:03:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:04:02.212Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:04:02.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:04:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:04:52.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T11:04:52.608Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T11:04:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:04:52.609Z||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-22T11:04:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:05:02.162Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:05:02.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:05:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:05:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T11:05:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:05:52.609Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T11:05:52.610Z||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-22T11:05:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:06:02.159Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:06:02.162Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:06:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:06:52.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T11:06:52.608Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T11:06:52.610Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:06:52.610Z||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-22T11:06:52.611Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:07:02.160Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:07:02.160Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:07:52.608Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:07:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T11:07:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:07:52.609Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T11:07:52.609Z||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-22T11:07:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:08:02.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:08:02.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:08:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:08:52.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-22T11:08:52.608Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ...
2023-02-22T11:08:52.609Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:08:52.610Z||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-22T11:08:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:09:02.158Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:09:02.159Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:09:52.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:09:52.608Z||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-22T11:09:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:09:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:09:52.610Z||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-22T11:09:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:10:02.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:10:02.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:10:52.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:10:52.608Z||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-22T11:10:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:10:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:10:52.609Z||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-22T11:10:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:11:02.155Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:11:02.157Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:11:52.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:11:52.608Z||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-22T11:11:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:11:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:11:52.610Z||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-22T11:11:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:12:02.179Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:12:02.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:12:52.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:12:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:12:52.609Z||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-22T11:12:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:12:52.609Z||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-22T11:12:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:13:02.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:13:02.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:13:52.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:13:52.609Z||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-22T11:13:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:13:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:13:52.609Z||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-22T11:13:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:14:02.157Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:14:02.163Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:14:52.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:14:52.608Z||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-22T11:14:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:14:52.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:14:52.610Z||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-22T11:14:52.611Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:14:52.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:14:52.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:14:52.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1677064480004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:14:52.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:14:52.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:14:52.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1677064480004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:14:52.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:14:52.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:14:52.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677064487984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:14:52.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:14:52.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:14:52.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1677064480004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:14:52.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:14:52.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:14:52.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677064487984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json",
"status": "NOTIFIED"
}
2023-02-22T11:14:52.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:14:52.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:14:52.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "cds",
"timestamp": 1677064490171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:14:52.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:14:52.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:14:52.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "aai-ml",
"timestamp": 1677064489839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:14:52.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:14:52.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:14:52.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1677064480004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:14:52.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:14:52.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:14:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677064487984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-22T11:14:52.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:14:52.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:14:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "cds",
"timestamp": 1677064490171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:14:52.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:14:52.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:14:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "aai-ml",
"timestamp": 1677064489839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:14:52.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:14:52.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:14:52.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1677064480004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:14:52.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:14:52.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:14:52.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677064487984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:14:52.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:14:52.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:14:52.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "cds",
"timestamp": 1677064490171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:14:52.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:14:52.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:14:52.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "aai-ml",
"timestamp": 1677064489839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:14:52.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:14:52.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:14:52.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1677064480004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:14:52.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:14:53.258Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:14:53.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T11:14:53.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6bcb860b-1b2c-41a4-a301-6aff57bff4aa","serviceName":"basic_onboard_qUzLwY","serviceVersion":"1.0","serviceUUID":"84839b1b-c563-4970-800e-d4eb6098bb0f","serviceDescription":"service","serviceInvariantUUID":"1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1","resources":[{"resourceInstanceName":"basic_onboard_qUzLwY 0","resourceName":"basic_onboard_qUzLwY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6e7b843-6d83-4a83-9621-37a0c0fc73b9","resourceInvariantUUID":"46aa8981-095c-4bad-a3dc-97e9e2d66a61","resourceCustomizationUUID":"b1be4cb1-57e6-4a98-8949-e19b77248dde","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vf-license-model.xml","artifactChecksum":"NTI2YzcwZDA4M2I4Yzg4NWQzMjk4YTBlZGIzZGFkMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"323dbd37-4443-4847-ab2a-97cf71474117","artifactVersion":"1"},{"artifactName":"basic_onboard_quzlwy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json","artifactChecksum":"NDNhMmE3ODQwMzBiZjcyYjFkYWYwNTI0ZjI5ZTQ3M2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6971d5fe-078c-44db-9219-13fc90df5f61","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9728a084-fe5f-4d22-acc7-6dff36c6906f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"85c7939d-5d55-4294-8698-b390687728c6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c5dcfe86-7500-459c-8a1a-9b316b864563","artifactVersion":"2","generatedFromUUID":"9728a084-fe5f-4d22-acc7-6dff36c6906f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQuzlwy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-template.yml","artifactChecksum":"OTIxZmFiNWNlZTNmZGIwOGYyZGYxNDI0YjZiYTQ0OTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fbb42949-20ce-4b59-9012-e6ab859a9e11","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQuzlwy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar","artifactChecksum":"N2NjYTlkNTJlYjZlM2ZhZGU2MGE1ZTU0ZDQzMTYxZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c66a0a9b-9703-4b23-aafc-f59d8d887469","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-22T11:14:53.275Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T11:14:53.281Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:14:53.294Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:14:53.294Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064492607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:14:53.394Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-02-22T11:14:53.398Z||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-22T11:14:53.399Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:14:53.434Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:14:53.436Z||pool-3-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2023-02-22T11:14:54.303Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T11:14:54.303Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:14:54.305Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:14:54.305Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064492607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json",
"status": "NOTIFIED"
}
2023-02-22T11:14:54.407Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-22T11:14:54.407Z||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-22T11:14:54.408Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:14:54.423Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:14:54.424Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:14:55.306Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T11:14:55.307Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:14:55.309Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:14:55.309Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064492607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-22T11:14:55.409Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:14:55.410Z||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-22T11:14:55.411Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:14:55.422Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:14:55.423Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:14:56.310Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T11:14:56.310Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:14:56.313Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:14:56.313Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064492607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:14:56.413Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:14:56.414Z||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-22T11:14:56.414Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:14:56.432Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:14:56.433Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:14:57.314Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T11:14:57.314Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:14:57.316Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:14:57.316Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064492607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-22T11:14:57.417Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T11:14:57.418Z||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-22T11:14:57.418Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:14:57.430Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:14:57.430Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:14:58.317Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T11:14:58.318Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:14:58.320Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:14:58.320Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064492607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:14:58.420Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:14:58.421Z||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-22T11:14:58.422Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:14:58.433Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:14:58.433Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-02-22T11:14:59.321Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T11:14:59.321Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:14:59.323Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:14:59.323Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064492607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T11:14:59.424Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T11:14:59.424Z||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-22T11:14:59.424Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:14:59.445Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:14:59.445Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-02-22T11:15:00.326Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"serviceName": "basic_onboard_qUzLwY",
"serviceVersion": "1.0",
"serviceUUID": "84839b1b-c563-4970-800e-d4eb6098bb0f",
"serviceDescription": "service",
"serviceInvariantUUID": "1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1",
"resources": [
{
"resourceInstanceName": "basic_onboard_qUzLwY 0",
"resourceCustomizationUUID": "b1be4cb1-57e6-4a98-8949-e19b77248dde",
"resourceName": "basic_onboard_qUzLwY",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d6e7b843-6d83-4a83-9621-37a0c0fc73b9",
"resourceInvariantUUID": "46aa8981-095c-4bad-a3dc-97e9e2d66a61",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_quzlwy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json",
"artifactChecksum": "NDNhMmE3ODQwMzBiZjcyYjFkYWYwNTI0ZjI5ZTQ3M2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6971d5fe-078c-44db-9219-13fc90df5f61",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9728a084-fe5f-4d22-acc7-6dff36c6906f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c5dcfe86-7500-459c-8a1a-9b316b864563",
"generatedFromUUID": "9728a084-fe5f-4d22-acc7-6dff36c6906f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c5dcfe86-7500-459c-8a1a-9b316b864563",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQuzlwy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar",
"artifactChecksum": "N2NjYTlkNTJlYjZlM2ZhZGU2MGE1ZTU0ZDQzMTYxZmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c66a0a9b-9703-4b23-aafc-f59d8d887469"
}
],
"workloadContext": "Production"
}
2023-02-22T11:15:00.328Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-22T11:15:00.329Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 84839b1b-c563-4970-800e-d4eb6098bb0f ASDC
2023-02-22T11:15:00.455Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6bcb860b-1b2c-41a4-a301-6aff57bff4aa
ServiceName:basic_onboard_qUzLwY
ServiceVersion:1.0
ServiceUUID:84839b1b-c563-4970-800e-d4eb6098bb0f
ServiceInvariantUUID:1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQuzlwy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar
ArtifactUUID:c66a0a9b-9703-4b23-aafc-f59d8d887469
ArtifactChecksum:N2NjYTlkNTJlYjZlM2ZhZGU2MGE1ZTU0ZDQzMTYxZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_qUzLwY 0
ResourceCustomizationUUID:b1be4cb1-57e6-4a98-8949-e19b77248dde
ResourceInvariantUUID:46aa8981-095c-4bad-a3dc-97e9e2d66a61
ResourceName:basic_onboard_qUzLwY
ResourceType:VF
ResourceUUID:d6e7b843-6d83-4a83-9621-37a0c0fc73b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_quzlwy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json
ArtifactUUID:6971d5fe-078c-44db-9219-13fc90df5f61
ArtifactChecksum:NDNhMmE3ODQwMzBiZjcyYjFkYWYwNTI0ZjI5ZTQ3M2Q=
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/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9728a084-fe5f-4d22-acc7-6dff36c6906f
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/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env
ArtifactUUID:c5dcfe86-7500-459c-8a1a-9b316b864563
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/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env
ArtifactUUID:c5dcfe86-7500-459c-8a1a-9b316b864563
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-22T11:15:00.456Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 84839b1b-c563-4970-800e-d4eb6098bb0f 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-22T11:15:00.678Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-22T11:15:00.679Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-22T11:15:00.680Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-22T11:15:00.680Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c66a0a9b-9703-4b23-aafc-f59d8d887469 from URL: /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar
2023-02-22T11:15:00.680Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-22T11:15:00.682Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar
2023-02-22T11:15:01.003Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-22T11:15:01.017Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar c66a0a9b-9703-4b23-aafc-f59d8d887469 75311
2023-02-22T11:15:01.019Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar ASDC sendASDCNotification
2023-02-22T11:15:01.019Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar
2023-02-22T11:15:01.020Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T11:15:01.021Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:15:01.023Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:15:01.024Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064501018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:15:01.124Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T11:15:01.125Z||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-22T11:15:01.125Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:15:01.141Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:15:01.141Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:15:02.024Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-22T11:15:02.026Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-22T11:15:02.026Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c66a0a9b-9703-4b23-aafc-f59d8d887469, URL: /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar to file: /app/ASDC/1/service-BasicOnboardQuzlwy-csar.csar
2023-02-22T11:15:02.027Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQuzlwy-csar.csar
2023-02-22T11:15:02.112Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQuzlwy-csar.csar
2023-02-22T11:15:02.112Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQuzlwy-csar.csar
2023-02-22T11:15:02.694Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16246738754890788759/Definitions/service-BasicOnboardQuzlwy-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-22T11:15:04.782Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-22T11:15:04.787Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-02-22T11:15:04.787Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQuzlwy-csar.csar
2023-02-22T11:15:04.787Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-22T11:15:04.787Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardQuzlwy-csar.csar
2023-02-22T11:15:04.788Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||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-BasicOnboardQuzlwy-csar.csar
2023-02-22T11:15:04.788Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||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-BasicOnboardQuzlwy-csar.csar
2023-02-22T11:15:04.788Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||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-BasicOnboardQuzlwy-csar.csar
2023-02-22T11:15:04.788Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQuzlwy-csar.csar
2023-02-22T11:15:04.788Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_qUzLwY 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-BasicOnboardQuzlwy-csar.csar
2023-02-22T11:15:04.788Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||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-BasicOnboardQuzlwy-csar.csar
2023-02-22T11:15:04.789Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-02-22T11:15:04.795Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:04.796Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:15:04.800Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria
2023-02-22T11:15:04.800Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-02-22T11:15:04.802Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-22T11:15:04.803Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:04.804Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:15:04.804Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria
2023-02-22T11:15:04.804Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-02-22T11:15:04.804Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-22T11:15:04.805Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:04.805Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:15:04.808Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:04.808Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is not matching search criteria
2023-02-22T11:15:04.808Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-22T11:15:04.809Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-22T11:15:04.809Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-22T11:15:04.809Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-22T11:15:04.809Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-22T11:15:04.810Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:04.810Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-22T11:15:04.811Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:04.811Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria
2023-02-22T11:15:04.811Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T11:15:04.812Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:04.812Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria
2023-02-22T11:15:04.812Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T11:15:04.813Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:04.813Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria
2023-02-22T11:15:04.813Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T11:15:04.813Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:04.814Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is not matching search criteria
2023-02-22T11:15:04.814Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-22T11:15:04.814Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-22T11:15:04.814Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=09fe3ddb-ad7c-4301-802f-2e8c1e8bea98
2023-02-22T11:15:04.815Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:04.815Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:15:04.815Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:04.815Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:15:04.816Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:04.816Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:15:04.816Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:04.816Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:15:04.816Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_qUzLwY
Description:service
Model UUID:84839b1b-c563-4970-800e-d4eb6098bb0f
Model Version:NULL
Model InvariantUuid:1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_qUzLwY
Model UUID:b1e83464-3b6e-4b5e-9127-58fdc45ce18e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:46aa8981-095c-4bad-a3dc-97e9e2d66a61
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b1be4cb1-57e6-4a98-8949-e19b77248dde
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4a395295-8783-4bae-bd99-e2ed876e21bb
ModelName:BasicOnboardQuzlwy..base_ubuntu18..module-0
ModelUuid:c302aac3-d548-4ed5-b954-9a95bab7b343
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:09fe3ddb-ad7c-4301-802f-2e8c1e8bea98
ModelInvariantUuid:11f4a14b-f289-4772-8902-80af194e4184
ModelName:basic_onboard_qUzLwY-nodes.ubuntu18Cvfc
ModelUuid:22413151-92dc-47a9-863e-7a52eb287344
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ccdaa81f-ad5f-46b3-945a-486e26c94c85
ModelInvariantUuid:9327ce75-80dd-426e-9733-1ad019772860
ModelName:BasicOnboardQuzlwy.compute.nodes.heat.ubuntu18
ModelUuid:509d497e-7d3b-4d79-b728-9025d1ea6535
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-22T11:15:04.843Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d6e7b843-6d83-4a83-9621-37a0c0fc73b9
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-22T11:15:04.933Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||basic_onboard_qUzLwY 0
2023-02-22T11:15:04.940Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6e7b843-6d83-4a83-9621-37a0c0fc73b9
2023-02-22T11:15:04.940Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6971d5fe-078c-44db-9219-13fc90df5f61 from URL: /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json
2023-02-22T11:15:04.941Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-22T11:15:04.941Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json
2023-02-22T11:15:05.048Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-22T11:15:05.049Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json 6971d5fe-078c-44db-9219-13fc90df5f61 798
2023-02-22T11:15:05.049Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json ASDC sendASDCNotification
2023-02-22T11:15:05.049Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json
2023-02-22T11:15:05.049Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T11:15:05.050Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:15:05.052Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:15:05.052Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064505049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:15:05.152Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T11:15:05.154Z||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-22T11:15:05.154Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:15:05.168Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:15:05.168Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:15:06.054Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQuzlwy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4a395295-8783-4bae-bd99-e2ed876e21bb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c302aac3-d548-4ed5-b954-9a95bab7b343",
"vfModuleModelCustomizationUUID": "fced061c-369d-4ab1-8584-7249a03d9af4",
"isBase": true,
"artifacts": [
"9728a084-fe5f-4d22-acc7-6dff36c6906f",
"c5dcfe86-7500-459c-8a1a-9b316b864563"
],
"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-22T11:15:06.068Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQuzlwy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c302aac3-d548-4ed5-b954-9a95bab7b343
VfModuleModelInvariantUUID:4a395295-8783-4bae-bd99-e2ed876e21bb
VfModuleModelDescription:NULL
Artifacts UUID List:{
9728a084-fe5f-4d22-acc7-6dff36c6906f
,
c5dcfe86-7500-459c-8a1a-9b316b864563
}
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-22T11:15:06.072Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQuzlwy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4a395295-8783-4bae-bd99-e2ed876e21bb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c302aac3-d548-4ed5-b954-9a95bab7b343",
"vfModuleModelCustomizationUUID": "fced061c-369d-4ab1-8584-7249a03d9af4",
"isBase": true,
"artifacts": [
"9728a084-fe5f-4d22-acc7-6dff36c6906f",
"c5dcfe86-7500-459c-8a1a-9b316b864563"
],
"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-22T11:15:06.072Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQuzlwy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c302aac3-d548-4ed5-b954-9a95bab7b343
VfModuleModelInvariantUUID:4a395295-8783-4bae-bd99-e2ed876e21bb
VfModuleModelDescription:NULL
Artifacts UUID List:{
9728a084-fe5f-4d22-acc7-6dff36c6906f
,
c5dcfe86-7500-459c-8a1a-9b316b864563
}
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-22T11:15:06.073Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9728a084-fe5f-4d22-acc7-6dff36c6906f from URL: /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml
2023-02-22T11:15:06.073Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-22T11:15:06.073Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml
2023-02-22T11:15:06.168Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-22T11:15:06.168Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml 9728a084-fe5f-4d22-acc7-6dff36c6906f 5033
2023-02-22T11:15:06.169Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-22T11:15:06.169Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml
2023-02-22T11:15:06.169Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T11:15:06.170Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:15:06.171Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:15:06.172Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064506169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:15:06.272Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:15:06.273Z||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-22T11:15:06.273Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:15:06.285Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:15:06.286Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-22T11:15:07.172Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c5dcfe86-7500-459c-8a1a-9b316b864563 from URL: /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env
2023-02-22T11:15:07.173Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-22T11:15:07.173Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env
2023-02-22T11:15:07.268Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-22T11:15:07.268Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env c5dcfe86-7500-459c-8a1a-9b316b864563 909
2023-02-22T11:15:07.269Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-22T11:15:07.269Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env
2023-02-22T11:15:07.269Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T11:15:07.269Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:15:07.272Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:15:07.272Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064507269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:15:07.373Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:15:07.373Z||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-22T11:15:07.374Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:15:07.385Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:15:07.385Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:15:08.273Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 84839b1b-c563-4970-800e-d4eb6098bb0f
2023-02-22T11:15:08.273Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_qUzLwY 0 d6e7b843-6d83-4a83-9621-37a0c0fc73b9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-22T11:15:08.306Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31d21e1b, org.onap.sdc.toscaparser.api.parameters.Input@3cfd466, org.onap.sdc.toscaparser.api.parameters.Input@2c7b1374, org.onap.sdc.toscaparser.api.parameters.Input@b3adfa0, org.onap.sdc.toscaparser.api.parameters.Input@2ab93a1a]
2023-02-22T11:15:08.310Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:08.310Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:15:08.311Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2023-02-22T11:15:08.311Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b1be4cb1-57e6-4a98-8949-e19b77248dde
2023-02-22T11:15:08.311Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b1be4cb1-57e6-4a98-8949-e19b77248dde matches Tosca VF Customization UUID: b1be4cb1-57e6-4a98-8949-e19b77248dde
2023-02-22T11:15:08.311Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b1be4cb1-57e6-4a98-8949-e19b77248dde 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-22T11:15:08.320Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:08.320Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:15:08.322Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b1be4cb1-57e6-4a98-8949-e19b77248dde: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-22T11:15:08.322Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1936f859
2023-02-22T11:15:08.322Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:08.323Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-22T11:15:08.324Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fced061c-369d-4ab1-8584-7249a03d9af4
2023-02-22T11:15:08.325Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fced061c-369d-4ab1-8584-7249a03d9af4
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-22T11:15:08.332Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:08.332Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria
2023-02-22T11:15:08.333Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T11:15:08.334Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:08.334Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria
2023-02-22T11:15:08.334Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T11:15:08.335Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:08.335Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is not matching search criteria
2023-02-22T11:15:08.335Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-22T11:15:08.336Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-22T11:15:08.336Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=09fe3ddb-ad7c-4301-802f-2e8c1e8bea98
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-22T11:15:08.348Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:08.349Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria
2023-02-22T11:15:08.349Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T11:15:08.349Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:08.350Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria
2023-02-22T11:15:08.350Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0] matching following query criteria: sdcType=VF, customizationUUID=b1be4cb1-57e6-4a98-8949-e19b77248dde
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-22T11:15:08.355Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:08.356Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:15:08.356Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 84839b1b-c563-4970-800e-d4eb6098bb0f: basic_onboard_qUzLwY
2023-02-22T11:15:08.357Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:08.357Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:15:08.357Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:08.358Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:15:08.358Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:08.358Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:15:08.359Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:08.359Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:15:08.360Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:15:08.360Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:15:08.361Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_qUzLwY
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-22T11:15:08.570Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_qUzLwY d6e7b843-6d83-4a83-9621-37a0c0fc73b9 1 ASDC deployResourceStructure
2023-02-22T11:15:08.571Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json ASDC sendASDCNotification
2023-02-22T11:15:08.571Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json
2023-02-22T11:15:08.571Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T11:15:08.572Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:15:08.573Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:15:08.573Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064508571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-22T11:15:08.674Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T11:15:08.674Z||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-22T11:15:08.675Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:15:08.687Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:15:08.688Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:15:09.575Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-22T11:15:09.575Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml
2023-02-22T11:15:09.575Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T11:15:09.576Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:15:09.578Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:15:09.578Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064509575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-22T11:15:09.678Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:15:09.679Z||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-22T11:15:09.679Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:15:09.691Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:15:09.692Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:15:10.579Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-22T11:15:10.579Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env
2023-02-22T11:15:10.579Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T11:15:10.580Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:15:10.581Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:15:10.582Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064510579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-22T11:15:10.682Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:15:10.683Z||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-22T11:15:10.683Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:15:10.695Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:15:10.695Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:15:11.583Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar ASDC sendASDCNotification
2023-02-22T11:15:11.583Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar
2023-02-22T11:15:11.583Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T11:15:11.584Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:15:11.586Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:15:11.586Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064511582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T11:15:11.686Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:15:11.688Z||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-22T11:15:11.689Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:15:11.701Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:15:11.702Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:15:12.587Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
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-22T11:15:12.616Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
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-22T11:15:12.619Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T11:15:12.619Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-22T11:15:12.620Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-22T11:15:42.620Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
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-22T11:15:42.636Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
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-22T11:15:42.641Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T11:15:42.641Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-22T11:15:42.642Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-22T11:15:52.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:15:52.611Z||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-22T11:15:52.611Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:15:52.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:15:52.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:15:52.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677064487984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-22T11:15:52.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:16:12.642Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
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-22T11:16:12.658Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
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-22T11:16:12.660Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T11:16:12.661Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-22T11:16:12.661Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-22T11:16:42.662Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
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-22T11:16:42.674Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
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-22T11:16:42.677Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T11:16:42.677Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-22T11:16:42.677Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-22T11:16:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:16:52.610Z||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-22T11:16:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:16:52.649Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:16:52.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:16:52.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "cds",
"timestamp": 1677064490171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:16:52.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:12.677Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
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-22T11:17:12.691Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
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-22T11:17:12.694Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T11:17:12.694Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-22T11:17:12.695Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-22T11:17:42.695Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
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-22T11:17:42.705Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
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-22T11:17:42.707Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T11:17:42.707Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-22T11:17:42.707Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-22T11:17:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:17:52.610Z||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-22T11:17:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:17:53.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:17:53.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064492607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:17:53.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "aai-ml",
"timestamp": 1677064489839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:17:53.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1677064480004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:17:53.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677064487984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:17:53.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "cds",
"timestamp": 1677064490171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:17:53.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064492607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json",
"status": "NOTIFIED"
}
2023-02-22T11:17:53.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "aai-ml",
"timestamp": 1677064489839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:17:53.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677064487984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T11:17:53.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "cds",
"timestamp": 1677064490171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:17:53.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064492607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-22T11:17:53.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "aai-ml",
"timestamp": 1677064489839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:17:53.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677064495947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:17:53.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:17:53.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "cds",
"timestamp": 1677064490171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T11:17:53.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064492607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:17:53.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "aai-ml",
"timestamp": 1677064489839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T11:17:53.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677064497115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:17:53.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:17:53.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "cds",
"timestamp": 1677064498095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:17:53.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:17:53.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064492607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-22T11:17:53.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "aai-ml",
"timestamp": 1677064497751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:17:53.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:17:53.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677064498202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:17:53.185Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:17:53.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "cds",
"timestamp": 1677064499128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-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-22T11:17:53.198Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
2023-02-22T11:17:53.198Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcb860b-1b2c-41a4-a301-6aff57bff4aa 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-22T11:17:53.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064492607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:17:53.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677064499303,
"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-22T11:17:53.216Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
2023-02-22T11:17:53.217Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcb860b-1b2c-41a4-a301-6aff57bff4aa 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-22T11:17:53.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064492607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T11:17:53.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677064500313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-22T11:17:53.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:17:53.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677064499920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:17:53.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064501018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:17:53.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:17:53.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677064499920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:17:53.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677064499920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:17:53.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677064499920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:17:53.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677064499920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:17:53.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064505049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:17:53.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:17:53.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677064499920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:17:53.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064506169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:17:53.235Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:17:53.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677064499920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T11:17:53.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-22T11:17:53.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064507269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:17:53.236Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:17:53.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677064507807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:17:53.236Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:17:53.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064508571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-22T11:17:53.236Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:17:53.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064509575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-22T11:17:53.237Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:17:53.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064510579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-22T11:17:53.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:17:53.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064511582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T11:17:53.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:17:53.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677064512317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T11:17:53.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:17:53.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677064513322,
"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-22T11:17:53.249Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
2023-02-22T11:17:53.250Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcb860b-1b2c-41a4-a301-6aff57bff4aa 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-22T11:17:53.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "aai-ml",
"timestamp": 1677064518574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T11:17:53.263Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:17:53.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:17:53.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "aai-ml",
"timestamp": 1677064519596,
"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-22T11:17:53.269Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
2023-02-22T11:17:53.269Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcb860b-1b2c-41a4-a301-6aff57bff4aa 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-22T11:18:12.707Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
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-22T11:18:12.718Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa
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-22T11:18:12.722Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T11:18:12.722Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-22T11:18:12.722Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-22T11:18:12.722Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-22T11:18:12.723Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T11:18:12.723Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T11:18:12.723Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T11:18:12.724Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T11:18:12.724Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T11:18:12.724Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||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-22T11:18:12.731Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-22T11:18:42.732Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa 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-22T11:18:42.748Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa and serviceModelVersionId: 84839b1b-c563-4970-800e-d4eb6098bb0f
2023-02-22T11:18:42.748Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1
2023-02-22T11:18:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:18:52.610Z||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-22T11:18:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:18:57.565Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?depth=0
2023-02-22T11:18:57.680Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-02-22T11:18:58.173Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?depth=0|INFO|500||Invoke
2023-02-22T11:18:58.180Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6bcb860b-1b2c-41a4-a301-6aff57bff4aa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dab52e87-15d2-42f4-a604-71d3394fde77], X-ECOMP-RequestID=[6bcb860b-1b2c-41a4-a301-6aff57bff4aa], X-TransactionId=[], X-ONAP-RequestID=[6bcb860b-1b2c-41a4-a301-6aff57bff4aa], Content-Type=[application/merge-patch+json]}
2023-02-22T11:18:58.284Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-22T11:18:58.533Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?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/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 11:18:58 GMT], content-length=[0], vertex-id=[442560], x-aai-txid=[2-aai-resources-230222-11:18:58:392-32361], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-22T11:18:58.535Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-22T11:18:58.536Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?depth=0|INFO|500||InvokeReturn
2023-02-22T11:18:58.541Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-22T11:18:58.542Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||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-22T11:18:58.549Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||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-22T11:18:58.550Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6bcb860b-1b2c-41a4-a301-6aff57bff4aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-22T11:18:58.551Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-22T11:18:58.552Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:18:58.555Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:18:58.555Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064738550,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-22T11:18:58.655Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:18:58.656Z||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-22T11:18:58.656Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:18:58.670Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:18:58.671Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-02-22T11:18:59.286Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:18:59.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-22T11:18:59.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677064738550,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-22T11:18:59.288Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-22T11:18:59.568Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:18:59.569Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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-22T11:18:59.569Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:19:09.909Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:19:09.910Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:19:09.911Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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-22T11:19:09.911Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:19:19.454Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:19:19.454Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:19:19.455Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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-22T11:19:19.455Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:19:28.995Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:19:28.996Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:19:28.997Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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-22T11:19:28.997Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:19:38.552Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:19:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:19:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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-22T11:19:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:19:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:19:52.610Z||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-22T11:19:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:20:02.164Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:20:02.164Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:20:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:20:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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-22T11:20:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:20:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:20:52.609Z||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-22T11:20:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:21:02.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:21:02.191Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:21:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:21:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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-22T11:21:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:21:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:21:52.609Z||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-22T11:21:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:22:02.175Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:22:02.175Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:22:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:22:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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-22T11:22:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:22:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:22:52.609Z||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-22T11:22:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:23:02.178Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:23:02.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:23:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:23:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:23:52.609Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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-22T11:23:52.609Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:23:52.609Z||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-22T11:23:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:24:02.154Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:24:02.171Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:24:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:24:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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-22T11:24:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:24:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:24:52.609Z||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-22T11:24:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:25:02.180Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:25:02.187Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:25:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:25:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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-22T11:25:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:25:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:25:52.609Z||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-22T11:25:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:26:02.206Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:26:02.211Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:26:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:26:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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-22T11:26:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:26:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:26:52.609Z||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-22T11:26:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:27:02.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:27:02.176Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:27:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:27:52.608Z||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-22T11:27:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:27:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:27:52.610Z||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-22T11:27:52.611Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:28:02.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:28:02.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:28:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:28:52.608Z||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-22T11:28:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:28:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:28:52.609Z||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-22T11:28:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:29:02.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:29:02.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:29:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:29:52.608Z||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-22T11:29:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:29:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:29:52.609Z||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-22T11:29:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:30:02.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:30:02.194Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:30:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:30:52.608Z||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-22T11:30:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:30:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:30:52.609Z||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-22T11:30:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:31:02.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:31:02.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:31:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:31:52.608Z||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-22T11:31:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:31:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:31:52.609Z||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-22T11:31:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:32:02.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:32:02.251Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:32:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:32:52.608Z||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-22T11:32:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:32:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:32:52.609Z||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-22T11:32:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:33:02.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:33:02.208Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:33:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:33:52.608Z||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-22T11:33:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:33:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:33:52.609Z||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-22T11:33:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:34:02.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:34:02.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:34:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:34:52.608Z||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-22T11:34:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:34:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:34:52.609Z||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-22T11:34:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:35:02.331Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:35:02.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:35:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:35:52.609Z||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-22T11:35:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:35:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:35:52.609Z||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-22T11:35:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:36:02.189Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:36:02.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:36:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:36:52.608Z||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-22T11:36:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:36:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:36:52.610Z||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-22T11:36:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:37:02.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:37:02.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:37:52.608Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:37:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:37:52.609Z||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-22T11:37:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:37:52.610Z||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-22T11:37:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:38:02.217Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:38:02.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:38:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:38:52.608Z||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-22T11:38:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:38:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:38:52.609Z||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-22T11:38:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:39:02.189Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:39:02.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:39:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:39:52.608Z||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-22T11:39:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:39:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:39:52.609Z||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-22T11:39:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:40:02.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:40:02.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:40:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:40:52.608Z||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-22T11:40:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:40:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:40:52.609Z||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-22T11:40:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:41:02.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:41:02.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:41:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:41:52.608Z||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-22T11:41:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:41:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:41:52.609Z||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-22T11:41:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:42:02.205Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:42:02.212Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:42:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:42:52.608Z||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-22T11:42:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:42:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:42:52.609Z||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-22T11:42:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:43:02.214Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:43:02.218Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:43:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:43:52.608Z||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-22T11:43:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:43:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:43:52.610Z||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-22T11:43:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:44:02.360Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:44:02.375Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:44:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:44:52.608Z||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-22T11:44:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:44:52.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:44:52.610Z||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-22T11:44:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:45:02.160Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:45:02.161Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:45:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:45:52.608Z||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-22T11:45:52.608Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:45:52.609Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:45:52.609Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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-22T11:45:52.609Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:46:02.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:46:02.154Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:46:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:46:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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-22T11:46:52.609Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:46:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:46:52.609Z||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-22T11:46:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:47:02.183Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:47:02.185Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:47:52.609Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:47:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:47:52.610Z||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-22T11:47:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:47:52.610Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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-22T11:47:52.611Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:48:02.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:48:02.218Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:48:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:48:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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-22T11:48:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:48:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:48:52.609Z||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-22T11:48:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:49:02.202Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:49:02.202Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:49:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:49:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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-22T11:49:52.609Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:49:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:49:52.610Z||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-22T11:49:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:49:53.242Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:49:53.243Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.243Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2fa1a940-0ae6-44a5-a401-00013ae650b9","serviceName":"vFW 2023-02-22 11-48-19","serviceVersion":"1.0","serviceUUID":"62b2b94d-ecd9-4e8a-a793-31a8703b59ee","serviceDescription":"catalog service description","serviceInvariantUUID":"991a7e29-0ff2-4841-ad8f-b5c455e66d56","resources":[{"resourceInstanceName":"vFW 0e10f1fc-5dad 0","resourceName":"vFW 0e10f1fc-5dad","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ebda5601-10ff-4e7f-addf-33ba6faa1fb2","resourceInvariantUUID":"c201a657-8beb-4af6-afd0-32c9edab5287","resourceCustomizationUUID":"18535830-a3bf-4c62-ac58-852bf37bcdcb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vf-license-model.xml","artifactChecksum":"MGJmNDU5OWQ3NTI3ZmJmY2RiODY1OGEzMDQ4ZDYxMTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9cc85323-6b5f-461e-8528-067baa5e97e4","artifactVersion":"1"},{"artifactName":"vfw0e10f1fc5dad0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json","artifactChecksum":"YTZjYzg3ZDVkNmNmMGI3ZmFhYjIyZjFjMGFmMTMzMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"025fed9b-6207-4579-a71e-858b8c74fd55","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"642964f1-b73e-40b1-8d55-b21a5557b326","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vendor-license-model.xml","artifactChecksum":"OTllNWM1MDU3ZmFmYTdmY2M3ODMxNzY0MWQzNDhmNGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b564326e-344a-4de7-91bf-5be9a3b54034","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8341aac0-f0cd-4d60-ab52-352f8e74d168","artifactVersion":"2","generatedFromUUID":"642964f1-b73e-40b1-8d55-b21a5557b326"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230222114819-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-template.yml","artifactChecksum":"Y2Q5OWY1N2UyZWY2YmQ4NzkzOGUwMzliYTA5M2Y4ODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6656276d-1aab-4520-96e5-84e46653ac7d","artifactVersion":"1"},{"artifactName":"service-Vfw20230222114819-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar","artifactChecksum":"YmU0NmZjMzAwNGY3NjE4ZTc5MWQwMjJiZjU1MDE1MTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fbc6ff35-f51d-442d-a44f-7940b45863fb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-22T11:49:53.245Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:49:53.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "cds",
"timestamp": 1677066545171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677066547984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "cds",
"timestamp": 1677066545171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677066547984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json",
"status": "NOTIFIED"
}
2023-02-22T11:49:53.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "cds",
"timestamp": 1677066545171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677066547984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-22T11:49:53.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677066547984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.250Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T11:49:53.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "cds",
"timestamp": 1677066545171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "cds",
"timestamp": 1677066545171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.251Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:49:53.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677066547984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-22T11:49:53.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "cds",
"timestamp": 1677066545171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677066547984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "aai-ml",
"timestamp": 1677066559839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677066547984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T11:49:53.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "cds",
"timestamp": 1677066545171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T11:49:53.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1677066560004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "aai-ml",
"timestamp": 1677066559839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677066561681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:49:53.254Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:49:53.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "cds",
"timestamp": 1677066562483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:49:53.255Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:49:53.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1677066560004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "aai-ml",
"timestamp": 1677066559839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.256Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:49:53.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "cds",
"timestamp": 1677066563492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2023-02-22T11:49:53.256Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066592607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: 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-22T11:49:53.277Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2fa1a940-0ae6-44a5-a401-00013ae650b9
2023-02-22T11:49:53.277Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fa1a940-0ae6-44a5-a401-00013ae650b9 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-22T11:49:53.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677066562829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:49:53.284Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:49:53.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1677066560004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "aai-ml",
"timestamp": 1677066559839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1677066560004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677066563925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:49:53.287Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:49:53.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "aai-ml",
"timestamp": 1677066559839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1677066560004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677066564961,
"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-22T11:49:53.297Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fa1a940-0ae6-44a5-a401-00013ae650b9
2023-02-22T11:49:53.297Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fa1a940-0ae6-44a5-a401-00013ae650b9 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-22T11:49:53.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "aai-ml",
"timestamp": 1677066559839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1677066560004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677066565966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-22T11:49:53.306Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:49:53.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "aai-ml",
"timestamp": 1677066559839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T11:49:53.306Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1677066560004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "aai-ml",
"timestamp": 1677066567648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:49:53.307Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:49:53.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677066569920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677066569920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677066569920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677066569920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677066569920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677066569920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:53.311Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677066569920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T11:49:53.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-02-22T11:49:53.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677066577867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:49:53.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:49:53.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677066581571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T11:49:53.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:49:53.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677066582575,
"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-22T11:49:53.318Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2fa1a940-0ae6-44a5-a401-00013ae650b9
2023-02-22T11:49:53.318Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fa1a940-0ae6-44a5-a401-00013ae650b9 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-22T11:49:53.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "aai-ml",
"timestamp": 1677066583189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T11:49:53.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:49:53.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-22T11:49:53.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "aai-ml",
"timestamp": 1677066584194,
"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-22T11:49:53.331Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2fa1a940-0ae6-44a5-a401-00013ae650b9
2023-02-22T11:49:53.332Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fa1a940-0ae6-44a5-a401-00013ae650b9 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-22T11:49:53.355Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T11:49:53.356Z||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-22T11:49:53.356Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:49:53.370Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:49:53.370Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:49:54.259Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T11:49:54.260Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:49:54.262Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:49:54.262Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066592607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json",
"status": "NOTIFIED"
}
2023-02-22T11:49:54.362Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:49:54.363Z||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-22T11:49:54.363Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:49:54.375Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:49:54.376Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:49:55.263Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T11:49:55.263Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:49:55.265Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:49:55.266Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066592607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-22T11:49:55.366Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:49:55.367Z||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-22T11:49:55.367Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:49:55.381Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:49:55.381Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:49:56.266Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T11:49:56.267Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:49:56.269Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:49:56.269Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066592607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:56.370Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:49:56.370Z||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-22T11:49:56.371Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:49:56.425Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:49:56.425Z||pool-22-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:49:57.270Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T11:49:57.270Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:49:57.272Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:49:57.273Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066592607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-22T11:49:57.373Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T11:49:57.373Z||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-22T11:49:57.374Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:49:57.406Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:49:57.407Z||pool-23-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:49:58.273Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T11:49:58.274Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:49:58.276Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:49:58.276Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066592607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:49:58.376Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:49:58.377Z||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-22T11:49:58.378Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:49:58.389Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:49:58.391Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-02-22T11:49:59.277Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T11:49:59.278Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:49:59.279Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:49:59.280Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066592607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T11:49:59.380Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:49:59.439Z||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-22T11:49:59.439Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:49:59.476Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:49:59.477Z||pool-25-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:50:00.281Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"serviceName": "vFW 2023-02-22 11-48-19",
"serviceVersion": "1.0",
"serviceUUID": "62b2b94d-ecd9-4e8a-a793-31a8703b59ee",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "991a7e29-0ff2-4841-ad8f-b5c455e66d56",
"resources": [
{
"resourceInstanceName": "vFW 0e10f1fc-5dad 0",
"resourceCustomizationUUID": "18535830-a3bf-4c62-ac58-852bf37bcdcb",
"resourceName": "vFW 0e10f1fc-5dad",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ebda5601-10ff-4e7f-addf-33ba6faa1fb2",
"resourceInvariantUUID": "c201a657-8beb-4af6-afd0-32c9edab5287",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0e10f1fc5dad0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json",
"artifactChecksum": "YTZjYzg3ZDVkNmNmMGI3ZmFhYjIyZjFjMGFmMTMzMTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "025fed9b-6207-4579-a71e-858b8c74fd55",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "642964f1-b73e-40b1-8d55-b21a5557b326",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8341aac0-f0cd-4d60-ab52-352f8e74d168",
"generatedFromUUID": "642964f1-b73e-40b1-8d55-b21a5557b326"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8341aac0-f0cd-4d60-ab52-352f8e74d168",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230222114819-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"artifactChecksum": "YmU0NmZjMzAwNGY3NjE4ZTc5MWQwMjJiZjU1MDE1MTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fbc6ff35-f51d-442d-a44f-7940b45863fb"
}
],
"workloadContext": "Production"
}
2023-02-22T11:50:00.282Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-22T11:50:00.282Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 62b2b94d-ecd9-4e8a-a793-31a8703b59ee ASDC
2023-02-22T11:50:00.283Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2fa1a940-0ae6-44a5-a401-00013ae650b9
ServiceName:vFW 2023-02-22 11-48-19
ServiceVersion:1.0
ServiceUUID:62b2b94d-ecd9-4e8a-a793-31a8703b59ee
ServiceInvariantUUID:991a7e29-0ff2-4841-ad8f-b5c455e66d56
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230222114819-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar
ArtifactUUID:fbc6ff35-f51d-442d-a44f-7940b45863fb
ArtifactChecksum:YmU0NmZjMzAwNGY3NjE4ZTc5MWQwMjJiZjU1MDE1MTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0e10f1fc-5dad 0
ResourceCustomizationUUID:18535830-a3bf-4c62-ac58-852bf37bcdcb
ResourceInvariantUUID:c201a657-8beb-4af6-afd0-32c9edab5287
ResourceName:vFW 0e10f1fc-5dad
ResourceType:VF
ResourceUUID:ebda5601-10ff-4e7f-addf-33ba6faa1fb2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0e10f1fc5dad0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json
ArtifactUUID:025fed9b-6207-4579-a71e-858b8c74fd55
ArtifactChecksum:YTZjYzg3ZDVkNmNmMGI3ZmFhYjIyZjFjMGFmMTMzMTU=
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/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml
ArtifactUUID:642964f1-b73e-40b1-8d55-b21a5557b326
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/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env
ArtifactUUID:8341aac0-f0cd-4d60-ab52-352f8e74d168
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/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env
ArtifactUUID:8341aac0-f0cd-4d60-ab52-352f8e74d168
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-22T11:50:00.283Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62b2b94d-ecd9-4e8a-a793-31a8703b59ee 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-22T11:50:00.313Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-22T11:50:00.314Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-22T11:50:00.314Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-22T11:50:00.314Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fbc6ff35-f51d-442d-a44f-7940b45863fb from URL: /sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar
2023-02-22T11:50:00.314Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-22T11:50:00.315Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar
2023-02-22T11:50:00.472Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-22T11:50:00.477Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar fbc6ff35-f51d-442d-a44f-7940b45863fb 100644
2023-02-22T11:50:00.477Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar ASDC sendASDCNotification
2023-02-22T11:50:00.478Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar
2023-02-22T11:50:00.478Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T11:50:00.478Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:50:00.480Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:50:00.480Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066600477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:50:00.580Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:50:00.582Z||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-22T11:50:00.582Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:50:00.596Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:50:00.596Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:50:01.481Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-22T11:50:01.481Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-22T11:50:01.482Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: fbc6ff35-f51d-442d-a44f-7940b45863fb, URL: /sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar to file: /app/ASDC/1/service-Vfw20230222114819-csar.csar
2023-02-22T11:50:01.482Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230222114819-csar.csar
2023-02-22T11:50:01.483Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230222114819-csar.csar
2023-02-22T11:50:01.483Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230222114819-csar.csar
2023-02-22T11:50:01.716Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16103937810527415272/Definitions/service-Vfw20230222114819-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_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
2023-02-22T11:50:03.869Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-22T11:50:03.884Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-02-22T11:50:03.885Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230222114819-csar.csar
2023-02-22T11:50:03.885Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-22T11:50:03.885Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230222114819-csar.csar
2023-02-22T11:50:03.885Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||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-Vfw20230222114819-csar.csar
2023-02-22T11:50:03.886Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||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-Vfw20230222114819-csar.csar
2023-02-22T11:50:03.886Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||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-Vfw20230222114819-csar.csar
2023-02-22T11:50:03.886Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230222114819-csar.csar
2023-02-22T11:50:03.886Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230222114819-csar.csar
2023-02-22T11:50:03.886Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||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-Vfw20230222114819-csar.csar
2023-02-22T11:50:03.886Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230222114819-csar.csar
2023-02-22T11:50:03.887Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230222114819-csar.csar
2023-02-22T11:50:03.887Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0e10f1fc-5dad 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-Vfw20230222114819-csar.csar
2023-02-22T11:50:03.887Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230222114819-csar.csar
2023-02-22T11:50:03.887Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-02-22T11:50:03.888Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:03.888Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:50:03.889Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria
2023-02-22T11:50:03.889Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-02-22T11:50:03.889Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-22T11:50:03.890Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:03.890Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:50:03.890Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria
2023-02-22T11:50:03.890Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-02-22T11:50:03.890Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-22T11:50:03.891Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:03.891Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:50:03.891Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:03.891Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is not matching search criteria
2023-02-22T11:50:03.892Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-22T11:50:03.892Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-22T11:50:03.892Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-22T11:50:03.892Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-22T11:50:03.893Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-22T11:50:03.893Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T11:50:03.893Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-22T11:50:03.893Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-22T11:50:03.893Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-22T11:50:03.894Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-22T11:50:03.894Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-22T11:50:03.894Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-22T11:50:03.894Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-22T11:50:03.894Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-22T11:50:03.895Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T11:50:03.895Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-22T11:50:03.895Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:03.895Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-22T11:50:03.896Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:03.896Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria
2023-02-22T11:50:03.896Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T11:50:03.896Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:03.897Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria
2023-02-22T11:50:03.897Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T11:50:03.897Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:03.897Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria
2023-02-22T11:50:03.899Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T11:50:03.900Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:03.900Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is not matching search criteria
2023-02-22T11:50:03.900Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-22T11:50:03.901Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-22T11:50:03.901Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-22T11:50:03.901Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-22T11:50:03.901Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-22T11:50:03.902Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-22T11:50:03.902Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-22T11:50:03.902Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-22T11:50:03.903Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-22T11:50:03.903Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-22T11:50:03.903Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T11:50:03.903Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a89e0e01-a9a6-4bfa-8055-940329a8744d
2023-02-22T11:50:03.904Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:03.904Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is not matching search criteria
2023-02-22T11:50:03.904Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-22T11:50:03.904Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-22T11:50:03.905Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-22T11:50:03.905Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-22T11:50:03.905Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-22T11:50:03.905Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T11:50:03.905Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-22T11:50:03.906Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-22T11:50:03.906Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-22T11:50:03.906Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-22T11:50:03.906Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-22T11:50:03.906Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T11:50:03.907Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9a893e4b-9cd9-43b3-9926-999ea123c011
2023-02-22T11:50:03.907Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:03.907Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is not matching search criteria
2023-02-22T11:50:03.907Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-22T11:50:03.907Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-22T11:50:03.908Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-22T11:50:03.908Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-22T11:50:03.908Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-22T11:50:03.908Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T11:50:03.908Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-22T11:50:03.909Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-22T11:50:03.909Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-22T11:50:03.909Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-22T11:50:03.909Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-22T11:50:03.909Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-22T11:50:03.910Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=39795716-eb9f-40bf-8c8b-68d1b712ce6d
2023-02-22T11:50:03.910Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:03.910Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:50:03.910Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:03.911Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:50:03.911Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:03.911Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:50:03.911Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:03.911Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:50:03.912Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-02-22 11-48-19
Description:catalog service description
Model UUID:62b2b94d-ecd9-4e8a-a793-31a8703b59ee
Model Version:NULL
Model InvariantUuid:991a7e29-0ff2-4841-ad8f-b5c455e66d56
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0e10f1fc-5dad
Model UUID:f247075c-5175-402e-a604-86cf528cd51a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c201a657-8beb-4af6-afd0-32c9edab5287
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:18535830-a3bf-4c62-ac58-852bf37bcdcb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:24666f36-43e1-4b7f-bfed-5407673f6cfa
ModelName:Vfw0e10f1fc5dad..base_vfw..module-0
ModelUuid:ed73583e-e179-4f31-b4c2-63d6242b06f9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a89e0e01-a9a6-4bfa-8055-940329a8744d
ModelInvariantUuid:df96ab74-03c0-45ee-bb19-b1b5b0682e64
ModelName:vFW 0e10f1fc-5dad-nodes.vfwCvfc
ModelUuid:d6bf469a-0ecf-4247-a108-8e4eb0ca1092
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a34636c0-6884-4315-b879-8efaf59b2e2c
ModelInvariantUuid:9aef8eda-2f82-49d9-a166-7ccb59731fc9
ModelName:Vfw0e10f1fc5dad.compute.nodes.heat.vfw
ModelUuid:c6c4a0c9-3aba-48a4-89f9-62e028abc7f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9a893e4b-9cd9-43b3-9926-999ea123c011
ModelInvariantUuid:59a7a651-acb8-47b9-a4ce-871e58c4ec75
ModelName:vFW 0e10f1fc-5dad-nodes.vsnCvfc
ModelUuid:07217fdb-5051-4d25-821f-8b80447f410b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:75deb7dd-573d-4a5d-afa2-58f48a349ab5
ModelInvariantUuid:78ea59c1-d7d0-45b6-9e2a-7216ab674ab9
ModelName:Vfw0e10f1fc5dad.compute.nodes.heat.vsn
ModelUuid:b0a6d458-36e5-4b48-8893-5d6adc3832e4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:39795716-eb9f-40bf-8c8b-68d1b712ce6d
ModelInvariantUuid:7ef45706-7307-422c-81a8-7b6825c9695d
ModelName:vFW 0e10f1fc-5dad-nodes.vpgCvfc
ModelUuid:27c93124-df62-4c64-a41c-8ad9835ace78
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:97777975-3433-478d-ad54-84bba7fd3aae
ModelInvariantUuid:255b041a-7f9e-4e28-b488-d9c1e9ca72f5
ModelName:Vfw0e10f1fc5dad.compute.nodes.heat.vpg
ModelUuid:ef32011c-5559-4d25-b6b5-51f3f2dc7a70
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-22T11:50:03.921Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ebda5601-10ff-4e7f-addf-33ba6faa1fb2
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-22T11:50:03.926Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||vFW 0e10f1fc-5dad 0
2023-02-22T11:50:03.926Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ebda5601-10ff-4e7f-addf-33ba6faa1fb2
2023-02-22T11:50:03.926Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 025fed9b-6207-4579-a71e-858b8c74fd55 from URL: /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json
2023-02-22T11:50:03.927Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-22T11:50:03.927Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json
2023-02-22T11:50:04.004Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-22T11:50:04.005Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json 025fed9b-6207-4579-a71e-858b8c74fd55 785
2023-02-22T11:50:04.005Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json ASDC sendASDCNotification
2023-02-22T11:50:04.005Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json
2023-02-22T11:50:04.005Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T11:50:04.006Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:50:04.007Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:50:04.007Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066604005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:50:04.108Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:50:04.109Z||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-22T11:50:04.109Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:50:04.127Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:50:04.130Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-02-22T11:50:05.008Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0e10f1fc5dad..base_vfw..module-0",
"vfModuleModelInvariantUUID": "24666f36-43e1-4b7f-bfed-5407673f6cfa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ed73583e-e179-4f31-b4c2-63d6242b06f9",
"vfModuleModelCustomizationUUID": "dae351ea-80e5-4d45-9e91-76132984e5c3",
"isBase": true,
"artifacts": [
"642964f1-b73e-40b1-8d55-b21a5557b326",
"8341aac0-f0cd-4d60-ab52-352f8e74d168"
],
"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-22T11:50:05.013Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0e10f1fc5dad..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed73583e-e179-4f31-b4c2-63d6242b06f9
VfModuleModelInvariantUUID:24666f36-43e1-4b7f-bfed-5407673f6cfa
VfModuleModelDescription:NULL
Artifacts UUID List:{
642964f1-b73e-40b1-8d55-b21a5557b326
,
8341aac0-f0cd-4d60-ab52-352f8e74d168
}
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-22T11:50:05.015Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0e10f1fc5dad..base_vfw..module-0",
"vfModuleModelInvariantUUID": "24666f36-43e1-4b7f-bfed-5407673f6cfa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ed73583e-e179-4f31-b4c2-63d6242b06f9",
"vfModuleModelCustomizationUUID": "dae351ea-80e5-4d45-9e91-76132984e5c3",
"isBase": true,
"artifacts": [
"642964f1-b73e-40b1-8d55-b21a5557b326",
"8341aac0-f0cd-4d60-ab52-352f8e74d168"
],
"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-22T11:50:05.015Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0e10f1fc5dad..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed73583e-e179-4f31-b4c2-63d6242b06f9
VfModuleModelInvariantUUID:24666f36-43e1-4b7f-bfed-5407673f6cfa
VfModuleModelDescription:NULL
Artifacts UUID List:{
642964f1-b73e-40b1-8d55-b21a5557b326
,
8341aac0-f0cd-4d60-ab52-352f8e74d168
}
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-22T11:50:05.015Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 642964f1-b73e-40b1-8d55-b21a5557b326 from URL: /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml
2023-02-22T11:50:05.016Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-22T11:50:05.016Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml
2023-02-22T11:50:05.091Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-22T11:50:05.092Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml 642964f1-b73e-40b1-8d55-b21a5557b326 20368
2023-02-22T11:50:05.092Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-22T11:50:05.092Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml
2023-02-22T11:50:05.093Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T11:50:05.093Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:50:05.094Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:50:05.095Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066605092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:50:05.195Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:50:05.197Z||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-22T11:50:05.197Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:50:05.225Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:50:05.226Z||pool-28-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:50:06.095Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8341aac0-f0cd-4d60-ab52-352f8e74d168 from URL: /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env
2023-02-22T11:50:06.095Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-22T11:50:06.096Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env
2023-02-22T11:50:06.160Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-22T11:50:06.161Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env 8341aac0-f0cd-4d60-ab52-352f8e74d168 2098
2023-02-22T11:50:06.161Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-22T11:50:06.161Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env
2023-02-22T11:50:06.161Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T11:50:06.162Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:50:06.163Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:50:06.163Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066606161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:50:06.264Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:50:06.264Z||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-22T11:50:06.264Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:50:06.286Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:50:06.287Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:50:07.164Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 62b2b94d-ecd9-4e8a-a793-31a8703b59ee
2023-02-22T11:50:07.164Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0e10f1fc-5dad 0 ebda5601-10ff-4e7f-addf-33ba6faa1fb2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-22T11:50:07.183Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5415b5c9, org.onap.sdc.toscaparser.api.parameters.Input@63dc6052, org.onap.sdc.toscaparser.api.parameters.Input@2ec443ce, org.onap.sdc.toscaparser.api.parameters.Input@4346ab42, org.onap.sdc.toscaparser.api.parameters.Input@3a84e51e]
2023-02-22T11:50:07.184Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.185Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:50:07.185Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2023-02-22T11:50:07.185Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 18535830-a3bf-4c62-ac58-852bf37bcdcb
2023-02-22T11:50:07.185Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 18535830-a3bf-4c62-ac58-852bf37bcdcb matches Tosca VF Customization UUID: 18535830-a3bf-4c62-ac58-852bf37bcdcb
2023-02-22T11:50:07.186Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 18535830-a3bf-4c62-ac58-852bf37bcdcb 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-22T11:50:07.189Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.189Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:50:07.190Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 18535830-a3bf-4c62-ac58-852bf37bcdcb: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-22T11:50:07.190Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40e68372
2023-02-22T11:50:07.191Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.191Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-22T11:50:07.191Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dae351ea-80e5-4d45-9e91-76132984e5c3
2023-02-22T11:50:07.191Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dae351ea-80e5-4d45-9e91-76132984e5c3
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-22T11:50:07.194Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.195Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria
2023-02-22T11:50:07.195Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T11:50:07.195Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.195Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria
2023-02-22T11:50:07.196Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T11:50:07.196Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.196Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is not matching search criteria
2023-02-22T11:50:07.196Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-22T11:50:07.197Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-22T11:50:07.197Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-22T11:50:07.197Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-22T11:50:07.197Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-22T11:50:07.197Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-22T11:50:07.198Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-22T11:50:07.198Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-22T11:50:07.198Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-22T11:50:07.198Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-22T11:50:07.199Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T11:50:07.199Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a89e0e01-a9a6-4bfa-8055-940329a8744d
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-22T11:50:07.201Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.201Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria
2023-02-22T11:50:07.201Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T11:50:07.202Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.202Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is not matching search criteria
2023-02-22T11:50:07.202Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-22T11:50:07.202Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-22T11:50:07.202Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-22T11:50:07.202Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-22T11:50:07.203Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-22T11:50:07.203Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T11:50:07.203Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-22T11:50:07.203Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-22T11:50:07.203Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-22T11:50:07.203Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-22T11:50:07.203Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-22T11:50:07.204Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T11:50:07.204Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9a893e4b-9cd9-43b3-9926-999ea123c011
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-22T11:50:07.205Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.206Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria
2023-02-22T11:50:07.206Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T11:50:07.210Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.210Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is not matching search criteria
2023-02-22T11:50:07.210Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-22T11:50:07.210Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-22T11:50:07.211Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-22T11:50:07.211Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-22T11:50:07.211Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-22T11:50:07.211Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-22T11:50:07.212Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-22T11:50:07.212Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-22T11:50:07.212Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-22T11:50:07.212Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-22T11:50:07.212Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-22T11:50:07.213Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-22T11:50:07.213Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=39795716-eb9f-40bf-8c8b-68d1b712ce6d
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-22T11:50:07.216Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.216Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria
2023-02-22T11:50:07.216Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-22T11:50:07.216Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.216Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria
2023-02-22T11:50:07.217Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=18535830-a3bf-4c62-ac58-852bf37bcdcb
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-22T11:50:07.219Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.219Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:50:07.219Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 62b2b94d-ecd9-4e8a-a793-31a8703b59ee: vFW 0e10f1fc-5dad
2023-02-22T11:50:07.219Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.220Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:50:07.220Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.220Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:50:07.220Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.220Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:50:07.221Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.221Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:50:07.221Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T11:50:07.221Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T11:50:07.222Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2023-02-22 11-48-19
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-22T11:50:07.420Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0e10f1fc-5dad ebda5601-10ff-4e7f-addf-33ba6faa1fb2 1 ASDC deployResourceStructure
2023-02-22T11:50:07.421Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json ASDC sendASDCNotification
2023-02-22T11:50:07.421Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json
2023-02-22T11:50:07.421Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T11:50:07.422Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:50:07.424Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:50:07.424Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066607421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-22T11:50:07.525Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:50:07.526Z||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-22T11:50:07.526Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:50:07.540Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:50:07.540Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-02-22T11:50:08.425Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-22T11:50:08.426Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml
2023-02-22T11:50:08.426Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T11:50:08.426Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:50:08.428Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:50:08.428Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066608425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-22T11:50:08.528Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:50:08.529Z||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-22T11:50:08.529Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:50:08.542Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:50:08.543Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:50:09.428Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-22T11:50:09.429Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env
2023-02-22T11:50:09.429Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T11:50:09.430Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:50:09.432Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:50:09.432Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066609428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-22T11:50:09.532Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:50:09.533Z||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-22T11:50:09.533Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:50:09.544Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:50:09.544Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-02-22T11:50:10.433Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar ASDC sendASDCNotification
2023-02-22T11:50:10.433Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar
2023-02-22T11:50:10.433Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T11:50:10.434Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:50:10.435Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:50:10.436Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066610433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T11:50:10.536Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:50:10.537Z||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-22T11:50:10.537Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:50:10.551Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:50:10.552Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-22T11:50:11.436Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fa1a940-0ae6-44a5-a401-00013ae650b9
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-22T11:50:11.444Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fa1a940-0ae6-44a5-a401-00013ae650b9
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-22T11:50:11.447Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T11:50:11.447Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-22T11:50:11.447Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-22T11:50:11.447Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-22T11:50:11.447Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T11:50:11.448Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T11:50:11.448Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T11:50:11.448Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T11:50:11.448Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T11:50:11.448Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||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-22T11:50:11.451Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-22T11:50:41.451Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2fa1a940-0ae6-44a5-a401-00013ae650b9 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-22T11:50:41.457Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2fa1a940-0ae6-44a5-a401-00013ae650b9 and serviceModelVersionId: 62b2b94d-ecd9-4e8a-a793-31a8703b59ee
2023-02-22T11:50:41.457Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 991a7e29-0ff2-4841-ad8f-b5c455e66d56
2023-02-22T11:50:41.459Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?depth=0
2023-02-22T11:50:41.468Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-02-22T11:50:41.530Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?depth=0|INFO|500||Invoke
2023-02-22T11:50:41.531Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2fa1a940-0ae6-44a5-a401-00013ae650b9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c0612b2-ec01-43d1-9b04-5e6114d9adf4], X-ECOMP-RequestID=[2fa1a940-0ae6-44a5-a401-00013ae650b9], X-TransactionId=[], X-ONAP-RequestID=[2fa1a940-0ae6-44a5-a401-00013ae650b9], Content-Type=[application/merge-patch+json]}
2023-02-22T11:50:41.555Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-22T11:50:41.674Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?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/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 11:50:41 GMT], content-length=[0], vertex-id=[114800], x-aai-txid=[2-aai-resources-230222-11:50:41:705-43869], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-22T11:50:41.674Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-22T11:50:41.675Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?depth=0|INFO|500||InvokeReturn
2023-02-22T11:50:41.675Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-22T11:50:41.675Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||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-22T11:50:41.681Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||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-22T11:50:41.681Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2fa1a940-0ae6-44a5-a401-00013ae650b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-22T11:50:41.682Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-22T11:50:41.682Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T11:50:41.686Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T11:50:41.686Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066641681,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-22T11:50:41.786Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T11:50:41.787Z||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-22T11:50:41.787Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T11:50:41.801Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:50:41.802Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-22T11:50:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:50:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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-22T11:50:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:50:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:50:52.609Z||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-22T11:50:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:50:52.744Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:50:52.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-22T11:50:52.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066592607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:50:52.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-02-22T11:51:02.170Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:51:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:51:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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-22T11:51:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:51:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:51:52.609Z||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-22T11:51:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:51:53.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:51:53.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-22T11:51:53.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066592607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json",
"status": "NOTIFIED"
}
2023-02-22T11:51:53.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-22T11:51:53.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-22T11:51:53.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066592607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-22T11:51:53.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-22T11:51:53.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-22T11:51:53.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066592607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:51:53.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-22T11:51:53.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-22T11:51:53.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066592607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-22T11:51:53.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-22T11:51:53.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-22T11:51:53.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066592607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T11:51:53.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-22T11:51:53.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-22T11:51:53.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066592607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T11:51:53.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-22T11:51:53.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-22T11:51:53.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066600477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:51:53.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:51:53.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-22T11:51:53.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066604005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:51:53.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:51:53.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-22T11:51:53.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066605092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:51:53.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:51:53.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-22T11:51:53.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066606161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-22T11:51:53.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:51:53.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-22T11:51:53.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066607421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-22T11:51:53.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:51:53.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-22T11:51:53.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066608425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-22T11:51:53.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:51:53.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-22T11:51:53.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066609428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-22T11:51:53.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:51:53.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-22T11:51:53.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066610433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T11:51:53.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:51:53.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-22T11:51:53.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677066641681,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-22T11:51:53.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T11:52:02.234Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:52:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:52:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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-22T11:52:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:52:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:52:52.610Z||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-22T11:52:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:53:02.198Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:53:02.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:53:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:53:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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-22T11:53:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:53:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:53:52.609Z||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-22T11:53:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:54:02.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:54:02.198Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:54:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:54:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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-22T11:54:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:54:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:54:52.609Z||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-22T11:54:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:55:02.184Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:55:02.189Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:55:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:55:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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-22T11:55:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:55:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:55:52.609Z||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-22T11:55:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:56:02.227Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:56:02.233Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:56:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:56:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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-22T11:56:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:56:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:56:52.610Z||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-22T11:56:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:57:02.163Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:57:02.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:57:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:57:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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-22T11:57:52.609Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:57:52.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:57:52.610Z||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-22T11:57:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:58:02.168Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:58:02.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:58:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:58:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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-22T11:58:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:58:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:58:52.609Z||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-22T11:58:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T11:59:02.181Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:59:02.181Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T11:59:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:59:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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-22T11:59:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ...
2023-02-22T11:59:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T11:59:52.610Z||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-22T11:59:52.610Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T12:00:02.168Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:00:02.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:00:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:00:52.609Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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-22T12:00:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:00:52.609Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ...
2023-02-22T12:00:52.609Z||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-22T12:00:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T12:01:02.185Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:01:02.187Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:01:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:01:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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-22T12:01:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ...
2023-02-22T12:01:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-22T12:01:52.609Z||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-22T12:01:52.609Z||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 sXwXLxdJNt84opGN) ...
2023-02-22T12:01:53.239Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:01:53.240Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.240Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b496cc0e-b578-4573-8ec3-56a264c931ff","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ffee45e1-def4-4e1b-a680-35068b30ebe6","serviceDescription":"service","serviceInvariantUUID":"674fc224-26cd-4978-a3d8-a52da5170603","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c000dd7d-df36-43e3-a0aa-f1084810e662","resourceInvariantUUID":"42706293-8438-49b9-a02a-2432c91ae535","resourceCustomizationUUID":"a31b7c60-16bd-4fd9-916a-385e96bcacc2","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":"OTg5OWY2OTIyOTkxZDJiNTc2ZmRiM2Q5YzkyODU2MWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e09710d-5240-448f-98f9-1bf0b5352048","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmE0NWFkNTdhYjQyMDg5YmM2NTU2OTY5YTYxYWZhM2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7dee405f-71f8-44a0-bb9a-b64d09b87075","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-22T12:01:53.246Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T12:01:53.247Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T12:01:53.251Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T12:01:53.251Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677067312607,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.258Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:01:53.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677067259920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "cds",
"timestamp": 1677067265171,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1677067260004,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677067259920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T12:01:53.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "cds",
"timestamp": 1677067265171,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T12:01:53.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1677067260004,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677067268370,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T12:01:53.263Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T12:01:53.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "cds",
"timestamp": 1677067269333,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T12:01:53.263Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T12:01:53.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677067267984,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "cds",
"timestamp": 1677067270344,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-22T12:01:53.284Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b496cc0e-b578-4573-8ec3-56a264c931ff
2023-02-22T12:01:53.285Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b496cc0e-b578-4573-8ec3-56a264c931ff 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-22T12:01:53.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677067267984,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T12:01:53.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677067270076,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T12:01:53.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T12:01:53.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677067271081,
"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-22T12:01:53.301Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b496cc0e-b578-4573-8ec3-56a264c931ff
2023-02-22T12:01:53.302Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b496cc0e-b578-4573-8ec3-56a264c931ff 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-22T12:01:53.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "cds",
"timestamp": 1677067280171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "aai-ml",
"timestamp": 1677067279839,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1677067280004,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "cds",
"timestamp": 1677067280171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "aai-ml",
"timestamp": 1677067279839,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T12:01:53.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1677067280004,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "cds",
"timestamp": 1677067280171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "aai-ml",
"timestamp": 1677067282608,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T12:01:53.315Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T12:01:53.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1677067280004,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "cds",
"timestamp": 1677067280171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1677067280004,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "cds",
"timestamp": 1677067280171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1677067280004,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "cds",
"timestamp": 1677067280171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1677067280004,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-02-22T12:01:53.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "cds",
"timestamp": 1677067280171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1677067280004,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "cds",
"timestamp": 1677067280171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T12:01:53.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "aai-ml",
"timestamp": 1677067287742,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T12:01:53.319Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T12:01:53.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1677067280004,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "cds",
"timestamp": 1677067288936,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T12:01:53.320Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T12:01:53.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677067287984,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "aai-ml",
"timestamp": 1677067288747,
"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-22T12:01:53.326Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b496cc0e-b578-4573-8ec3-56a264c931ff
2023-02-22T12:01:53.326Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b496cc0e-b578-4573-8ec3-56a264c931ff 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-22T12:01:53.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1677067288846,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-22T12:01:53.337Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T12:01:53.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "cds",
"timestamp": 1677067289943,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-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-22T12:01:53.358Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2023-02-22T12:01:53.359Z||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-22T12:01:53.359Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T12:01:53.364Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d98666b3-38ca-416a-aa0c-6bb0c10790f3
2023-02-22T12:01:53.364Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d98666b3-38ca-416a-aa0c-6bb0c10790f3 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-22T12:01:53.372Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:01:53.373Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-22T12:01:53.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677067287984,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "aai-ml",
"timestamp": 1677067279839,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1677067290052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-02-22T12:01:53.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T12:01:53.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677067287984,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "aai-ml",
"timestamp": 1677067279839,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677067289920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1677067291056,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-22T12:01:53.383Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of d98666b3-38ca-416a-aa0c-6bb0c10790f3
2023-02-22T12:01:53.383Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d98666b3-38ca-416a-aa0c-6bb0c10790f3 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-22T12:01:53.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677067287984,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "aai-ml",
"timestamp": 1677067279839,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677067289920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677067287984,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "aai-ml",
"timestamp": 1677067279839,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677067289920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677067287984,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "aai-ml",
"timestamp": 1677067279839,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677067289920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677067287984,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "aai-ml",
"timestamp": 1677067279839,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677067289920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1677067287984,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T12:01:53.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "aai-ml",
"timestamp": 1677067279839,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677067289920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "aai-ml",
"timestamp": 1677067279839,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T12:01:53.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677067289920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:01:53.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677067289920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T12:01:53.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-22T12:01:53.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "aai-ml",
"timestamp": 1677067297901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T12:01:53.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T12:01:53.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677067298678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T12:01:53.404Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T12:01:53.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677067300682,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T12:01:53.404Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T12:01:53.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677067301689,
"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-22T12:01:53.411Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d98666b3-38ca-416a-aa0c-6bb0c10790f3
2023-02-22T12:01:53.411Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d98666b3-38ca-416a-aa0c-6bb0c10790f3 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-22T12:01:53.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "aai-ml",
"timestamp": 1677067304059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T12:01:53.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-22T12:01:53.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-22T12:01:53.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "aai-ml",
"timestamp": 1677067305062,
"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-22T12:01:53.426Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d98666b3-38ca-416a-aa0c-6bb0c10790f3
2023-02-22T12:01:53.426Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d98666b3-38ca-416a-aa0c-6bb0c10790f3 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-22T12:01:54.252Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T12:01:54.252Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T12:01:54.254Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T12:01:54.254Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677067312607,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T12:01:54.356Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T12:01:54.356Z||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-22T12:01:54.357Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T12:01:54.368Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:01:54.369Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-22T12:01:55.255Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "ffee45e1-def4-4e1b-a680-35068b30ebe6",
"serviceDescription": "service",
"serviceInvariantUUID": "674fc224-26cd-4978-a3d8-a52da5170603",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "a31b7c60-16bd-4fd9-916a-385e96bcacc2",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "c000dd7d-df36-43e3-a0aa-f1084810e662",
"resourceInvariantUUID": "42706293-8438-49b9-a02a-2432c91ae535",
"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": "NmE0NWFkNTdhYjQyMDg5YmM2NTU2OTY5YTYxYWZhM2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7dee405f-71f8-44a0-bb9a-b64d09b87075"
}
],
"workloadContext": "Production"
}
2023-02-22T12:01:55.256Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-22T12:01:55.256Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ffee45e1-def4-4e1b-a680-35068b30ebe6 ASDC
2023-02-22T12:01:55.257Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b496cc0e-b578-4573-8ec3-56a264c931ff
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ffee45e1-def4-4e1b-a680-35068b30ebe6
ServiceInvariantUUID:674fc224-26cd-4978-a3d8-a52da5170603
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:7dee405f-71f8-44a0-bb9a-b64d09b87075
ArtifactChecksum:NmE0NWFkNTdhYjQyMDg5YmM2NTU2OTY5YTYxYWZhM2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a31b7c60-16bd-4fd9-916a-385e96bcacc2
ResourceInvariantUUID:42706293-8438-49b9-a02a-2432c91ae535
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c000dd7d-df36-43e3-a0aa-f1084810e662
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-02-22T12:01:55.257Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ffee45e1-def4-4e1b-a680-35068b30ebe6 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-22T12:01:55.283Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-22T12:01:55.284Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-22T12:01:55.284Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-22T12:01:55.285Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7dee405f-71f8-44a0-bb9a-b64d09b87075 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-22T12:01:55.285Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-22T12:01:55.285Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-22T12:01:55.379Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-22T12:01:55.381Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7dee405f-71f8-44a0-bb9a-b64d09b87075 57662
2023-02-22T12:01:55.382Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:01:55.382Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:01:55.382Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T12:01:55.383Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T12:01:55.384Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T12:01:55.385Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677067315382,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T12:01:55.485Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T12:01:55.486Z||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-22T12:01:55.486Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T12:01:55.498Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:01:55.498Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-22T12:01:56.385Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-22T12:01:56.386Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-22T12:01:56.387Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7dee405f-71f8-44a0-bb9a-b64d09b87075, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-22T12:01:56.387Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-22T12:01:56.388Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-22T12:01:56.388Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-22T12:01:56.525Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14060298216326265193/Definitions/service-BasicNetwork-template.yml
2023-02-22T12:01:56.988Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-22T12:01:56.989Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-02-22T12:01:56.989Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-22T12:01:56.989Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-22T12:01:56.989Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:01:56.990Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:01:56.990Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:01:56.990Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:01:56.990Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:01:56.990Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:01:56.991Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:01:56.991Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:01:56.991Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-02-22T12:01:56.991Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:01:56.992Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:01:56.992Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-22T12:01:56.992Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-02-22T12:01:56.992Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-22T12:01:56.993Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:01:56.993Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:01:56.993Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-22T12:01:56.993Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-02-22T12:01:56.994Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-22T12:01:56.994Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:01:56.994Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:01:56.994Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:01:56.995Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:01:56.995Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:01:56.995Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:01:56.996Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:01:56.996Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:01:56.996Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:01:56.996Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:01:56.997Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:ffee45e1-def4-4e1b-a680-35068b30ebe6
Model Version:NULL
Model InvariantUuid:674fc224-26cd-4978-a3d8-a52da5170603
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:42706293-8438-49b9-a02a-2432c91ae535
Model UUID:939c37c5-389f-4b93-b882-8c0b13a73715
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:a31b7c60-16bd-4fd9-916a-385e96bcacc2
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-22T12:01:57.002Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: c000dd7d-df36-43e3-a0aa-f1084810e662
2023-02-22T12:01:57.002Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||No resources found for Service: ffee45e1-def4-4e1b-a680-35068b30ebe6
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-22T12:01:57.007Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||
2023-02-22T12:01:57.007Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-02-22T12:01:57.008Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||No resources found for Service: ffee45e1-def4-4e1b-a680-35068b30ebe6
2023-02-22T12:01:57.008Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ffee45e1-def4-4e1b-a680-35068b30ebe6
2023-02-22T12:01:57.008Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-02-22T12:01:57.008Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:01:57.011Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57eda889, org.onap.sdc.toscaparser.api.parameters.Input@1aa0f358, org.onap.sdc.toscaparser.api.parameters.Input@76d2d7e2, org.onap.sdc.toscaparser.api.parameters.Input@7b511dcd, org.onap.sdc.toscaparser.api.parameters.Input@41c24bce]
2023-02-22T12:01:57.012Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:01:57.013Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:01:57.013Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:01:57.013Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:01:57.013Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ffee45e1-def4-4e1b-a680-35068b30ebe6: Generic NeutronNet
2023-02-22T12:01:57.013Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:01:57.013Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:01:57.014Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:01:57.014Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:01:57.044Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:01:57.044Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:01:57.045Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:01:57.045Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:01:57.045Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:01:57.045Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:01:57.046Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:01:57.099Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-02-22T12:01:57.100Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:01:57.100Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:01:57.100Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-22T12:01:57.100Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T12:01:57.103Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T12:01:57.104Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677067317099,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-22T12:01:57.204Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T12:01:57.205Z||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-22T12:01:57.205Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T12:01:57.222Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:01:57.222Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-22T12:01:58.104Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b496cc0e-b578-4573-8ec3-56a264c931ff
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-22T12:01:58.116Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b496cc0e-b578-4573-8ec3-56a264c931ff
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-22T12:01:58.118Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-22T12:01:58.119Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-22T12:01:58.119Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-22T12:01:58.119Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-22T12:01:58.119Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T12:01:58.119Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T12:01:58.119Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T12:01:58.119Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-22T12:01:58.120Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:01:58.124Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-22T12:02:28.125Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b496cc0e-b578-4573-8ec3-56a264c931ff 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-22T12:02:28.132Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b496cc0e-b578-4573-8ec3-56a264c931ff and serviceModelVersionId: ffee45e1-def4-4e1b-a680-35068b30ebe6
2023-02-22T12:02:28.132Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 674fc224-26cd-4978-a3d8-a52da5170603
2023-02-22T12:02:28.134Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/674fc224-26cd-4978-a3d8-a52da5170603/model-vers/model-ver/ffee45e1-def4-4e1b-a680-35068b30ebe6?depth=0
2023-02-22T12:02:28.141Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-02-22T12:02:28.192Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/674fc224-26cd-4978-a3d8-a52da5170603/model-vers/model-ver/ffee45e1-def4-4e1b-a680-35068b30ebe6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-22T12:02:28.194Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/674fc224-26cd-4978-a3d8-a52da5170603/model-vers/model-ver/ffee45e1-def4-4e1b-a680-35068b30ebe6?depth=0|INFO|500||Invoke
2023-02-22T12:02:28.228Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/674fc224-26cd-4978-a3d8-a52da5170603/model-vers/model-ver/ffee45e1-def4-4e1b-a680-35068b30ebe6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-22T12:02:28.427Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/674fc224-26cd-4978-a3d8-a52da5170603/model-vers/model-ver/ffee45e1-def4-4e1b-a680-35068b30ebe6?depth=0|INFO|500||InvokeReturn
2023-02-22T12:02:28.428Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/674fc224-26cd-4978-a3d8-a52da5170603/model-vers/model-ver/ffee45e1-def4-4e1b-a680-35068b30ebe6?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 12:02:28 GMT], content-length=[0], vertex-id=[155864], x-aai-txid=[0-aai-resources-230222-12:02:28:392-2511], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-22T12:02:28.428Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-02-22T12:02:28.429Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-22T12:02:28.429Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:02:28.434Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||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-22T12:02:28.435Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b496cc0e-b578-4573-8ec3-56a264c931ff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-22T12:02:28.435Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-22T12:02:28.435Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T12:02:28.437Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T12:02:28.437Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677067348435,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-22T12:02:28.537Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T12:02:28.538Z||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-22T12:02:28.538Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T12:02:28.590Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:02:28.591Z||pool-39-thread-1|||||INFO|500||cambria reply ok (53 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-22T12:02:29.450Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-22T12:02:29.451Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d98666b3-38ca-416a-aa0c-6bb0c10790f3","serviceName":"Demo_pNF_j49jPwHBFuapJybF1Vfy","serviceVersion":"1.0","serviceUUID":"7f83e89e-8223-4f0c-83d0-812e24b98538","serviceDescription":"catalog service description","serviceInvariantUUID":"f8eada1e-ea36-40f3-883b-5a004de0f663","resources":[{"resourceInstanceName":"pNF c6920d33-0a0f 0","resourceName":"pNF c6920d33-0a0f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7bfd6c69-71aa-4afc-8be7-cd3ceee02d2c","resourceInvariantUUID":"a13b8db0-8f0c-4ba4-806a-9aa2aebfa06a","resourceCustomizationUUID":"294e95d5-e515-4330-8a5a-3a4da829611d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vf-license-model.xml","artifactChecksum":"YzUwN2RlMjI1YWMyMmJhYzViNjBkOWNlZDc1NjBjZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21c6c0b9-745c-4715-9f6f-fab0545cf943","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/pNF.csar","artifactChecksum":"N2RjODMyMzM1Y2E0YTQ4MGEyODYyYjZjMDY3M2FjYmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2dd515ee-bef9-4c1e-b8dc-8935418b93c5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ecb654a5-734c-40b9-8c72-b50e597ff191","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vendor-license-model.xml","artifactChecksum":"OGZjY2Q1OGEzMzk4ZDA0NTRjYjc1YTE3ZjQ0ZWMyOWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0e738c53-755f-4ce5-a33d-c190aeb735c1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95e421b4-9983-4d8d-a1cf-bd3de2373b17","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"34440dfc-a3c6-45aa-a5e8-bcd58b8c0a1d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml","artifactChecksum":"NDgxMWY3Njc5ZDU2ZWJjNmEyYzdiNzZiMTQ5ZDRkMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"753a07e7-6424-4d45-8b8e-e2baf7b53b15","artifactVersion":"1"},{"artifactName":"service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar","artifactChecksum":"OTQwOTE2NDMzNTZkNjQxYzNhZjZjOTczZmIxZGY0ODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4247053e-054f-4907-ab62-f4a04441651e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-22T12:02:29.451Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T12:02:29.452Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T12:02:29.453Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T12:02:29.454Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677067312607,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:02:29.554Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T12:02:29.555Z||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-22T12:02:29.555Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T12:02:29.568Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:02:29.568Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-22T12:02:30.454Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T12:02:30.455Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T12:02:30.456Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T12:02:30.457Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677067312607,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:02:30.557Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T12:02:30.557Z||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-22T12:02:30.557Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T12:02:30.569Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:02:30.569Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-22T12:02:31.457Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T12:02:31.458Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T12:02:31.459Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T12:02:31.459Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677067312607,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:02:31.560Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T12:02:31.561Z||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-22T12:02:31.561Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T12:02:31.576Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:02:31.577Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-02-22T12:02:32.460Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T12:02:32.461Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T12:02:32.463Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T12:02:32.463Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677067312607,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:02:32.563Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T12:02:32.564Z||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-22T12:02:32.564Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T12:02:32.584Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:02:32.585Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-02-22T12:02:33.463Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T12:02:33.465Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T12:02:33.467Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T12:02:33.467Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677067312607,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:02:33.567Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T12:02:33.568Z||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-22T12:02:33.568Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T12:02:33.582Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:02:33.583Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-22T12:02:34.468Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T12:02:34.469Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T12:02:34.471Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T12:02:34.471Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677067312607,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:02:34.571Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T12:02:34.572Z||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-22T12:02:34.572Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T12:02:34.586Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:02:34.587Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-22T12:02:35.472Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T12:02:35.472Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T12:02:35.474Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T12:02:35.475Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677067312607,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-22T12:02:35.575Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-22T12:02:35.576Z||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-22T12:02:35.576Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T12:02:35.589Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:02:35.589Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-22T12:02:36.475Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-22T12:02:36.476Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T12:02:36.478Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T12:02:36.478Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677067312607,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar",
"status": "NOTIFIED"
}
2023-02-22T12:02:36.578Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-22T12:02:36.579Z||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-22T12:02:36.579Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T12:02:36.590Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:02:36.591Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-02-22T12:02:37.480Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"serviceName": "Demo_pNF_j49jPwHBFuapJybF1Vfy",
"serviceVersion": "1.0",
"serviceUUID": "7f83e89e-8223-4f0c-83d0-812e24b98538",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f8eada1e-ea36-40f3-883b-5a004de0f663",
"resources": [
{
"resourceInstanceName": "pNF c6920d33-0a0f 0",
"resourceCustomizationUUID": "294e95d5-e515-4330-8a5a-3a4da829611d",
"resourceName": "pNF c6920d33-0a0f",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "7bfd6c69-71aa-4afc-8be7-cd3ceee02d2c",
"resourceInvariantUUID": "a13b8db0-8f0c-4ba4-806a-9aa2aebfa06a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar",
"artifactChecksum": "OTQwOTE2NDMzNTZkNjQxYzNhZjZjOTczZmIxZGY0ODc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4247053e-054f-4907-ab62-f4a04441651e"
}
],
"workloadContext": "Production"
}
2023-02-22T12:02:37.481Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-22T12:02:37.481Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7f83e89e-8223-4f0c-83d0-812e24b98538 ASDC
2023-02-22T12:02:37.482Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d98666b3-38ca-416a-aa0c-6bb0c10790f3
ServiceName:Demo_pNF_j49jPwHBFuapJybF1Vfy
ServiceVersion:1.0
ServiceUUID:7f83e89e-8223-4f0c-83d0-812e24b98538
ServiceInvariantUUID:f8eada1e-ea36-40f3-883b-5a004de0f663
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar
ArtifactUUID:4247053e-054f-4907-ab62-f4a04441651e
ArtifactChecksum:OTQwOTE2NDMzNTZkNjQxYzNhZjZjOTczZmIxZGY0ODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c6920d33-0a0f 0
ResourceCustomizationUUID:294e95d5-e515-4330-8a5a-3a4da829611d
ResourceInvariantUUID:a13b8db0-8f0c-4ba4-806a-9aa2aebfa06a
ResourceName:pNF c6920d33-0a0f
ResourceType:PNF
ResourceUUID:7bfd6c69-71aa-4afc-8be7-cd3ceee02d2c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-02-22T12:02:37.482Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7f83e89e-8223-4f0c-83d0-812e24b98538 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-22T12:02:37.507Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-22T12:02:37.508Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-22T12:02:37.508Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-22T12:02:37.508Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4247053e-054f-4907-ab62-f4a04441651e from URL: /sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar
2023-02-22T12:02:37.508Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-22T12:02:37.509Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar
2023-02-22T12:02:37.623Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-22T12:02:37.629Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 4247053e-054f-4907-ab62-f4a04441651e 87776
2023-02-22T12:02:37.630Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar ASDC sendASDCNotification
2023-02-22T12:02:37.630Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar
2023-02-22T12:02:37.630Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-22T12:02:37.631Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-22T12:02:37.638Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-22T12:02:37.638Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1677067357630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-22T12:02:37.733Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2023-02-22T12:02:37.733Z||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-22T12:02:37.733Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ...
2023-02-22T12:02:37.749Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-22T12:02:37.750Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-22T12:02:38.639Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-22T12:02:38.640Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-22T12:02:38.640Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4247053e-054f-4907-ab62-f4a04441651e, URL: /sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar to file: /app/ASDC/1/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar
2023-02-22T12:02:38.640Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar
2023-02-22T12:02:38.641Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar
2023-02-22T12:02:38.641Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar
2023-02-22T12:02:38.777Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15676081251068960332/Definitions/service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml
2023-02-22T12:02:39.471Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-22T12:02:39.471Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-02-22T12:02:39.471Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar
2023-02-22T12:02:39.471Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||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-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar
2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar
2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c6920d33-0a0f 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-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar
2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||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-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar
2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||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-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar
2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||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-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar
2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||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-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar
2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j49jPwHBFuapJybF1Vfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Node template pNF c6920d33-0a0f 0 is matching search criteria
2023-02-22T12:02:39.473Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-02-22T12:02:39.473Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c6920d33-0a0f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-22T12:02:39.473Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:02:39.473Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j49jPwHBFuapJybF1Vfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:02:39.473Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Node template pNF c6920d33-0a0f 0 is matching search criteria
2023-02-22T12:02:39.473Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-02-22T12:02:39.474Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c6920d33-0a0f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-22T12:02:39.474Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:02:39.474Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j49jPwHBFuapJybF1Vfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:02:39.474Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:02:39.474Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j49jPwHBFuapJybF1Vfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:02:39.474Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:02:39.474Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j49jPwHBFuapJybF1Vfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:02:39.475Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:02:39.475Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j49jPwHBFuapJybF1Vfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:02:39.475Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:02:39.475Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j49jPwHBFuapJybF1Vfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:02:39.475Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_j49jPwHBFuapJybF1Vfy
Description:catalog service description
Model UUID:7f83e89e-8223-4f0c-83d0-812e24b98538
Model Version:NULL
Model InvariantUuid:f8eada1e-ea36-40f3-883b-5a004de0f663
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-22T12:02:39.479Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7bfd6c69-71aa-4afc-8be7-cd3ceee02d2c
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-22T12:02:39.481Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||pNF c6920d33-0a0f 0
2023-02-22T12:02:39.481Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7bfd6c69-71aa-4afc-8be7-cd3ceee02d2c
2023-02-22T12:02:39.481Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 7f83e89e-8223-4f0c-83d0-812e24b98538
2023-02-22T12:02:39.481Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7f83e89e-8223-4f0c-83d0-812e24b98538
2023-02-22T12:02:39.482Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c6920d33-0a0f 0 7bfd6c69-71aa-4afc-8be7-cd3ceee02d2c 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-22T12:02:39.484Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c5e4b0c, org.onap.sdc.toscaparser.api.parameters.Input@14f9672, org.onap.sdc.toscaparser.api.parameters.Input@77667db5, org.onap.sdc.toscaparser.api.parameters.Input@55351803, org.onap.sdc.toscaparser.api.parameters.Input@5bbd2f82]
2023-02-22T12:02:39.484Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-22T12:02:39.484Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j49jPwHBFuapJybF1Vfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-22T12:02:39.484Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7f83e89e-8223-4f0c-83d0-812e24b98538: pNF c6920d33-0a0f
2023-02-22T12:02:39.484Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||Processing PNF resource: 7bfd6c69-71aa-4afc-8be7-cd3ceee02d2c
2023-02-22T12:02:39.484Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery