By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-11-18T03:21:35.989Z||main|||||INFO|500||The following profiles are active: basic
2022-11-18T03:21:47.650Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-18T03:21:47.652Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-18T03:21:47.763Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-18T03:21:52.019Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-18T03:21:52.396Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-18T03:21:52.837Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-18T03:21:52.849Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-18T03:21:52.957Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-18T03:21:53.196Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-18T03:21:53.773Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-18T03:21:55.429Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-18T03:21:57.806Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-18T03:21:57.866Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-18T03:21:58.487Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-18T03:21:58.721Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-18T03:21:59.847Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-18T03:22:00.941Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-18T03:22:00.964Z||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$$75ebdfa9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-18T03:22:00.965Z||main|||||WARN|500||The sdc end point is not alive
2022-11-18T03:22:04.317Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-18T03:22:07.094Z||main|||||WARN|500||---
2022-11-18T03:22:07.094Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-18T03:22:07.095Z||main|||||WARN|500||---
2022-11-18T03:22:07.525Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-18T03:22:12.133Z||main|||||INFO|500||Started Application in 39.44 seconds (JVM running for 41.728)
2022-11-18T03:22:12.148Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-18T03:22:12.149Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-18T03:22:12.162Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-18T03:22:12.184Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-18T03:22:12.228Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9d832b3-8435-40f5-9776-80a9ebeee481 url= /sdc/v1/artifactTypes
2022-11-18T03:22:12.228Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-18T03:22:12.530Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-18T03:22:12.553Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-18T03:22:12.574Z||scheduling-1|||||DEBUG|500||create keys
2022-11-18T03:22:12.581Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-18T03:22:12.619Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:22:12.634Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 45c196af-c139-410e-8c8e-865c66db8956 url= /sdc/v1/registerForDistribution
2022-11-18T03:22:12.807Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 45c196af-c139-410e-8c8e-865c66db8956 url= /sdc/v1/registerForDistribution
2022-11-18T03:22:12.808Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-18T03:22:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:22:12.819Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:22:12.829Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:22:12.829Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:22:12.829Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:22:12.830Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:22:12.838Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-18T03:22:23.205Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:22:23.207Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:23:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:23:12.817Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:23:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:23:12.819Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:23:12.821Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:23:12.822Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:23:22.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:23:22.386Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:24:12.817Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:24:12.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:24:12.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:24:12.822Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:24:12.826Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:24:12.826Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:24:22.385Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:24:22.390Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:25:12.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:25:12.818Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:25:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:25:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:25:12.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:25:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:25:22.390Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:25:22.393Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:26:12.816Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:26:12.817Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:26:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:26:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:26:12.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:26:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:26:22.366Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:26:22.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:27:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:27:12.817Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:27:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:27:12.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:27:12.820Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:27:12.820Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:27:22.358Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:27:22.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:28:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:28:12.817Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:28:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:28:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:28:12.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:28:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:28:22.366Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:28:22.366Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:29:12.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:29:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:29:12.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:29:12.820Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:29:12.822Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:29:12.822Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:29:22.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:29:22.395Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:30:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:30:12.818Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:30:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:30:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:30:12.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:30:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:30:22.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:30:22.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:31:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:31:12.817Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:31:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:31:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:31:12.819Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:31:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:31:22.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:31:22.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:32:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:32:12.817Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:32:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:32:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:32:12.818Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:32:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:32:22.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:32:22.393Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:32:23.383Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-18T03:33:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:33:12.817Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:33:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:33:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:33:12.818Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:33:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:33:22.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:33:22.391Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:34:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:34:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:34:12.818Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:34:12.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:34:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:34:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:34:22.379Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:34:22.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:35:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:35:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:35:12.818Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:35:12.818Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:35:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:35:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:35:22.363Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:35:22.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:36:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:36:12.817Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:36:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:36:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:36:12.818Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:36:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:36:22.367Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:36:22.367Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:37:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:37:12.817Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:37:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:37:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:37:12.818Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:37:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:37:22.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:37:22.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:38:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:38:12.817Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:38:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:38:12.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:38:12.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:38:12.820Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:38:22.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:38:22.375Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:39:12.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:39:12.817Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:39:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:39:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:39:12.819Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:39:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:39:22.360Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:39:22.377Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:40:12.817Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:40:12.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:40:12.820Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:40:12.820Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:40:12.821Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:40:12.821Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:40:22.371Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:40:22.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:41:12.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:41:12.817Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:41:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:41:12.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:41:12.818Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:41:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:41:22.377Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:41:22.382Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:42:12.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:42:12.817Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:42:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:42:12.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:42:12.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:42:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:42:22.365Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:42:22.368Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:43:12.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:43:12.817Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:43:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:43:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:43:12.819Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:43:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:43:22.362Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:43:22.377Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:44:12.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:44:12.817Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:44:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:44:12.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:44:12.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:44:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:44:22.364Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:44:22.366Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:45:12.817Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:45:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:45:12.821Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:45:12.821Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:45:12.821Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:45:12.821Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:45:22.368Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:45:22.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:46:12.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:46:12.818Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:46:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:46:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:46:12.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:46:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:46:22.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:46:22.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:47:12.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:47:12.817Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:47:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:47:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:47:12.821Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:47:12.821Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:47:22.390Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:47:22.409Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:48:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:48:12.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:48:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:48:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:48:12.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:48:12.822Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:48:22.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:48:22.383Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:49:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:49:12.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:49:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:49:12.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:49:12.818Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:49:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:49:22.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:49:22.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:50:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:50:12.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:50:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:50:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:50:12.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:50:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:50:22.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:50:22.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:51:12.817Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:51:12.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:51:12.819Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:51:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:51:12.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:51:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:51:22.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:51:22.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:52:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:52:12.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:52:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:52:12.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:52:12.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:52:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:52:22.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:52:22.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:53:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:53:12.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:53:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:53:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:53:12.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:53:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:53:22.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:53:22.374Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:54:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:54:12.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:54:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:54:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:54:12.818Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:54:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:54:22.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:54:22.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:55:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:55:12.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:55:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:55:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:55:12.818Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:55:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:55:22.368Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:55:22.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:56:12.817Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:56:12.819Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:56:12.822Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:56:12.822Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:56:12.822Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:56:12.822Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:56:22.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:56:22.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:57:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:57:12.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:57:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:57:12.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:57:12.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:57:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:57:22.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:57:22.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:58:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:58:12.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:58:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:58:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:58:12.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:58:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:58:22.359Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:58:22.360Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:59:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:59:12.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:59:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:59:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T03:59:12.818Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T03:59:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T03:59:22.374Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T03:59:22.376Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:00:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:00:12.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:00:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:00:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:00:12.818Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:00:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:00:22.359Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:00:22.359Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:01:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:01:12.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:01:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:01:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:01:12.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:01:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:01:22.374Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:01:22.375Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:02:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:02:12.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:02:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:02:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:02:12.818Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:02:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:02:22.369Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:02:22.371Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:03:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:03:12.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:03:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:03:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:03:12.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:03:12.820Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:03:22.369Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:03:22.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:04:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:04:12.818Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:04:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:04:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:04:12.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:04:12.820Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:04:22.366Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:04:22.365Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:05:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:05:12.817Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:05:12.820Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:05:12.821Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:05:12.820Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:05:12.826Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:05:22.372Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:05:22.378Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:06:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:06:12.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:06:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:06:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:06:12.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:06:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:06:22.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:06:22.385Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:07:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:07:12.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:07:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:07:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:07:12.818Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:07:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:07:22.359Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:07:22.375Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:08:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:08:12.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:08:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:08:12.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:08:12.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:08:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:08:22.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:08:22.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:09:12.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:09:12.817Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:09:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:09:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:09:12.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:09:12.820Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:09:22.368Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:09:22.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:10:12.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:10:12.817Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:10:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:10:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:10:12.818Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:10:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:10:22.366Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:10:22.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:12.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:11:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:11:12.818Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:11:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:11:12.818Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:11:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:11:13.161Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:13.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "ves-openapi-manager",
"timestamp": 1668744652386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "cds",
"timestamp": 1668744655992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744649512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "aai-ml",
"timestamp": 1668744658077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "ves-openapi-manager",
"timestamp": 1668744652386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "cds",
"timestamp": 1668744655992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744649512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json",
"status": "NOTIFIED"
}
2022-11-18T04:11:13.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "aai-ml",
"timestamp": 1668744658077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "ves-openapi-manager",
"timestamp": 1668744652386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "cds",
"timestamp": 1668744655992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.203Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744649512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-18T04:11:13.203Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "aai-ml",
"timestamp": 1668744658077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.204Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "ves-openapi-manager",
"timestamp": 1668744652386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.205Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "cds",
"timestamp": 1668744655992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744649512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.207Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "aai-ml",
"timestamp": 1668744658077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.208Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "ves-openapi-manager",
"timestamp": 1668744652386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.209Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "cds",
"timestamp": 1668744655992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.210Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744649512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-18T04:11:13.211Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "aai-ml",
"timestamp": 1668744658077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "ves-openapi-manager",
"timestamp": 1668744652386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "cds",
"timestamp": 1668744655992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744649512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "aai-ml",
"timestamp": 1668744658077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "ves-openapi-manager",
"timestamp": 1668744652386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "cds",
"timestamp": 1668744655992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:11:13.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744649512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:11:13.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "aai-ml",
"timestamp": 1668744658077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:11:13.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744664019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:11:13.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:11:13.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "cds",
"timestamp": 1668744664029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:11:13.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:11:13.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "aai-ml",
"timestamp": 1668744665947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:11:13.222Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:11:13.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "cds",
"timestamp": 1668744665049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T04:11:13.445Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f30d24f7-52e9-4f5a-8a96-59539d2af04d
2022-11-18T04:11:13.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:13.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f30d24f7-52e9-4f5a-8a96-59539d2af04d","serviceName":"vFW 2022-11-18 04-09-41","serviceVersion":"1.0","serviceUUID":"147d5f82-04b0-40c6-8c32-4e3c03c04d9d","serviceDescription":"catalog service description","serviceInvariantUUID":"7290f25b-ac75-4023-98f1-850f58405493","resources":[{"resourceInstanceName":"vFW 8f0817b8-e945 0","resourceName":"vFW 8f0817b8-e945","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7bbae3f-123d-4ab9-9a8b-c519bcdb7926","resourceInvariantUUID":"fd7e9db7-525d-46b4-96aa-77b0c0afdfbe","resourceCustomizationUUID":"efdd8370-af45-4af4-94b5-54ce54b24773","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vf-license-model.xml","artifactChecksum":"NTc4MzFmZjIwN2ZkZTk2M2EzMjI4MzU5OTQzNTg0Yjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"865357ed-2d4b-4cba-9adf-2fab25dc8dd7","artifactVersion":"1"},{"artifactName":"vfw8f0817b8e9450_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json","artifactChecksum":"NGUwZTUzNTc0YWZmOThiYzllZDhiNDhkYjk5ZGZkY2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d5c54ab-2c98-4716-a7fb-57328b536c5e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fcf52333-38b9-4d87-92eb-9cdd5a9b0421","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vendor-license-model.xml","artifactChecksum":"OTBlZmY1OWQxNDM4Y2E5M2I2ODE0MDc0ZGU5MWI2Y2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"143d9368-94b5-42a0-85b5-37720563be41","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70b5463f-061d-4550-906a-51ba9d1003e2","artifactVersion":"2","generatedFromUUID":"fcf52333-38b9-4d87-92eb-9cdd5a9b0421"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221118040941-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-template.yml","artifactChecksum":"NDZhNTYzM2YwOTc0NWQ3OTkyYjczN2FlNGZiYmMxN2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"525dfecc-82bf-48d3-8b7d-6fbd569d62a5","artifactVersion":"1"},{"artifactName":"service-Vfw20221118040941-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar","artifactChecksum":"NDU4YWVkYTU4ZGFhNmQ1NDNmMDMwNTk4NjAxOGY0OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95952bcf-3396-4b52-a7ca-f9fb0e7bd68c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T04:11:13.472Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f30d24f7-52e9-4f5a-8a96-59539d2af04d and ComponentName cds
2022-11-18T04:11:13.472Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:11:13.482Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T04:11:13.495Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:11:13.495Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744672816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744665110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:11:13.497Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:11:13.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744666171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:11:13.498Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:11:13.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744667274,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T04:11:13.513Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f30d24f7-52e9-4f5a-8a96-59539d2af04d
2022-11-18T04:11:13.513Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f30d24f7-52e9-4f5a-8a96-59539d2af04d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T04:11:13.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744668312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744668280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T04:11:13.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:11:13.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744668312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744668312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T04:11:13.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744668312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:13.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T04:11:13.595Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-18T04:11:13.599Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:11:13.600Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:11:13.612Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:13.612Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:11:14.503Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:11:14.504Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:11:14.507Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:11:14.507Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744672816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json",
"status": "NOTIFIED"
}
2022-11-18T04:11:14.607Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T04:11:14.608Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:11:14.609Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:11:14.618Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:14.619Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:11:15.508Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:11:15.509Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:11:15.511Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:11:15.511Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744672816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-18T04:11:15.612Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T04:11:15.613Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:11:15.613Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:11:15.623Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:15.624Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:11:16.512Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:11:16.513Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:11:16.515Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:11:16.515Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744672816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:16.615Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T04:11:16.617Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:11:16.617Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:11:16.628Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:16.628Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:11:17.516Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:11:17.517Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:11:17.520Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:11:17.520Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744672816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-18T04:11:17.620Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:11:17.621Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:11:17.621Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:11:17.632Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:17.633Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:11:18.521Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:11:18.522Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:11:18.524Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:11:18.524Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744672816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:11:18.625Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T04:11:18.627Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:11:18.627Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:11:18.641Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:18.641Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-18T04:11:19.526Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:11:19.528Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:11:19.531Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:11:19.531Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744672816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:11:19.631Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-18T04:11:19.632Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:11:19.632Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:11:19.643Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:19.644Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:11:20.535Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"serviceName": "vFW 2022-11-18 04-09-41",
"serviceVersion": "1.0",
"serviceUUID": "147d5f82-04b0-40c6-8c32-4e3c03c04d9d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7290f25b-ac75-4023-98f1-850f58405493",
"resources": [
{
"resourceInstanceName": "vFW 8f0817b8-e945 0",
"resourceCustomizationUUID": "efdd8370-af45-4af4-94b5-54ce54b24773",
"resourceName": "vFW 8f0817b8-e945",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c7bbae3f-123d-4ab9-9a8b-c519bcdb7926",
"resourceInvariantUUID": "fd7e9db7-525d-46b4-96aa-77b0c0afdfbe",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw8f0817b8e9450_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json",
"artifactChecksum": "NGUwZTUzNTc0YWZmOThiYzllZDhiNDhkYjk5ZGZkY2E\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0d5c54ab-2c98-4716-a7fb-57328b536c5e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fcf52333-38b9-4d87-92eb-9cdd5a9b0421",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "70b5463f-061d-4550-906a-51ba9d1003e2",
"generatedFromUUID": "fcf52333-38b9-4d87-92eb-9cdd5a9b0421"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "70b5463f-061d-4550-906a-51ba9d1003e2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221118040941-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"artifactChecksum": "NDU4YWVkYTU4ZGFhNmQ1NDNmMDMwNTk4NjAxOGY0OTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "95952bcf-3396-4b52-a7ca-f9fb0e7bd68c"
}
],
"workloadContext": "Production"
}
2022-11-18T04:11:20.537Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T04:11:20.537Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 147d5f82-04b0-40c6-8c32-4e3c03c04d9d ASDC
2022-11-18T04:11:20.649Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f30d24f7-52e9-4f5a-8a96-59539d2af04d
ServiceName:vFW 2022-11-18 04-09-41
ServiceVersion:1.0
ServiceUUID:147d5f82-04b0-40c6-8c32-4e3c03c04d9d
ServiceInvariantUUID:7290f25b-ac75-4023-98f1-850f58405493
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221118040941-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar
ArtifactUUID:95952bcf-3396-4b52-a7ca-f9fb0e7bd68c
ArtifactChecksum:NDU4YWVkYTU4ZGFhNmQ1NDNmMDMwNTk4NjAxOGY0OTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8f0817b8-e945 0
ResourceCustomizationUUID:efdd8370-af45-4af4-94b5-54ce54b24773
ResourceInvariantUUID:fd7e9db7-525d-46b4-96aa-77b0c0afdfbe
ResourceName:vFW 8f0817b8-e945
ResourceType:VF
ResourceUUID:c7bbae3f-123d-4ab9-9a8b-c519bcdb7926
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8f0817b8e9450_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json
ArtifactUUID:0d5c54ab-2c98-4716-a7fb-57328b536c5e
ArtifactChecksum:NGUwZTUzNTc0YWZmOThiYzllZDhiNDhkYjk5ZGZkY2E=
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/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml
ArtifactUUID:fcf52333-38b9-4d87-92eb-9cdd5a9b0421
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/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env
ArtifactUUID:70b5463f-061d-4550-906a-51ba9d1003e2
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/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env
ArtifactUUID:70b5463f-061d-4550-906a-51ba9d1003e2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-18T04:11:20.650Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 147d5f82-04b0-40c6-8c32-4e3c03c04d9d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T04:11:20.704Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T04:11:20.705Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-18T04:11:20.706Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-18T04:11:20.707Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 95952bcf-3396-4b52-a7ca-f9fb0e7bd68c from URL: /sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar
2022-11-18T04:11:20.707Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-18T04:11:20.708Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar
2022-11-18T04:11:20.949Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-18T04:11:20.978Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar 95952bcf-3396-4b52-a7ca-f9fb0e7bd68c 100651
2022-11-18T04:11:20.981Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar ASDC sendASDCNotification
2022-11-18T04:11:20.981Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar
2022-11-18T04:11:20.982Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T04:11:20.984Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:11:20.986Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:11:20.986Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744680979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:11:21.087Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T04:11:21.088Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:11:21.088Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:11:21.099Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:21.099Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:11:21.987Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T04:11:21.988Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-18T04:11:21.989Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 95952bcf-3396-4b52-a7ca-f9fb0e7bd68c, URL: /sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar to file: /app/ASDC/1/service-Vfw20221118040941-csar.csar
2022-11-18T04:11:21.989Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221118040941-csar.csar
2022-11-18T04:11:22.062Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221118040941-csar.csar
2022-11-18T04:11:22.062Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221118040941-csar.csar
2022-11-18T04:11:22.751Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2585258189071586169/Definitions/service-Vfw20221118040941-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-11-18T04:11:25.516Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T04:11:25.522Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-18T04:11:25.523Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar
2022-11-18T04:11:25.523Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-18T04:11:25.524Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar
2022-11-18T04:11:25.524Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar
2022-11-18T04:11:25.524Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||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-Vfw20221118040941-csar.csar
2022-11-18T04:11:25.524Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar
2022-11-18T04:11:25.525Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar
2022-11-18T04:11:25.525Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar
2022-11-18T04:11:25.525Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8f0817b8-e945 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-Vfw20221118040941-csar.csar
2022-11-18T04:11:25.525Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar
2022-11-18T04:11:25.526Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar
2022-11-18T04:11:25.526Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar
2022-11-18T04:11:25.526Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar
2022-11-18T04:11:25.526Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-18T04:11:25.536Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:25.538Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:11:25.543Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria
2022-11-18T04:11:25.543Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-18T04:11:25.545Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T04:11:25.548Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:25.548Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:11:25.548Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria
2022-11-18T04:11:25.549Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-18T04:11:25.549Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T04:11:25.549Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:25.550Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:11:25.554Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:25.554Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is not matching search criteria
2022-11-18T04:11:25.554Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T04:11:25.555Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T04:11:25.555Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T04:11:25.555Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T04:11:25.555Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T04:11:25.556Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T04:11:25.556Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T04:11:25.556Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T04:11:25.557Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T04:11:25.557Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T04:11:25.557Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T04:11:25.557Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T04:11:25.558Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T04:11:25.558Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T04:11:25.558Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T04:11:25.558Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T04:11:25.559Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:25.559Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T04:11:25.560Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:25.561Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria
2022-11-18T04:11:25.561Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T04:11:25.561Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:25.562Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria
2022-11-18T04:11:25.562Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T04:11:25.562Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:25.563Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria
2022-11-18T04:11:25.563Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T04:11:25.563Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:25.564Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is not matching search criteria
2022-11-18T04:11:25.564Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T04:11:25.564Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T04:11:25.564Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-18T04:11:25.565Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T04:11:25.565Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T04:11:25.565Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T04:11:25.565Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T04:11:25.566Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T04:11:25.566Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T04:11:25.566Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T04:11:25.566Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T04:11:25.567Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bfaf4a3c-7c25-48b1-83d5-9cac2a7c589a
2022-11-18T04:11:25.567Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:25.567Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is not matching search criteria
2022-11-18T04:11:25.567Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T04:11:25.568Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T04:11:25.568Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T04:11:25.568Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T04:11:25.568Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T04:11:25.569Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T04:11:25.569Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T04:11:25.569Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-18T04:11:25.569Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T04:11:25.570Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T04:11:25.570Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T04:11:25.570Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T04:11:25.570Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=93aa75f9-c747-44e9-b9c9-6fc2916ed937
2022-11-18T04:11:25.571Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:25.571Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is not matching search criteria
2022-11-18T04:11:25.571Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T04:11:25.572Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T04:11:25.572Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T04:11:25.572Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T04:11:25.572Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T04:11:25.573Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T04:11:25.573Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T04:11:25.573Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T04:11:25.573Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T04:11:25.574Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T04:11:25.574Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T04:11:25.574Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-18T04:11:25.574Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8977dd7e-de0a-4e66-bdfb-0a11567e4721
2022-11-18T04:11:25.575Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:25.575Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:11:25.575Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:25.576Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:11:25.576Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:25.576Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:11:25.576Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:25.577Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:11:25.577Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-18 04-09-41
Description:catalog service description
Model UUID:147d5f82-04b0-40c6-8c32-4e3c03c04d9d
Model Version:NULL
Model InvariantUuid:7290f25b-ac75-4023-98f1-850f58405493
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 8f0817b8-e945
Model UUID:1896e3c2-9606-464c-88df-4d21cc7d2b77
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fd7e9db7-525d-46b4-96aa-77b0c0afdfbe
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:efdd8370-af45-4af4-94b5-54ce54b24773
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e1921052-0e71-4a34-99cc-e4a7a5050f07
ModelName:Vfw8f0817b8E945..base_vfw..module-0
ModelUuid:9a3acb63-5a03-4cf0-81b1-693371af7c86
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bfaf4a3c-7c25-48b1-83d5-9cac2a7c589a
ModelInvariantUuid:b8738242-b289-43fe-a67f-8de86b9eba0f
ModelName:vFW 8f0817b8-e945-nodes.vfwCvfc
ModelUuid:76b97217-e002-4f90-9f78-3054b473b779
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b4a466c3-ed55-479e-800b-9ae3794886a6
ModelInvariantUuid:958adbeb-4148-4bee-84b0-c401679c3f30
ModelName:Vfw8f0817b8E945.compute.nodes.heat.vfw
ModelUuid:ef74b56e-87a6-4c83-8cdd-4be3aa390c97
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:93aa75f9-c747-44e9-b9c9-6fc2916ed937
ModelInvariantUuid:b12cb3df-1ef4-4e35-a127-dc0e66a4ad3e
ModelName:vFW 8f0817b8-e945-nodes.vsnCvfc
ModelUuid:74d93191-7813-4994-a282-7db446e6ce5a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c86b36b8-efd1-4e45-b4d2-896f66ab84f2
ModelInvariantUuid:d50920d0-35d6-4b8f-934c-7aa43eb6d1cb
ModelName:Vfw8f0817b8E945.compute.nodes.heat.vsn
ModelUuid:2b9bff3a-4abb-4dfb-8e84-c198ad4cf88d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8977dd7e-de0a-4e66-bdfb-0a11567e4721
ModelInvariantUuid:a4941d30-ed35-4566-b8ed-0758eda9d5cf
ModelName:vFW 8f0817b8-e945-nodes.vpgCvfc
ModelUuid:f73c2da8-2c3a-4d8f-8303-c0ff27453c27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:329f85a1-804d-4aaf-9314-59563816b45d
ModelInvariantUuid:760b3a0a-2578-4137-8be7-99eab3ce1794
ModelName:Vfw8f0817b8E945.compute.nodes.heat.vpg
ModelUuid:4331e28f-4abe-4960-a24e-7a5a8b042ccb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T04:11:25.594Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c7bbae3f-123d-4ab9-9a8b-c519bcdb7926
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T04:11:25.687Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||vFW 8f0817b8-e945 0
2022-11-18T04:11:25.694Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c7bbae3f-123d-4ab9-9a8b-c519bcdb7926
2022-11-18T04:11:25.694Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0d5c54ab-2c98-4716-a7fb-57328b536c5e from URL: /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json
2022-11-18T04:11:25.695Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-18T04:11:25.695Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json
2022-11-18T04:11:25.746Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-18T04:11:25.746Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json 0d5c54ab-2c98-4716-a7fb-57328b536c5e 785
2022-11-18T04:11:25.747Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json ASDC sendASDCNotification
2022-11-18T04:11:25.747Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json
2022-11-18T04:11:25.747Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T04:11:25.747Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:11:25.750Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:11:25.751Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744685747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:11:25.851Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:11:25.852Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:11:25.852Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:11:25.864Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:25.864Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:11:26.753Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8f0817b8E945..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e1921052-0e71-4a34-99cc-e4a7a5050f07",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9a3acb63-5a03-4cf0-81b1-693371af7c86",
"vfModuleModelCustomizationUUID": "063377b0-9a75-4969-8f86-16b528b45302",
"isBase": true,
"artifacts": [
"fcf52333-38b9-4d87-92eb-9cdd5a9b0421",
"70b5463f-061d-4550-906a-51ba9d1003e2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-18T04:11:26.768Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8f0817b8E945..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a3acb63-5a03-4cf0-81b1-693371af7c86
VfModuleModelInvariantUUID:e1921052-0e71-4a34-99cc-e4a7a5050f07
VfModuleModelDescription:NULL
Artifacts UUID List:{
fcf52333-38b9-4d87-92eb-9cdd5a9b0421
,
70b5463f-061d-4550-906a-51ba9d1003e2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-18T04:11:26.771Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8f0817b8E945..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e1921052-0e71-4a34-99cc-e4a7a5050f07",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9a3acb63-5a03-4cf0-81b1-693371af7c86",
"vfModuleModelCustomizationUUID": "063377b0-9a75-4969-8f86-16b528b45302",
"isBase": true,
"artifacts": [
"fcf52333-38b9-4d87-92eb-9cdd5a9b0421",
"70b5463f-061d-4550-906a-51ba9d1003e2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-18T04:11:26.771Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8f0817b8E945..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a3acb63-5a03-4cf0-81b1-693371af7c86
VfModuleModelInvariantUUID:e1921052-0e71-4a34-99cc-e4a7a5050f07
VfModuleModelDescription:NULL
Artifacts UUID List:{
fcf52333-38b9-4d87-92eb-9cdd5a9b0421
,
70b5463f-061d-4550-906a-51ba9d1003e2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-18T04:11:26.771Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fcf52333-38b9-4d87-92eb-9cdd5a9b0421 from URL: /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml
2022-11-18T04:11:26.771Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-18T04:11:26.771Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml
2022-11-18T04:11:26.855Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-18T04:11:26.856Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml fcf52333-38b9-4d87-92eb-9cdd5a9b0421 20368
2022-11-18T04:11:26.857Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-18T04:11:26.857Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml
2022-11-18T04:11:26.857Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T04:11:26.857Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:11:26.859Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:11:26.859Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744686857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:11:26.960Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:11:26.961Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:11:26.961Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:11:26.972Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:26.973Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:11:27.860Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 70b5463f-061d-4550-906a-51ba9d1003e2 from URL: /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env
2022-11-18T04:11:27.860Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-18T04:11:27.861Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env
2022-11-18T04:11:27.932Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-18T04:11:27.933Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env 70b5463f-061d-4550-906a-51ba9d1003e2 2098
2022-11-18T04:11:27.933Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-18T04:11:27.934Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env
2022-11-18T04:11:27.934Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T04:11:27.934Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:11:27.937Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:11:27.937Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744687933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:11:28.038Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:11:28.039Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:11:28.039Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:11:28.050Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:28.050Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:11:28.938Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 147d5f82-04b0-40c6-8c32-4e3c03c04d9d
2022-11-18T04:11:28.939Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8f0817b8-e945 0 c7bbae3f-123d-4ab9-9a8b-c519bcdb7926 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T04:11:28.976Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fd8a730, org.onap.sdc.toscaparser.api.parameters.Input@19585532, org.onap.sdc.toscaparser.api.parameters.Input@33a40fa5, org.onap.sdc.toscaparser.api.parameters.Input@46677f11, org.onap.sdc.toscaparser.api.parameters.Input@4c8ca1ca]
2022-11-18T04:11:28.980Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:28.980Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:11:28.981Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-11-18T04:11:28.981Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= efdd8370-af45-4af4-94b5-54ce54b24773
2022-11-18T04:11:28.981Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: efdd8370-af45-4af4-94b5-54ce54b24773 matches Tosca VF Customization UUID: efdd8370-af45-4af4-94b5-54ce54b24773
2022-11-18T04:11:28.981Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: efdd8370-af45-4af4-94b5-54ce54b24773 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-18T04:11:28.988Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:28.988Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:11:28.989Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id efdd8370-af45-4af4-94b5-54ce54b24773: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-18T04:11:28.989Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4df5955a
2022-11-18T04:11:28.989Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:28.990Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T04:11:28.990Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 063377b0-9a75-4969-8f86-16b528b45302
2022-11-18T04:11:28.991Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 063377b0-9a75-4969-8f86-16b528b45302
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-18T04:11:28.996Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:28.997Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria
2022-11-18T04:11:28.997Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T04:11:28.998Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:28.998Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria
2022-11-18T04:11:28.998Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T04:11:28.998Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:28.998Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is not matching search criteria
2022-11-18T04:11:28.999Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T04:11:28.999Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T04:11:28.999Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-18T04:11:28.999Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T04:11:28.999Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T04:11:29.000Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T04:11:29.000Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T04:11:29.000Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T04:11:29.000Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T04:11:29.000Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T04:11:29.001Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T04:11:29.001Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bfaf4a3c-7c25-48b1-83d5-9cac2a7c589a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T04:11:29.011Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:29.011Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria
2022-11-18T04:11:29.011Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T04:11:29.011Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:29.012Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is not matching search criteria
2022-11-18T04:11:29.012Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T04:11:29.012Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T04:11:29.012Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T04:11:29.012Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T04:11:29.013Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T04:11:29.013Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T04:11:29.013Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T04:11:29.013Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-18T04:11:29.013Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T04:11:29.014Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T04:11:29.014Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T04:11:29.014Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T04:11:29.014Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=93aa75f9-c747-44e9-b9c9-6fc2916ed937
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T04:11:29.016Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:29.016Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria
2022-11-18T04:11:29.016Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T04:11:29.019Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:29.019Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is not matching search criteria
2022-11-18T04:11:29.019Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T04:11:29.020Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T04:11:29.020Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T04:11:29.020Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T04:11:29.020Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T04:11:29.020Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T04:11:29.020Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T04:11:29.021Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T04:11:29.021Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T04:11:29.021Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T04:11:29.021Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T04:11:29.021Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-18T04:11:29.022Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8977dd7e-de0a-4e66-bdfb-0a11567e4721
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T04:11:29.024Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:29.024Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria
2022-11-18T04:11:29.024Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T04:11:29.025Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:29.025Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria
2022-11-18T04:11:29.025Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=efdd8370-af45-4af4-94b5-54ce54b24773
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T04:11:29.027Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:29.027Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:11:29.027Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 147d5f82-04b0-40c6-8c32-4e3c03c04d9d: vFW 8f0817b8-e945
2022-11-18T04:11:29.027Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:29.028Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:11:29.028Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:29.028Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:11:29.028Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:29.029Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:11:29.029Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:29.029Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:11:29.029Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:11:29.029Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:11:29.030Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-11-18 04-09-41
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T04:11:29.295Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8f0817b8-e945 c7bbae3f-123d-4ab9-9a8b-c519bcdb7926 1 ASDC deployResourceStructure
2022-11-18T04:11:29.295Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json ASDC sendASDCNotification
2022-11-18T04:11:29.295Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json
2022-11-18T04:11:29.295Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T04:11:29.296Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:11:29.298Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:11:29.298Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744689295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T04:11:29.398Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:11:29.399Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:11:29.399Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:11:29.410Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:29.410Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:11:30.299Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-18T04:11:30.299Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml
2022-11-18T04:11:30.300Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T04:11:30.300Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:11:30.302Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:11:30.303Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744690299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T04:11:30.403Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:11:30.404Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:11:30.404Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:11:30.428Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:30.429Z||pool-15-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:11:31.304Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-18T04:11:31.305Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env
2022-11-18T04:11:31.305Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T04:11:31.305Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:11:31.307Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:11:31.309Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744691304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-18T04:11:31.408Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T04:11:31.409Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:11:31.409Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:11:31.421Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:31.421Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:11:32.310Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar ASDC sendASDCNotification
2022-11-18T04:11:32.311Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar
2022-11-18T04:11:32.311Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T04:11:32.311Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:11:32.314Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:11:32.314Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744692310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T04:11:32.414Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:11:32.415Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:11:32.415Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:11:32.427Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:11:32.427Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:11:33.315Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:11:33.334Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:11:33.338Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T04:11:33.338Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T04:11:33.338Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T04:12:03.338Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:12:03.351Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:12:03.354Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T04:12:03.354Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T04:12:03.354Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T04:12:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:12:12.819Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:12:12.820Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:12:12.938Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:12:12.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T04:12:12.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744668312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:12:12.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T04:12:33.355Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:12:33.366Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:12:33.369Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T04:12:33.369Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T04:12:33.369Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T04:13:03.369Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:13:03.380Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:13:03.384Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T04:13:03.384Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T04:13:03.384Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T04:13:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:13:12.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:13:12.820Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:13:12.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:13:12.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:13:12.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744672816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:13:12.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:13:33.384Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:13:33.398Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:13:33.400Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T04:13:33.401Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T04:13:33.401Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T04:14:03.401Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:14:03.413Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:14:03.416Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T04:14:03.416Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T04:14:03.417Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T04:14:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:14:12.819Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:14:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:14:12.849Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:14:12.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744668312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744672816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json",
"status": "NOTIFIED"
}
2022-11-18T04:14:12.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744668312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:14:12.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744672816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-18T04:14:12.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744676162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:14:12.857Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744672816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744672816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-18T04:14:12.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744672816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744672816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:14:12.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744680979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:14:12.859Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744681790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T04:14:12.859Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "aai-ml",
"timestamp": 1668744682970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T04:14:12.860Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744682816,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T04:14:12.867Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f30d24f7-52e9-4f5a-8a96-59539d2af04d
2022-11-18T04:14:12.867Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f30d24f7-52e9-4f5a-8a96-59539d2af04d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T04:14:12.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "aai-ml",
"timestamp": 1668744683976,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T04:14:12.881Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f30d24f7-52e9-4f5a-8a96-59539d2af04d
2022-11-18T04:14:12.882Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f30d24f7-52e9-4f5a-8a96-59539d2af04d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T04:14:12.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744685747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:14:12.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744686857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:14:12.892Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744687933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:14:12.892Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744689295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T04:14:12.893Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744690299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T04:14:12.893Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744691304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-18T04:14:12.893Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744692310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T04:14:12.894Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "cds",
"timestamp": 1668744700992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744698312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "cds",
"timestamp": 1668744700992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744698312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "cds",
"timestamp": 1668744700992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744698312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "cds",
"timestamp": 1668744700992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744698312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "cds",
"timestamp": 1668744700992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744698312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "cds",
"timestamp": 1668744700992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744698312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "cds",
"timestamp": 1668744700992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:14:12.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744698312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:14:12.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744709512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744711060,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:14:12.901Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "cds",
"timestamp": 1668744710291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:14:12.901Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744709512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json",
"status": "NOTIFIED"
}
2022-11-18T04:14:12.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "cds",
"timestamp": 1668744711297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T04:14:12.914Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f67cba48-a5b4-4fe4-aca1-f1aa25def4c0
2022-11-18T04:14:12.914Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T04:14:12.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744709512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-18T04:14:12.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1668744712385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744713390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T04:14:12.924Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744709512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1668744712385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668744714394,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T04:14:12.929Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f67cba48-a5b4-4fe4-aca1-f1aa25def4c0
2022-11-18T04:14:12.930Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T04:14:12.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744709512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-18T04:14:12.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1668744712385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744709512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1668744712385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744709512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:14:12.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1668744712385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744717251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:14:12.941Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1668744712385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "aai-ml",
"timestamp": 1668744718077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1668744712385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744718308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:14:12.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "aai-ml",
"timestamp": 1668744718077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744719439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:14:12.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "aai-ml",
"timestamp": 1668744718077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744720468,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T04:14:12.948Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f67cba48-a5b4-4fe4-aca1-f1aa25def4c0
2022-11-18T04:14:12.948Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T04:14:12.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "aai-ml",
"timestamp": 1668744718077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668744721472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T04:14:12.958Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:12.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "aai-ml",
"timestamp": 1668744718077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "aai-ml",
"timestamp": 1668744718077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:14:12.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "aai-ml",
"timestamp": 1668744718077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:14:12.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:14:12.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:14:12.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "aai-ml",
"timestamp": 1668744725820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:14:12.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:14:33.417Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:14:33.433Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:14:33.437Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T04:14:33.437Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T04:14:33.437Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T04:14:33.437Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T04:14:33.438Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T04:14:33.438Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T04:14:33.438Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T04:14:33.438Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T04:14:33.438Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T04:14:33.439Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T04:14:33.446Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T04:15:03.447Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-18T04:15:03.460Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d and serviceModelVersionId: 147d5f82-04b0-40c6-8c32-4e3c03c04d9d
2022-11-18T04:15:03.460Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7290f25b-ac75-4023-98f1-850f58405493
2022-11-18T04:15:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:15:12.854Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:15:12.854Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VxcOLrvzygydtL6C) ...
2022-11-18T04:15:13.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:13.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:15:13.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "aai-ml",
"timestamp": 1668744733328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T04:15:13.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:15:13.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:15:13.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "aai-ml",
"timestamp": 1668744734333,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T04:15:13.399Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f67cba48-a5b4-4fe4-aca1-f1aa25def4c0
2022-11-18T04:15:13.399Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T04:15:18.246Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?depth=0
2022-11-18T04:15:18.360Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T04:15:18.854Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?depth=0|INFO|500||Invoke
2022-11-18T04:15:18.863Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f30d24f7-52e9-4f5a-8a96-59539d2af04d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c22fe643-a52e-446f-b645-0bf6684abe37], X-ECOMP-RequestID=[f30d24f7-52e9-4f5a-8a96-59539d2af04d], X-TransactionId=[], X-ONAP-RequestID=[f30d24f7-52e9-4f5a-8a96-59539d2af04d], Content-Type=[application/merge-patch+json]}
2022-11-18T04:15:19.003Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-18T04:15:19.201Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?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/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-04:15:19:046-35074], vertex-id=[344248], Content-Length=[0], Date=[Fri, 18 Nov 2022 04:15:19 GMT], Content-Type=[application/json]}
2022-11-18T04:15:19.203Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T04:15:19.204Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?depth=0|INFO|500||InvokeReturn
2022-11-18T04:15:19.208Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T04:15:19.208Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T04:15:19.213Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T04:15:19.214Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f30d24f7-52e9-4f5a-8a96-59539d2af04d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T04:15:19.215Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T04:15:19.215Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:15:19.218Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:15:19.218Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744919214,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T04:15:19.318Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:15:19.319Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:15:19.319Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:15:19.336Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:19.337Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T04:15:20.237Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:15:20.238Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:15:20.238Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|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 VxcOLrvzygydtL6C) ...
2022-11-18T04:15:24.711Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:24.712Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T04:15:24.713Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f67cba48-a5b4-4fe4-aca1-f1aa25def4c0","serviceName":"basic_onboard_NjbAnJ","serviceVersion":"1.0","serviceUUID":"d13f1ed9-dc82-4f1b-b469-bcac6e62a64c","serviceDescription":"service","serviceInvariantUUID":"883acbb0-f31e-45a0-8052-93b939a129ba","resources":[{"resourceInstanceName":"basic_onboard_NjbAnJ 0","resourceName":"basic_onboard_NjbAnJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"53cdcda5-9bb1-42b0-a4e4-4e726abb1fbe","resourceInvariantUUID":"0dbb4d04-94f6-4926-993d-5e2ce8a4ed2d","resourceCustomizationUUID":"dd08870b-2e95-423c-8199-787ee5b2048e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vf-license-model.xml","artifactChecksum":"MDE2NmRmM2VhYTMwMjhlZmRiMGZjMTY4YzY0ZWIwMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60dd1000-b925-4c54-8697-b33378e6c6a1","artifactVersion":"1"},{"artifactName":"basic_onboard_njbanj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json","artifactChecksum":"ZjAzMGMxNDkwYzM4ODlkODQ1MWQ4YWU1NzJjZjE4YWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"99b02657-d59c-47a9-adcf-f245ba6426c5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c38c55b1-8262-46c0-a764-183f47165d9d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ecf5fe7-3eba-42d8-844c-6704d36950ed","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5baa5172-36a8-47ad-a3d0-7d525bbc9305","artifactVersion":"2","generatedFromUUID":"c38c55b1-8262-46c0-a764-183f47165d9d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNjbanj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-template.yml","artifactChecksum":"ZmI5MjIyMmNhNTIyNjU1NDlkM2Y5MmU1MzdkYzRhMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd4dc607-4df1-4197-8b85-f614a9ba07d4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNjbanj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar","artifactChecksum":"Yzc2YjdjMTU0MWYzNTUwOGY4MGE1YWJjMjI0N2NkNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51bed4b9-ea59-4dd2-ba74-b013cbf8858b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T04:15:24.716Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:15:24.716Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:15:24.718Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:15:24.718Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744920237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:15:24.819Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:15:24.820Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:15:24.820Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:15:24.833Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:24.833Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:15:25.719Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:15:25.721Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:15:25.724Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:15:25.724Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744920237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json",
"status": "NOTIFIED"
}
2022-11-18T04:15:25.824Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:15:25.825Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:15:25.825Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:15:25.836Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:25.836Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-18T04:15:26.725Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:15:26.726Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:15:26.729Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:15:26.729Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744920237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-18T04:15:26.830Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:15:26.831Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:15:26.831Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:15:26.853Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:26.853Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-18T04:15:27.730Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:15:27.731Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:15:27.733Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:15:27.733Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744920237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:15:27.834Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:15:27.835Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:15:27.835Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:15:27.846Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:27.847Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:15:28.734Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:15:28.735Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:15:28.738Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:15:28.738Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744920237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-18T04:15:28.838Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:15:28.839Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:15:28.840Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:15:28.851Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:28.852Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:15:29.739Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:15:29.740Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:15:29.742Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:15:29.742Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744920237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:15:29.842Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:15:29.844Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:15:29.844Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:15:29.856Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:29.857Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:15:30.743Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:15:30.744Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:15:30.745Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:15:30.746Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744920237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:15:30.846Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:15:30.847Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:15:30.847Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:15:30.860Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:30.861Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-18T04:15:31.747Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"serviceName": "basic_onboard_NjbAnJ",
"serviceVersion": "1.0",
"serviceUUID": "d13f1ed9-dc82-4f1b-b469-bcac6e62a64c",
"serviceDescription": "service",
"serviceInvariantUUID": "883acbb0-f31e-45a0-8052-93b939a129ba",
"resources": [
{
"resourceInstanceName": "basic_onboard_NjbAnJ 0",
"resourceCustomizationUUID": "dd08870b-2e95-423c-8199-787ee5b2048e",
"resourceName": "basic_onboard_NjbAnJ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "53cdcda5-9bb1-42b0-a4e4-4e726abb1fbe",
"resourceInvariantUUID": "0dbb4d04-94f6-4926-993d-5e2ce8a4ed2d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_njbanj0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json",
"artifactChecksum": "ZjAzMGMxNDkwYzM4ODlkODQ1MWQ4YWU1NzJjZjE4YWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "99b02657-d59c-47a9-adcf-f245ba6426c5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c38c55b1-8262-46c0-a764-183f47165d9d",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5baa5172-36a8-47ad-a3d0-7d525bbc9305",
"generatedFromUUID": "c38c55b1-8262-46c0-a764-183f47165d9d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5baa5172-36a8-47ad-a3d0-7d525bbc9305",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNjbanj-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"artifactChecksum": "Yzc2YjdjMTU0MWYzNTUwOGY4MGE1YWJjMjI0N2NkNjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "51bed4b9-ea59-4dd2-ba74-b013cbf8858b"
}
],
"workloadContext": "Production"
}
2022-11-18T04:15:31.748Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T04:15:31.748Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d13f1ed9-dc82-4f1b-b469-bcac6e62a64c ASDC
2022-11-18T04:15:31.748Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f67cba48-a5b4-4fe4-aca1-f1aa25def4c0
ServiceName:basic_onboard_NjbAnJ
ServiceVersion:1.0
ServiceUUID:d13f1ed9-dc82-4f1b-b469-bcac6e62a64c
ServiceInvariantUUID:883acbb0-f31e-45a0-8052-93b939a129ba
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNjbanj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar
ArtifactUUID:51bed4b9-ea59-4dd2-ba74-b013cbf8858b
ArtifactChecksum:Yzc2YjdjMTU0MWYzNTUwOGY4MGE1YWJjMjI0N2NkNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NjbAnJ 0
ResourceCustomizationUUID:dd08870b-2e95-423c-8199-787ee5b2048e
ResourceInvariantUUID:0dbb4d04-94f6-4926-993d-5e2ce8a4ed2d
ResourceName:basic_onboard_NjbAnJ
ResourceType:VF
ResourceUUID:53cdcda5-9bb1-42b0-a4e4-4e726abb1fbe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_njbanj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json
ArtifactUUID:99b02657-d59c-47a9-adcf-f245ba6426c5
ArtifactChecksum:ZjAzMGMxNDkwYzM4ODlkODQ1MWQ4YWU1NzJjZjE4YWQ=
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/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c38c55b1-8262-46c0-a764-183f47165d9d
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/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env
ArtifactUUID:5baa5172-36a8-47ad-a3d0-7d525bbc9305
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/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env
ArtifactUUID:5baa5172-36a8-47ad-a3d0-7d525bbc9305
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-18T04:15:31.748Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d13f1ed9-dc82-4f1b-b469-bcac6e62a64c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T04:15:31.781Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T04:15:31.782Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-18T04:15:31.782Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-18T04:15:31.782Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 51bed4b9-ea59-4dd2-ba74-b013cbf8858b from URL: /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar
2022-11-18T04:15:31.782Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-18T04:15:31.782Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar
2022-11-18T04:15:32.042Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-18T04:15:32.046Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar 51bed4b9-ea59-4dd2-ba74-b013cbf8858b 75309
2022-11-18T04:15:32.046Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar ASDC sendASDCNotification
2022-11-18T04:15:32.046Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar
2022-11-18T04:15:32.046Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T04:15:32.047Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:15:32.049Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:15:32.049Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744932046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:15:32.150Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T04:15:32.150Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:15:32.151Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:15:32.161Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:32.162Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:15:33.050Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T04:15:33.052Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-18T04:15:33.052Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 51bed4b9-ea59-4dd2-ba74-b013cbf8858b, URL: /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar to file: /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar
2022-11-18T04:15:33.052Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNjbanj-csar.csar
2022-11-18T04:15:33.053Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar
2022-11-18T04:15:33.053Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar
2022-11-18T04:15:33.177Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12872957832611906156/Definitions/service-BasicOnboardNjbanj-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
2022-11-18T04:15:34.328Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T04:15:34.329Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-18T04:15:34.329Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar
2022-11-18T04:15:34.329Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T04:15:34.330Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NjbAnJ 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-BasicOnboardNjbanj-csar.csar
2022-11-18T04:15:34.330Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar
2022-11-18T04:15:34.330Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar
2022-11-18T04:15:34.330Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar
2022-11-18T04:15:34.330Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar
2022-11-18T04:15:34.331Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar
2022-11-18T04:15:34.331Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||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-BasicOnboardNjbanj-csar.csar
2022-11-18T04:15:34.331Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-18T04:15:34.331Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:34.331Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:15:34.332Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria
2022-11-18T04:15:34.332Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-18T04:15:34.332Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T04:15:34.333Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:34.333Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:15:34.333Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria
2022-11-18T04:15:34.333Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-18T04:15:34.334Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T04:15:34.334Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:34.334Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:15:34.334Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:34.334Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is not matching search criteria
2022-11-18T04:15:34.335Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-18T04:15:34.335Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-18T04:15:34.335Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-18T04:15:34.335Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-18T04:15:34.336Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T04:15:34.336Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:34.336Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T04:15:34.336Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:34.337Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria
2022-11-18T04:15:34.337Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T04:15:34.337Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:34.337Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria
2022-11-18T04:15:34.338Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T04:15:34.338Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:34.338Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria
2022-11-18T04:15:34.338Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T04:15:34.339Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:34.339Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is not matching search criteria
2022-11-18T04:15:34.339Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-18T04:15:34.339Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-18T04:15:34.340Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=02912809-a1b0-4a64-98c7-b8c87e37988b
2022-11-18T04:15:34.340Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:34.340Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:15:34.340Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:34.340Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:15:34.341Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:34.341Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:15:34.341Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:34.341Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:15:34.342Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_NjbAnJ
Description:service
Model UUID:d13f1ed9-dc82-4f1b-b469-bcac6e62a64c
Model Version:NULL
Model InvariantUuid:883acbb0-f31e-45a0-8052-93b939a129ba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_NjbAnJ
Model UUID:9fe16e73-4b5d-4e54-b92a-3b9139338f6e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0dbb4d04-94f6-4926-993d-5e2ce8a4ed2d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:dd08870b-2e95-423c-8199-787ee5b2048e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4970a058-4558-49f7-b7a1-287a6a4f5734
ModelName:BasicOnboardNjbanj..base_ubuntu18..module-0
ModelUuid:d7043e09-1403-48a4-8016-9ee9a56eb4e0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:02912809-a1b0-4a64-98c7-b8c87e37988b
ModelInvariantUuid:d2d1fa4d-60d2-49ce-a99c-5f28886d97d4
ModelName:basic_onboard_NjbAnJ-nodes.ubuntu18Cvfc
ModelUuid:4acbb9d3-5526-4b4c-9664-311db0e49bda
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:57f9e875-d7a7-4264-b2d6-336909af6c42
ModelInvariantUuid:7b6915b0-2c7f-4af2-8b9d-76c1359c2421
ModelName:BasicOnboardNjbanj.compute.nodes.heat.ubuntu18
ModelUuid:cef9a3c6-4559-416a-a398-fe605c571e8b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T04:15:34.351Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 53cdcda5-9bb1-42b0-a4e4-4e726abb1fbe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T04:15:34.354Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||basic_onboard_NjbAnJ 0
2022-11-18T04:15:34.355Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 53cdcda5-9bb1-42b0-a4e4-4e726abb1fbe
2022-11-18T04:15:34.355Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 99b02657-d59c-47a9-adcf-f245ba6426c5 from URL: /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json
2022-11-18T04:15:34.355Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-18T04:15:34.356Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json
2022-11-18T04:15:34.422Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-18T04:15:34.423Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json 99b02657-d59c-47a9-adcf-f245ba6426c5 798
2022-11-18T04:15:34.423Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json ASDC sendASDCNotification
2022-11-18T04:15:34.424Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json
2022-11-18T04:15:34.424Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T04:15:34.424Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:15:34.426Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:15:34.427Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744934423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:15:34.527Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:15:34.528Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:15:34.528Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:15:34.539Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:34.539Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:15:35.428Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNjbanj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4970a058-4558-49f7-b7a1-287a6a4f5734",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d7043e09-1403-48a4-8016-9ee9a56eb4e0",
"vfModuleModelCustomizationUUID": "692bf7d9-3c00-46d9-92da-ce2baa9905b6",
"isBase": true,
"artifacts": [
"c38c55b1-8262-46c0-a764-183f47165d9d",
"5baa5172-36a8-47ad-a3d0-7d525bbc9305"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-18T04:15:35.433Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNjbanj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d7043e09-1403-48a4-8016-9ee9a56eb4e0
VfModuleModelInvariantUUID:4970a058-4558-49f7-b7a1-287a6a4f5734
VfModuleModelDescription:NULL
Artifacts UUID List:{
c38c55b1-8262-46c0-a764-183f47165d9d
,
5baa5172-36a8-47ad-a3d0-7d525bbc9305
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-18T04:15:35.435Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNjbanj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4970a058-4558-49f7-b7a1-287a6a4f5734",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d7043e09-1403-48a4-8016-9ee9a56eb4e0",
"vfModuleModelCustomizationUUID": "692bf7d9-3c00-46d9-92da-ce2baa9905b6",
"isBase": true,
"artifacts": [
"c38c55b1-8262-46c0-a764-183f47165d9d",
"5baa5172-36a8-47ad-a3d0-7d525bbc9305"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-18T04:15:35.435Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNjbanj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d7043e09-1403-48a4-8016-9ee9a56eb4e0
VfModuleModelInvariantUUID:4970a058-4558-49f7-b7a1-287a6a4f5734
VfModuleModelDescription:NULL
Artifacts UUID List:{
c38c55b1-8262-46c0-a764-183f47165d9d
,
5baa5172-36a8-47ad-a3d0-7d525bbc9305
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-18T04:15:35.435Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c38c55b1-8262-46c0-a764-183f47165d9d from URL: /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml
2022-11-18T04:15:35.435Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-18T04:15:35.436Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml
2022-11-18T04:15:35.482Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-18T04:15:35.483Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml c38c55b1-8262-46c0-a764-183f47165d9d 5033
2022-11-18T04:15:35.483Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-18T04:15:35.483Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml
2022-11-18T04:15:35.484Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T04:15:35.484Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:15:35.486Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:15:35.487Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744935483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:15:35.587Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:15:35.588Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:15:35.588Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:15:35.599Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:35.599Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:15:36.488Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5baa5172-36a8-47ad-a3d0-7d525bbc9305 from URL: /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env
2022-11-18T04:15:36.489Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-18T04:15:36.489Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env
2022-11-18T04:15:36.533Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-18T04:15:36.534Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env 5baa5172-36a8-47ad-a3d0-7d525bbc9305 909
2022-11-18T04:15:36.534Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-18T04:15:36.535Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env
2022-11-18T04:15:36.535Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T04:15:36.535Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:15:36.538Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:15:36.538Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744936534,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:15:36.638Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:15:36.639Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:15:36.639Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:15:36.654Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:36.655Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:15:37.539Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d13f1ed9-dc82-4f1b-b469-bcac6e62a64c
2022-11-18T04:15:37.540Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NjbAnJ 0 53cdcda5-9bb1-42b0-a4e4-4e726abb1fbe ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T04:15:37.555Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73283845, org.onap.sdc.toscaparser.api.parameters.Input@4d3b9d83, org.onap.sdc.toscaparser.api.parameters.Input@137092c1, org.onap.sdc.toscaparser.api.parameters.Input@1cded9fb, org.onap.sdc.toscaparser.api.parameters.Input@2e863035]
2022-11-18T04:15:37.557Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:37.557Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:15:37.558Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-11-18T04:15:37.558Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= dd08870b-2e95-423c-8199-787ee5b2048e
2022-11-18T04:15:37.558Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dd08870b-2e95-423c-8199-787ee5b2048e matches Tosca VF Customization UUID: dd08870b-2e95-423c-8199-787ee5b2048e
2022-11-18T04:15:37.558Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: dd08870b-2e95-423c-8199-787ee5b2048e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-18T04:15:37.561Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:37.561Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:15:37.562Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id dd08870b-2e95-423c-8199-787ee5b2048e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-18T04:15:37.562Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42ca09bc
2022-11-18T04:15:37.563Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:37.563Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T04:15:37.564Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 692bf7d9-3c00-46d9-92da-ce2baa9905b6
2022-11-18T04:15:37.564Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 692bf7d9-3c00-46d9-92da-ce2baa9905b6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-18T04:15:37.568Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:37.569Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria
2022-11-18T04:15:37.569Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T04:15:37.570Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:37.570Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria
2022-11-18T04:15:37.571Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T04:15:37.571Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:37.572Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is not matching search criteria
2022-11-18T04:15:37.572Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-18T04:15:37.573Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-18T04:15:37.573Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=02912809-a1b0-4a64-98c7-b8c87e37988b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T04:15:37.576Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:37.576Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria
2022-11-18T04:15:37.577Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T04:15:37.578Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:37.578Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria
2022-11-18T04:15:37.578Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0] matching following query criteria: sdcType=VF, customizationUUID=dd08870b-2e95-423c-8199-787ee5b2048e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T04:15:37.581Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:37.581Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:15:37.582Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d13f1ed9-dc82-4f1b-b469-bcac6e62a64c: basic_onboard_NjbAnJ
2022-11-18T04:15:37.582Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:37.583Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:15:37.583Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:37.584Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:15:37.584Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:37.585Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:15:37.585Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:37.585Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:15:37.586Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:15:37.586Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:15:37.587Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_NjbAnJ
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T04:15:37.684Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NjbAnJ 53cdcda5-9bb1-42b0-a4e4-4e726abb1fbe 1 ASDC deployResourceStructure
2022-11-18T04:15:37.684Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json ASDC sendASDCNotification
2022-11-18T04:15:37.685Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json
2022-11-18T04:15:37.685Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T04:15:37.686Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:15:37.690Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:15:37.690Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744937684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T04:15:37.790Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T04:15:37.791Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:15:37.791Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:15:37.802Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:37.802Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:15:38.692Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-18T04:15:38.692Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml
2022-11-18T04:15:38.692Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T04:15:38.692Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:15:38.694Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:15:38.695Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744938691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T04:15:38.795Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:15:38.796Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:15:38.796Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:15:38.815Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:38.815Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:15:39.696Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-18T04:15:39.696Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env
2022-11-18T04:15:39.696Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T04:15:39.697Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:15:39.699Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:15:39.699Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744939696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-18T04:15:39.799Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:15:39.800Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:15:39.800Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:15:39.810Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:39.811Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:15:40.700Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar ASDC sendASDCNotification
2022-11-18T04:15:40.700Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar
2022-11-18T04:15:40.700Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T04:15:40.701Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:15:40.703Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:15:40.703Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744940700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T04:15:40.803Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:15:40.804Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:15:40.804Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:15:40.816Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:15:40.816Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:15:41.704Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f67cba48-a5b4-4fe4-aca1-f1aa25def4c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:15:41.718Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f67cba48-a5b4-4fe4-aca1-f1aa25def4c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:15:41.721Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T04:15:41.721Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T04:15:41.721Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T04:15:41.721Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T04:15:41.721Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T04:15:41.721Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T04:15:41.722Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T04:15:41.722Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T04:15:41.722Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T04:15:41.722Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T04:15:41.727Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T04:16:11.730Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-18T04:16:11.741Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 and serviceModelVersionId: d13f1ed9-dc82-4f1b-b469-bcac6e62a64c
2022-11-18T04:16:11.741Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 883acbb0-f31e-45a0-8052-93b939a129ba
2022-11-18T04:16:11.742Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/883acbb0-f31e-45a0-8052-93b939a129ba/model-vers/model-ver/d13f1ed9-dc82-4f1b-b469-bcac6e62a64c?depth=0
2022-11-18T04:16:11.747Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T04:16:11.796Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/883acbb0-f31e-45a0-8052-93b939a129ba/model-vers/model-ver/d13f1ed9-dc82-4f1b-b469-bcac6e62a64c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-18T04:16:11.796Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/883acbb0-f31e-45a0-8052-93b939a129ba/model-vers/model-ver/d13f1ed9-dc82-4f1b-b469-bcac6e62a64c?depth=0|INFO|500||Invoke
2022-11-18T04:16:11.828Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/883acbb0-f31e-45a0-8052-93b939a129ba/model-vers/model-ver/d13f1ed9-dc82-4f1b-b469-bcac6e62a64c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-18T04:16:12.101Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/883acbb0-f31e-45a0-8052-93b939a129ba/model-vers/model-ver/d13f1ed9-dc82-4f1b-b469-bcac6e62a64c?depth=0|INFO|500||InvokeReturn
2022-11-18T04:16:12.102Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/883acbb0-f31e-45a0-8052-93b939a129ba/model-vers/model-ver/d13f1ed9-dc82-4f1b-b469-bcac6e62a64c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-04:16:11:870-8039], vertex-id=[352440], Content-Length=[0], Date=[Fri, 18 Nov 2022 04:16:11 GMT], Content-Type=[application/json]}
2022-11-18T04:16:12.103Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-11-18T04:16:12.107Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T04:16:12.107Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T04:16:12.113Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T04:16:12.113Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T04:16:12.114Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T04:16:12.114Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:16:12.116Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:16:12.116Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744972114,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T04:16:12.216Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:16:12.218Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:16:12.218Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:16:12.230Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:16:12.231Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:16:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:16:12.819Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:16:12.819Z||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 VxcOLrvzygydtL6C) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T04:16:13.129Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:16:13.130Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:16:13.130Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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 VxcOLrvzygydtL6C) ...
2022-11-18T04:16:13.451Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:16:13.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:16:13.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744919214,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T04:16:13.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:16:13.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:16:13.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744920237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:16:13.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:16:13.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:16:13.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744920237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json",
"status": "NOTIFIED"
}
2022-11-18T04:16:13.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:16:13.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:16:13.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744920237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-18T04:16:13.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:16:13.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:16:13.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744920237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:16:13.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:16:13.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:16:13.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744920237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-18T04:16:13.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:16:13.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:16:13.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744920237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:16:13.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:16:13.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:16:13.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744920237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:16:13.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T04:16:13.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:16:13.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744932046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:16:13.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:16:13.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:16:13.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744934423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:16:13.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:16:13.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:16:13.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744935483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:16:13.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:16:13.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:16:13.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744936534,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:16:13.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:16:13.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:16:13.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744937684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T04:16:13.458Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:16:13.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:16:13.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744938691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T04:16:13.458Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:16:13.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:16:13.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744939696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-18T04:16:13.458Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:16:13.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:16:13.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744940700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T04:16:13.459Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:16:13.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T04:16:13.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668744972114,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T04:16:13.459Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:16:22.682Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:16:22.682Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:16:22.683Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:16:22.683Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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 VxcOLrvzygydtL6C) ...
2022-11-18T04:16:32.261Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:16:32.261Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:16:32.262Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:16:32.262Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:16:41.803Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:16:41.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:16:41.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:16:41.804Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:16:51.361Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:17:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:17:12.817Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:17:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:17:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:17:12.818Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:17:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:17:22.356Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:17:22.391Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:18:12.817Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:18:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:18:12.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:18:12.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:18:12.820Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:18:12.820Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:18:22.401Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:18:22.401Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:19:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:19:12.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:19:12.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:19:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:19:12.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:19:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:19:22.375Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:19:22.377Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:20:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:20:12.817Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:20:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:20:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:20:12.818Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:20:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:20:22.368Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:20:22.368Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:21:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:21:12.817Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:21:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:21:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:21:12.818Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:21:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:21:22.362Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:21:22.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:22:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:22:12.817Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:22:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:22:12.818Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:22:12.819Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:22:12.819Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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 VxcOLrvzygydtL6C) ...
2022-11-18T04:22:22.360Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:22:22.367Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:23:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:23:12.817Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:23:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:23:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:23:12.818Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:23:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:23:22.365Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:23:22.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:24:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:24:12.817Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:24:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:24:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:24:12.818Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:24:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:24:22.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:24:22.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:25:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:25:12.817Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:25:12.817Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:25:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:25:12.818Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:25:12.818Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:25:12.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:25:12.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:25:12.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "ves-openapi-manager",
"timestamp": 1668745492385,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:25:12.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:25:12.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:25:12.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668745489512,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:25:12.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:25:12.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:25:12.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "cds",
"timestamp": 1668745495991,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:25:12.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:25:12.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:25:12.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "ves-openapi-manager",
"timestamp": 1668745492385,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:25:12.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:25:12.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:25:12.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668745489512,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:25:12.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:25:12.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:25:12.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "aai-ml",
"timestamp": 1668745498077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:25:12.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:25:12.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:25:12.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "cds",
"timestamp": 1668745495991,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:25:12.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:25:12.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:25:12.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "aai-ml",
"timestamp": 1668745498077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:25:12.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:25:12.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:25:12.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "cds",
"timestamp": 1668745498837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:25:12.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:25:12.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:25:12.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "aai-ml",
"timestamp": 1668745500893,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:25:12.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:25:12.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:25:12.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "cds",
"timestamp": 1668745499846,
"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 (?, ?, ?, ?, ?)
2022-11-18T04:25:12.973Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 519fff79-27d4-411f-b0a7-374c26f35502
2022-11-18T04:25:12.974Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 519fff79-27d4-411f-b0a7-374c26f35502 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T04:25:12.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:25:12.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "aai-ml",
"timestamp": 1668745505503,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T04:25:12.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:25:12.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:25:12.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "aai-ml",
"timestamp": 1668745506507,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T04:25:12.988Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 519fff79-27d4-411f-b0a7-374c26f35502
2022-11-18T04:25:12.988Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 519fff79-27d4-411f-b0a7-374c26f35502 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T04:25:12.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:25:12.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668745508312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:25:12.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:25:12.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:25:12.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668745508312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:25:12.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:25:12.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:25:12.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668745511059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:25:12.997Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:25:13.449Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:25:13.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T04:25:13.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"519fff79-27d4-411f-b0a7-374c26f35502","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0fabd440-4660-4686-88b4-d66c58db2eda","serviceDescription":"service","serviceInvariantUUID":"37c5f07e-ffc1-4654-a196-5aced0e32acd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d0b3c305-13ff-4143-9bfd-67bae33515a2","resourceInvariantUUID":"24b4106e-d67e-4e0b-8a5a-3001494f6727","resourceCustomizationUUID":"87fb62f2-8854-4443-b5aa-5e481e2f214c","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":"YjE2MmNlYmVlMWYxOTdmODQzMGUzNzk0MDRlOTY5MzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"59688ae0-b023-4f94-8a18-2f24b3883f66","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzgxNmE4MjI3M2FiMTdmMTBmOTBlYjJlY2E1OWVmMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8c5138b-55de-43d6-b74d-a79aab9d69b6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T04:25:13.455Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:25:13.455Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:25:13.458Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:25:13.458Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745512816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:25:13.559Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T04:25:13.560Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:25:13.560Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:25:13.570Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:25:13.571Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:25:14.459Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:25:14.460Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:25:14.463Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:25:14.463Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745512816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:25:14.563Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:25:14.564Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:25:14.564Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:25:14.580Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:25:14.581Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:25:15.465Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "0fabd440-4660-4686-88b4-d66c58db2eda",
"serviceDescription": "service",
"serviceInvariantUUID": "37c5f07e-ffc1-4654-a196-5aced0e32acd",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "87fb62f2-8854-4443-b5aa-5e481e2f214c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d0b3c305-13ff-4143-9bfd-67bae33515a2",
"resourceInvariantUUID": "24b4106e-d67e-4e0b-8a5a-3001494f6727",
"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": "MzgxNmE4MjI3M2FiMTdmMTBmOTBlYjJlY2E1OWVmMmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b8c5138b-55de-43d6-b74d-a79aab9d69b6"
}
],
"workloadContext": "Production"
}
2022-11-18T04:25:15.465Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T04:25:15.466Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0fabd440-4660-4686-88b4-d66c58db2eda ASDC
2022-11-18T04:25:15.467Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:519fff79-27d4-411f-b0a7-374c26f35502
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0fabd440-4660-4686-88b4-d66c58db2eda
ServiceInvariantUUID:37c5f07e-ffc1-4654-a196-5aced0e32acd
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:b8c5138b-55de-43d6-b74d-a79aab9d69b6
ArtifactChecksum:MzgxNmE4MjI3M2FiMTdmMTBmOTBlYjJlY2E1OWVmMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:87fb62f2-8854-4443-b5aa-5e481e2f214c
ResourceInvariantUUID:24b4106e-d67e-4e0b-8a5a-3001494f6727
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d0b3c305-13ff-4143-9bfd-67bae33515a2
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-18T04:25:15.467Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0fabd440-4660-4686-88b4-d66c58db2eda ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T04:25:15.495Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T04:25:15.497Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-18T04:25:15.497Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-18T04:25:15.497Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b8c5138b-55de-43d6-b74d-a79aab9d69b6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T04:25:15.497Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-18T04:25:15.497Z|519fff79-27d4-411f-b0a7-374c26f35502|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
2022-11-18T04:25:15.567Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-18T04:25:15.569Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b8c5138b-55de-43d6-b74d-a79aab9d69b6 57662
2022-11-18T04:25:15.570Z|519fff79-27d4-411f-b0a7-374c26f35502|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
2022-11-18T04:25:15.570Z|519fff79-27d4-411f-b0a7-374c26f35502|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
2022-11-18T04:25:15.570Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T04:25:15.570Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:25:15.573Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:25:15.573Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745515570,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:25:15.673Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:25:15.674Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:25:15.674Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:25:15.686Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:25:15.687Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:25:16.574Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T04:25:16.575Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-18T04:25:16.575Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b8c5138b-55de-43d6-b74d-a79aab9d69b6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T04:25:16.575Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-18T04:25:16.576Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T04:25:16.576Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T04:25:16.765Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15601476319819478369/Definitions/service-BasicNetwork-template.yml
2022-11-18T04:25:17.275Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T04:25:17.276Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-18T04:25:17.276Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T04:25:17.276Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-18T04:25:17.276Z|519fff79-27d4-411f-b0a7-374c26f35502|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
2022-11-18T04:25:17.276Z|519fff79-27d4-411f-b0a7-374c26f35502|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
2022-11-18T04:25:17.277Z|519fff79-27d4-411f-b0a7-374c26f35502|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
2022-11-18T04:25:17.277Z|519fff79-27d4-411f-b0a7-374c26f35502|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
2022-11-18T04:25:17.277Z|519fff79-27d4-411f-b0a7-374c26f35502|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
2022-11-18T04:25:17.277Z|519fff79-27d4-411f-b0a7-374c26f35502|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
2022-11-18T04:25:17.277Z|519fff79-27d4-411f-b0a7-374c26f35502|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
2022-11-18T04:25:17.277Z|519fff79-27d4-411f-b0a7-374c26f35502|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
2022-11-18T04:25:17.277Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-18T04:25:17.277Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:25:17.278Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:25:17.278Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-18T04:25:17.278Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-18T04:25:17.278Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T04:25:17.278Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:25:17.279Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:25:17.279Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-18T04:25:17.279Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-18T04:25:17.279Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T04:25:17.279Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:25:17.279Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:25:17.279Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:25:17.280Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:25:17.280Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:25:17.280Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:25:17.281Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:25:17.281Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:25:17.281Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:25:17.281Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:25:17.281Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:0fabd440-4660-4686-88b4-d66c58db2eda
Model Version:NULL
Model InvariantUuid:37c5f07e-ffc1-4654-a196-5aced0e32acd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:24b4106e-d67e-4e0b-8a5a-3001494f6727
Model UUID:ae963b48-e84b-4f47-898c-a5f1055cea76
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:87fb62f2-8854-4443-b5aa-5e481e2f214c
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T04:25:17.288Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: d0b3c305-13ff-4143-9bfd-67bae33515a2
2022-11-18T04:25:17.288Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||No resources found for Service: 0fabd440-4660-4686-88b4-d66c58db2eda
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T04:25:17.293Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||
2022-11-18T04:25:17.294Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-18T04:25:17.295Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 0fabd440-4660-4686-88b4-d66c58db2eda
2022-11-18T04:25:17.295Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0fabd440-4660-4686-88b4-d66c58db2eda
2022-11-18T04:25:17.295Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-18T04:25:17.295Z|519fff79-27d4-411f-b0a7-374c26f35502|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=?
2022-11-18T04:25:17.300Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9b0a35c, org.onap.sdc.toscaparser.api.parameters.Input@6025c9cb, org.onap.sdc.toscaparser.api.parameters.Input@4b979ca, org.onap.sdc.toscaparser.api.parameters.Input@5ca704f4, org.onap.sdc.toscaparser.api.parameters.Input@5081f67f]
2022-11-18T04:25:17.302Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:25:17.302Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:25:17.303Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:25:17.303Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:25:17.303Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0fabd440-4660-4686-88b4-d66c58db2eda: Generic NeutronNet
2022-11-18T04:25:17.303Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:25:17.304Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:25:17.304Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:25:17.304Z|519fff79-27d4-411f-b0a7-374c26f35502|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=?
2022-11-18T04:25:17.334Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:25:17.335Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:25:17.335Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:25:17.335Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:25:17.335Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:25:17.336Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:25:17.336Z|519fff79-27d4-411f-b0a7-374c26f35502|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 (?, ?)
2022-11-18T04:25:17.392Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-18T04:25:17.392Z|519fff79-27d4-411f-b0a7-374c26f35502|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
2022-11-18T04:25:17.392Z|519fff79-27d4-411f-b0a7-374c26f35502|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
2022-11-18T04:25:17.393Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T04:25:17.393Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:25:17.395Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:25:17.395Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745517392,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T04:25:17.495Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:25:17.496Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:25:17.496Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:25:17.509Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:25:17.509Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T04:25:18.400Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:25:18.413Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:25:18.415Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T04:25:18.415Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T04:25:18.415Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T04:25:18.415Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T04:25:48.416Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:25:48.430Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:25:48.436Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T04:25:48.436Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T04:25:48.436Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T04:25:48.436Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T04:26:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:26:12.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:26:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:26:12.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:26:12.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:26:12.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668745512801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T04:26:12.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:26:18.436Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:26:18.447Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:26:18.452Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T04:26:18.452Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T04:26:18.452Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T04:26:18.452Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T04:26:48.452Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:26:48.463Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:26:48.465Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T04:26:48.465Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T04:26:48.465Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T04:26:48.466Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T04:27:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:27:12.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:27:12.819Z||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 VxcOLrvzygydtL6C) ...
2022-11-18T04:27:12.842Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:27:12.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745512816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668745513805,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T04:27:12.854Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 519fff79-27d4-411f-b0a7-374c26f35502
2022-11-18T04:27:12.854Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 519fff79-27d4-411f-b0a7-374c26f35502 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T04:27:12.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745512816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:27:12.864Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745515570,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:27:12.865Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:27:12.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745517392,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T04:27:12.865Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T04:27:12.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "aai-ml",
"timestamp": 1668745558077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "cds",
"timestamp": 1668745555991,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "cds",
"timestamp": 1668745555991,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "aai-ml",
"timestamp": 1668745558077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "cds",
"timestamp": 1668745555991,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "aai-ml",
"timestamp": 1668745558077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "cds",
"timestamp": 1668745555991,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "aai-ml",
"timestamp": 1668745558077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668745568312,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "cds",
"timestamp": 1668745555991,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "aai-ml",
"timestamp": 1668745558077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668745568312,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "cds",
"timestamp": 1668745555991,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "aai-ml",
"timestamp": 1668745558077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668745569512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668745568312,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "cds",
"timestamp": 1668745555991,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "aai-ml",
"timestamp": 1668745558077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668745569512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668745568312,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:12.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "aai-ml",
"timestamp": 1668745558077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:27:12.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:12.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T04:27:12.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "cds",
"timestamp": 1668745555991,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:27:12.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T04:27:18.466Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:27:18.477Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T04:27:18.480Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T04:27:18.480Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T04:27:18.480Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T04:27:18.480Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T04:27:18.480Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T04:27:18.480Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T04:27:18.481Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T04:27:18.481Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T04:27:18.481Z|519fff79-27d4-411f-b0a7-374c26f35502|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=?
2022-11-18T04:27:18.487Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T04:27:48.487Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-18T04:27:48.494Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 519fff79-27d4-411f-b0a7-374c26f35502 and serviceModelVersionId: 0fabd440-4660-4686-88b4-d66c58db2eda
2022-11-18T04:27:48.494Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 37c5f07e-ffc1-4654-a196-5aced0e32acd
2022-11-18T04:27:48.495Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/37c5f07e-ffc1-4654-a196-5aced0e32acd/model-vers/model-ver/0fabd440-4660-4686-88b4-d66c58db2eda?depth=0
2022-11-18T04:27:48.500Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T04:27:48.549Z|519fff79-27d4-411f-b0a7-374c26f35502|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/37c5f07e-ffc1-4654-a196-5aced0e32acd/model-vers/model-ver/0fabd440-4660-4686-88b4-d66c58db2eda?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-18T04:27:48.552Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37c5f07e-ffc1-4654-a196-5aced0e32acd/model-vers/model-ver/0fabd440-4660-4686-88b4-d66c58db2eda?depth=0|INFO|500||Invoke
2022-11-18T04:27:48.579Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37c5f07e-ffc1-4654-a196-5aced0e32acd/model-vers/model-ver/0fabd440-4660-4686-88b4-d66c58db2eda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-18T04:27:48.700Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37c5f07e-ffc1-4654-a196-5aced0e32acd/model-vers/model-ver/0fabd440-4660-4686-88b4-d66c58db2eda?depth=0|INFO|500||InvokeReturn
2022-11-18T04:27:48.701Z|519fff79-27d4-411f-b0a7-374c26f35502|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/37c5f07e-ffc1-4654-a196-5aced0e32acd/model-vers/model-ver/0fabd440-4660-4686-88b4-d66c58db2eda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-04:27:48:560-83077], vertex-id=[229568], Content-Length=[0], Date=[Fri, 18 Nov 2022 04:27:48 GMT], Content-Type=[application/json]}
2022-11-18T04:27:48.702Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-11-18T04:27:48.702Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T04:27:48.702Z|519fff79-27d4-411f-b0a7-374c26f35502|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=?
2022-11-18T04:27:48.710Z|519fff79-27d4-411f-b0a7-374c26f35502|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)
2022-11-18T04:27:48.711Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 519fff79-27d4-411f-b0a7-374c26f35502 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T04:27:48.711Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T04:27:48.711Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:27:48.713Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:27:48.713Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "519fff79-27d4-411f-b0a7-374c26f35502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745668711,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T04:27:48.813Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:27:48.814Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:27:48.814Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:27:48.831Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:27:48.832Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T04:27:49.730Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T04:27:49.731Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T04:27:49.731Z|519fff79-27d4-411f-b0a7-374c26f35502|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 VxcOLrvzygydtL6C) ...
2022-11-18T04:27:54.192Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:27:54.194Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T04:27:54.194Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e315d28-c959-44ad-887e-09df6014e54b","serviceName":"Demo_pNF_TgcVRFb7Vyz30pzeCMO9","serviceVersion":"1.0","serviceUUID":"c6991627-f56e-479c-9872-e1950a1ef01a","serviceDescription":"catalog service description","serviceInvariantUUID":"957e24f5-1e30-4df8-8fe2-1642126a95ed","resources":[{"resourceInstanceName":"pNF 3570482e-f5f7 0","resourceName":"pNF 3570482e-f5f7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c10b35f1-be8d-4891-8746-1e85bcb5d4a5","resourceInvariantUUID":"32011e49-769b-4d0a-8d9d-e5674600a9b4","resourceCustomizationUUID":"a6c22b92-bada-4b95-8df6-59f359c90f76","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vf-license-model.xml","artifactChecksum":"MzI0OGZhYTcwNjNhZjZkZDg1Y2JjZGVkMDk1ZDA4OWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5da3211b-37b6-4c30-bf36-16316c82e814","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/pNF.csar","artifactChecksum":"NWEzMDM0YTQ2NzRjOWViN2RhNDYwM2U3NjkwOTdhYTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"49a019ea-0f22-48ba-8702-676c0b8a58aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c90c069-3194-4432-9c3b-8ad756cce653","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vendor-license-model.xml","artifactChecksum":"YTlhYWY1OGY3YTZmZGQwN2RjMjc2ZDU4NjAwMGYzMWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fa30b45f-9440-427b-90d1-8891ab9abf15","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f9602dd-2ee1-4291-9449-b807910ee8ac","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"493995f3-9e38-45e2-88c4-327f1b87af98","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTgcvrfb7vyz30pzecmo9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-template.yml","artifactChecksum":"MmUwOWFjOWMyZDg0MWM0N2JhODNiYTM3NTZmNjI5MDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"400dd18d-8af1-4c55-901c-d4604db3d95a","artifactVersion":"1"},{"artifactName":"service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar","artifactChecksum":"ODRiNjE3M2UyZGVjYmMwNGU1MmU1MDNhY2Y0ZmRhYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07583f95-df05-4434-9f42-ad59e58b9d26","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T04:27:54.196Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:27:54.197Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:27:54.199Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:27:54.199Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745669730,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:54.299Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:27:54.300Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:27:54.300Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:27:54.313Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:27:54.313Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:27:55.200Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:27:55.201Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:27:55.203Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:27:55.203Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745669730,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:55.303Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:27:55.304Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:27:55.304Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:27:55.413Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:27:55.414Z||pool-41-thread-1|||||INFO|500||cambria reply ok (111 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:27:56.203Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:27:56.204Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:27:56.206Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:27:56.207Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745669730,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:56.307Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:27:56.308Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:27:56.308Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:27:56.321Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:27:56.321Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:27:57.210Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:27:57.211Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:27:57.213Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:27:57.213Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745669730,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:57.313Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:27:57.314Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:27:57.314Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:27:57.330Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:27:57.331Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-18T04:27:58.214Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:27:58.214Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:27:58.216Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:27:58.217Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745669730,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:58.317Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:27:58.317Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:27:58.318Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:27:58.329Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:27:58.329Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:27:59.217Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:27:59.218Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:27:59.221Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:27:59.221Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745669730,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:27:59.321Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:27:59.322Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:27:59.322Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:27:59.333Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:27:59.334Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-18T04:28:00.227Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:28:00.227Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:28:00.234Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:28:00.234Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745669730,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T04:28:00.334Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:28:00.335Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:28:00.335Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:28:00.360Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:28:00.360Z||pool-46-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:28:01.235Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T04:28:01.236Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:28:01.238Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:28:01.238Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745669730,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T04:28:01.338Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:28:01.339Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:28:01.339Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:28:01.362Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:28:01.362Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:28:02.239Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"serviceName": "Demo_pNF_TgcVRFb7Vyz30pzeCMO9",
"serviceVersion": "1.0",
"serviceUUID": "c6991627-f56e-479c-9872-e1950a1ef01a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "957e24f5-1e30-4df8-8fe2-1642126a95ed",
"resources": [
{
"resourceInstanceName": "pNF 3570482e-f5f7 0",
"resourceCustomizationUUID": "a6c22b92-bada-4b95-8df6-59f359c90f76",
"resourceName": "pNF 3570482e-f5f7",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "c10b35f1-be8d-4891-8746-1e85bcb5d4a5",
"resourceInvariantUUID": "32011e49-769b-4d0a-8d9d-e5674600a9b4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar",
"artifactChecksum": "ODRiNjE3M2UyZGVjYmMwNGU1MmU1MDNhY2Y0ZmRhYTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "07583f95-df05-4434-9f42-ad59e58b9d26"
}
],
"workloadContext": "Production"
}
2022-11-18T04:28:02.240Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T04:28:02.240Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c6991627-f56e-479c-9872-e1950a1ef01a ASDC
2022-11-18T04:28:02.241Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9e315d28-c959-44ad-887e-09df6014e54b
ServiceName:Demo_pNF_TgcVRFb7Vyz30pzeCMO9
ServiceVersion:1.0
ServiceUUID:c6991627-f56e-479c-9872-e1950a1ef01a
ServiceInvariantUUID:957e24f5-1e30-4df8-8fe2-1642126a95ed
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar
ArtifactUUID:07583f95-df05-4434-9f42-ad59e58b9d26
ArtifactChecksum:ODRiNjE3M2UyZGVjYmMwNGU1MmU1MDNhY2Y0ZmRhYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3570482e-f5f7 0
ResourceCustomizationUUID:a6c22b92-bada-4b95-8df6-59f359c90f76
ResourceInvariantUUID:32011e49-769b-4d0a-8d9d-e5674600a9b4
ResourceName:pNF 3570482e-f5f7
ResourceType:PNF
ResourceUUID:c10b35f1-be8d-4891-8746-1e85bcb5d4a5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-18T04:28:02.241Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6991627-f56e-479c-9872-e1950a1ef01a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T04:28:02.269Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T04:28:02.270Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-18T04:28:02.270Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-18T04:28:02.270Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 07583f95-df05-4434-9f42-ad59e58b9d26 from URL: /sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar
2022-11-18T04:28:02.270Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-18T04:28:02.271Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar
2022-11-18T04:28:02.362Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-18T04:28:02.366Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 07583f95-df05-4434-9f42-ad59e58b9d26 87778
2022-11-18T04:28:02.367Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar ASDC sendASDCNotification
2022-11-18T04:28:02.367Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar
2022-11-18T04:28:02.367Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T04:28:02.368Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-18T04:28:02.370Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T04:28:02.370Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9e315d28-c959-44ad-887e-09df6014e54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668745682366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T04:28:02.470Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T04:28:02.471Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T04:28:02.471Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ...
2022-11-18T04:28:02.511Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T04:28:02.511Z||pool-48-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-11-18T04:28:03.370Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T04:28:03.372Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-18T04:28:03.372Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 07583f95-df05-4434-9f42-ad59e58b9d26, URL: /sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar to file: /app/ASDC/1/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar
2022-11-18T04:28:03.372Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar
2022-11-18T04:28:03.373Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar
2022-11-18T04:28:03.373Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar
2022-11-18T04:28:03.556Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1575524148635660285/Definitions/service-DemoPnfTgcvrfb7vyz30pzecmo9-template.yml
2022-11-18T04:28:04.278Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T04:28:04.279Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-18T04:28:04.279Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar
2022-11-18T04:28:04.279Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T04:28:04.279Z|9e315d28-c959-44ad-887e-09df6014e54b|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-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar
2022-11-18T04:28:04.279Z|9e315d28-c959-44ad-887e-09df6014e54b|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-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar
2022-11-18T04:28:04.280Z|9e315d28-c959-44ad-887e-09df6014e54b|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-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar
2022-11-18T04:28:04.280Z|9e315d28-c959-44ad-887e-09df6014e54b|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-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar
2022-11-18T04:28:04.280Z|9e315d28-c959-44ad-887e-09df6014e54b|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-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar
2022-11-18T04:28:04.280Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3570482e-f5f7 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-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar
2022-11-18T04:28:04.280Z|9e315d28-c959-44ad-887e-09df6014e54b|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-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar
2022-11-18T04:28:04.280Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-18T04:28:04.281Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:28:04.281Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_TgcVRFb7Vyz30pzeCMO9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:28:04.281Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Node template pNF 3570482e-f5f7 0 is matching search criteria
2022-11-18T04:28:04.281Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-18T04:28:04.281Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3570482e-f5f7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T04:28:04.282Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:28:04.282Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_TgcVRFb7Vyz30pzeCMO9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:28:04.282Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Node template pNF 3570482e-f5f7 0 is matching search criteria
2022-11-18T04:28:04.282Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-18T04:28:04.282Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3570482e-f5f7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T04:28:04.282Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:28:04.283Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_TgcVRFb7Vyz30pzeCMO9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:28:04.283Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:28:04.283Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_TgcVRFb7Vyz30pzeCMO9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:28:04.283Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:28:04.283Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_TgcVRFb7Vyz30pzeCMO9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:28:04.284Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:28:04.284Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_TgcVRFb7Vyz30pzeCMO9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:28:04.284Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:28:04.284Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_TgcVRFb7Vyz30pzeCMO9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:28:04.284Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_TgcVRFb7Vyz30pzeCMO9
Description:catalog service description
Model UUID:c6991627-f56e-479c-9872-e1950a1ef01a
Model Version:NULL
Model InvariantUuid:957e24f5-1e30-4df8-8fe2-1642126a95ed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T04:28:04.408Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: c10b35f1-be8d-4891-8746-1e85bcb5d4a5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T04:28:04.411Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||pNF 3570482e-f5f7 0
2022-11-18T04:28:04.411Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c10b35f1-be8d-4891-8746-1e85bcb5d4a5
2022-11-18T04:28:04.411Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||No resources found for Service: c6991627-f56e-479c-9872-e1950a1ef01a
2022-11-18T04:28:04.411Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c6991627-f56e-479c-9872-e1950a1ef01a
2022-11-18T04:28:04.412Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3570482e-f5f7 0 c10b35f1-be8d-4891-8746-1e85bcb5d4a5 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T04:28:04.416Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d109c46, org.onap.sdc.toscaparser.api.parameters.Input@3b634eaa, org.onap.sdc.toscaparser.api.parameters.Input@6caa709f, org.onap.sdc.toscaparser.api.parameters.Input@35e19bcd, org.onap.sdc.toscaparser.api.parameters.Input@6c4ac39b]
2022-11-18T04:28:04.416Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T04:28:04.416Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_TgcVRFb7Vyz30pzeCMO9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T04:28:04.416Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c6991627-f56e-479c-9872-e1950a1ef01a: pNF 3570482e-f5f7
2022-11-18T04:28:04.417Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||Processing PNF resource: c10b35f1-be8d-4891-8746-1e85bcb5d4a5
2022-11-18T04:28:04.417Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery