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)
2021-08-23T01:32:47.497Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-6kgst with PID 15 (/app/app.jar started by so in /app)
2021-08-23T01:32:47.503Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-23T01:32:47.503Z||main|||||INFO|500||The following profiles are active: basic
2021-08-23T01:32:53.957Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-23T01:32:53.958Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-23T01:32:54.036Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-23T01:32:55.245Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-23T01:32:55.383Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-23T01:32:55.718Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-23T01:32:55.724Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-23T01:32:55.796Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-23T01:32:55.916Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-23T01:32:56.296Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-23T01:32:57.114Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-23T01:32:58.860Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-23T01:32:58.897Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-23T01:32:59.251Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-23T01:32:59.411Z||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.
2021-08-23T01:33:00.530Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-23T01:33:01.361Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-23T01:33:01.377Z||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$$671d4023.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)
2021-08-23T01:33:01.378Z||main|||||WARN|500||The sdc end point is not alive
2021-08-23T01:33:03.118Z||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
2021-08-23T01:33:05.189Z||main|||||WARN|500||---
2021-08-23T01:33:05.190Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-23T01:33:05.190Z||main|||||WARN|500||---
2021-08-23T01:33:05.513Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-23T01:33:08.194Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-23T01:33:08.195Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-23T01:33:08.196Z||main|||||INFO|500||Started Application in 22.382 seconds (JVM running for 23.431)
2021-08-23T01:33:08.207Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-23T01:33:08.260Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-23T01:33:08.301Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07b0dee1-83fb-4b31-9af2-ad0d015a978b url= /sdc/v1/artifactTypes
2021-08-23T01:33:08.302Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-23T01:33:09.397Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.53.214] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-23T01:33:09.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15dbe349
2021-08-23T01:33:09.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-23T01:33:09.411Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-23T01:33:09.413Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-23T01:33:09.415Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-23T01:33:58.190Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-23T01:33:58.191Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-23T01:33:58.191Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-23T01:33:58.197Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-23T01:33:58.201Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e9d31931-9cf1-4a3c-b5ec-2c988123e542 url= /sdc/v1/artifactTypes
2021-08-23T01:33:58.202Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-23T01:33:59.221Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.53.214] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-23T01:33:59.221Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14a54095
2021-08-23T01:33:59.221Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-23T01:33:59.222Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-23T01:33:59.222Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-23T01:33:59.222Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-23T01:34:48.190Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-23T01:34:48.191Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-23T01:34:48.191Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-23T01:34:48.195Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-23T01:34:48.203Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 90c22393-5895-4a56-a099-af8c92c4821b url= /sdc/v1/artifactTypes
2021-08-23T01:34:48.204Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-23T01:34:49.241Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.53.214] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-23T01:34:49.242Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29b83f0b
2021-08-23T01:34:49.242Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-23T01:34:49.243Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-23T01:34:49.243Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-23T01:34:49.243Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-23T01:35:38.191Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-23T01:35:38.193Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-23T01:35:38.193Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-23T01:35:38.198Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-23T01:35:38.204Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 02028af5-7223-45c5-b557-f5a32ee454d5 url= /sdc/v1/artifactTypes
2021-08-23T01:35:38.205Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-23T01:35:39.221Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.53.214] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-23T01:35:39.222Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@584ef227
2021-08-23T01:35:39.222Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-23T01:35:39.222Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-23T01:35:39.222Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-23T01:35:39.224Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-23T01:36:28.192Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-23T01:36:28.192Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-23T01:36:28.192Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-23T01:36:28.195Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-23T01:36:28.199Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a74c569-77c9-4cb4-876a-9005d4eea2c2 url= /sdc/v1/artifactTypes
2021-08-23T01:36:28.200Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-23T01:36:29.237Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.53.214] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-23T01:36:29.237Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@594d2847
2021-08-23T01:36:29.238Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-23T01:36:29.238Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-23T01:36:29.238Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-23T01:36:29.238Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-23T01:37:18.190Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-23T01:37:18.191Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-23T01:37:18.191Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-23T01:37:18.195Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-23T01:37:18.199Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 159cd6e5-ef44-4717-a39e-cb4c8b8f2f0e url= /sdc/v1/artifactTypes
2021-08-23T01:37:18.199Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-23T01:37:19.221Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.53.214] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-23T01:37:19.221Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5944ff09
2021-08-23T01:37:19.221Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-23T01:37:19.222Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-23T01:37:19.222Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-23T01:37:19.222Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-23T01:38:08.190Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-23T01:38:08.191Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-23T01:38:08.191Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-23T01:38:08.193Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-23T01:38:08.199Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4e9dd0eb-15a1-49be-bc02-96f410e33389 url= /sdc/v1/artifactTypes
2021-08-23T01:38:08.199Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-23T01:38:09.237Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.53.214] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-23T01:38:09.237Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f83a4e6
2021-08-23T01:38:09.237Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-23T01:38:09.238Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-23T01:38:09.238Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-23T01:38:09.238Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-23T01:38:58.190Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-23T01:38:58.191Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-23T01:38:58.191Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-23T01:38:58.194Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-23T01:38:58.198Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 271630e6-48eb-4187-8dac-af5d3d8037eb url= /sdc/v1/artifactTypes
2021-08-23T01:38:58.198Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-23T01:38:59.221Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.53.214] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-23T01:38:59.222Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c38372d
2021-08-23T01:38:59.222Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-23T01:38:59.223Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-23T01:38:59.223Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-23T01:38:59.223Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-23T01:39:48.191Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-23T01:39:48.191Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-23T01:39:48.191Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-23T01:39:48.194Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-23T01:39:48.201Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7ede5db6-7fad-4d77-9b71-de22356e3064 url= /sdc/v1/artifactTypes
2021-08-23T01:39:48.201Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-23T01:39:49.237Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.53.214] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-23T01:39:49.238Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@76fe219a
2021-08-23T01:39:49.239Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-23T01:39:49.239Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-23T01:39:49.239Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-23T01:39:49.239Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-23T01:40:38.190Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-23T01:40:38.191Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-23T01:40:38.191Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-23T01:40:38.193Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-23T01:40:38.198Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 360b44ee-435a-4b91-a806-ccf8ced715b9 url= /sdc/v1/artifactTypes
2021-08-23T01:40:38.198Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-23T01:40:38.362Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-23T01:40:38.370Z||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
2021-08-23T01:40:38.393Z||scheduling-1|||||DEBUG|500||create keys
2021-08-23T01:40:38.399Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-23T01:40:38.426Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:40:38.440Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 089623f1-97b8-4351-ad13-1497a8cfa074 url= /sdc/v1/registerForDistribution
2021-08-23T01:40:38.638Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 089623f1-97b8-4351-ad13-1497a8cfa074 url= /sdc/v1/registerForDistribution
2021-08-23T01:40:38.638Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-23T01:40:38.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:40:38.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:40:38.650Z||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.
2021-08-23T01:40:38.650Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:40:38.651Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-23T01:40:38.651Z||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.
2021-08-23T01:40:38.651Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:40:48.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:40:48.907Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:41:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:41:38.645Z||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.
2021-08-23T01:41:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:41:38.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:41:38.646Z||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.
2021-08-23T01:41:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:41:48.205Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:41:48.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:42:38.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:42:38.646Z||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.
2021-08-23T01:42:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:42:38.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:42:38.647Z||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.
2021-08-23T01:42:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:42:48.203Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:42:48.209Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:43:25.466Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-23T01:43:38.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:43:38.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T01:43:38.646Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T01:43:38.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:43:38.647Z||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.
2021-08-23T01:43:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:43:48.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:43:48.204Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:44:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:44:38.645Z||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.
2021-08-23T01:44:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:44:38.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:44:38.647Z||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.
2021-08-23T01:44:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:44:48.196Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:44:48.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:45:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:45:38.645Z||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.
2021-08-23T01:45:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:45:38.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:45:38.647Z||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.
2021-08-23T01:45:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:45:48.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:45:48.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:46:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:46:38.645Z||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.
2021-08-23T01:46:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:46:38.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:46:38.647Z||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.
2021-08-23T01:46:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:46:48.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:46:48.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:47:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:47:38.645Z||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.
2021-08-23T01:47:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:47:38.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:47:38.647Z||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.
2021-08-23T01:47:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:47:48.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:47:48.230Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:48:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:48:38.645Z||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.
2021-08-23T01:48:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:48:38.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:48:38.647Z||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.
2021-08-23T01:48:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:48:48.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:48:48.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:49:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:49:38.645Z||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.
2021-08-23T01:49:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:49:38.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:49:38.646Z||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.
2021-08-23T01:49:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:49:48.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:49:48.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:50:38.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:50:38.645Z||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.
2021-08-23T01:50:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:50:38.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:50:38.647Z||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.
2021-08-23T01:50:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:50:48.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:50:48.201Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:51:38.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:51:38.645Z||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.
2021-08-23T01:51:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:51:38.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:51:38.646Z||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.
2021-08-23T01:51:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:51:48.200Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:51:48.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:52:38.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:52:38.645Z||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.
2021-08-23T01:52:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:52:38.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:52:38.646Z||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.
2021-08-23T01:52:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:52:48.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:52:48.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:53:38.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:53:38.645Z||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.
2021-08-23T01:53:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:53:38.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:53:38.647Z||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.
2021-08-23T01:53:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:53:48.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:53:48.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:54:38.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:54:38.645Z||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.
2021-08-23T01:54:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:54:38.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:54:38.647Z||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.
2021-08-23T01:54:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:54:48.194Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:54:48.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:55:38.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:55:38.645Z||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.
2021-08-23T01:55:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:55:38.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:55:38.647Z||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.
2021-08-23T01:55:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:55:48.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:55:48.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:56:38.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:56:38.645Z||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.
2021-08-23T01:56:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:56:38.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:56:38.647Z||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.
2021-08-23T01:56:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:56:48.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:56:48.197Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:57:38.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:57:38.646Z||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.
2021-08-23T01:57:38.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:57:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:57:38.646Z||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.
2021-08-23T01:57:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:57:48.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:57:48.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:58:38.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:58:38.645Z||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.
2021-08-23T01:58:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:58:38.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:58:38.647Z||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.
2021-08-23T01:58:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:58:48.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:58:48.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:59:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:59:38.645Z||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.
2021-08-23T01:59:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:59:38.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T01:59:38.647Z||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.
2021-08-23T01:59:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T01:59:48.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T01:59:48.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:00:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:00:38.645Z||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.
2021-08-23T02:00:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:00:38.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:00:38.647Z||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.
2021-08-23T02:00:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:00:48.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:00:48.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:01:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:01:38.645Z||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.
2021-08-23T02:01:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:01:38.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:01:38.646Z||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.
2021-08-23T02:01:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:01:48.211Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:01:48.212Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:02:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:02:38.645Z||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.
2021-08-23T02:02:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:02:38.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:02:38.646Z||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.
2021-08-23T02:02:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:02:48.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:02:48.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:03:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:03:38.645Z||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.
2021-08-23T02:03:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:03:38.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:03:38.647Z||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.
2021-08-23T02:03:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:03:48.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:03:48.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:04:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:04:38.645Z||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.
2021-08-23T02:04:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:04:38.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:04:38.646Z||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.
2021-08-23T02:04:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:04:48.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:04:48.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:05:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:05:38.645Z||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.
2021-08-23T02:05:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:05:38.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:05:38.646Z||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.
2021-08-23T02:05:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:05:48.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:05:48.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:06:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:06:38.645Z||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.
2021-08-23T02:06:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:06:38.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:06:38.646Z||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.
2021-08-23T02:06:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:06:48.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:06:48.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:07:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:07:38.645Z||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.
2021-08-23T02:07:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:07:38.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:07:38.646Z||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.
2021-08-23T02:07:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:07:48.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:07:48.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:08:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:08:38.645Z||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.
2021-08-23T02:08:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:08:38.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:08:38.646Z||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.
2021-08-23T02:08:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:08:48.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:08:48.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:09:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:09:38.645Z||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.
2021-08-23T02:09:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:09:38.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:09:38.646Z||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.
2021-08-23T02:09:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:09:48.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:09:48.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:10:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:10:38.645Z||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.
2021-08-23T02:10:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:10:38.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:10:38.646Z||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.
2021-08-23T02:10:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:10:48.197Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:10:48.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:11:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:11:38.645Z||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.
2021-08-23T02:11:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:11:38.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:11:38.646Z||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.
2021-08-23T02:11:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:11:48.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:11:48.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:12:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:12:38.645Z||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.
2021-08-23T02:12:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:12:38.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:12:38.646Z||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.
2021-08-23T02:12:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:12:48.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:12:48.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:13:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:13:38.645Z||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.
2021-08-23T02:13:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:13:38.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:13:38.646Z||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.
2021-08-23T02:13:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:13:48.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:13:48.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:14:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:14:38.645Z||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.
2021-08-23T02:14:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:14:38.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:14:38.646Z||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.
2021-08-23T02:14:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:14:48.206Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:14:48.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:15:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:15:38.645Z||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.
2021-08-23T02:15:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:15:38.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:15:38.646Z||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.
2021-08-23T02:15:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:15:48.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:15:48.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:16:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:16:38.645Z||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.
2021-08-23T02:16:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:16:38.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:16:38.646Z||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.
2021-08-23T02:16:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:16:48.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:16:48.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:17:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:17:38.645Z||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.
2021-08-23T02:17:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:17:38.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:17:38.646Z||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.
2021-08-23T02:17:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:17:48.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:17:48.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:18:38.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:18:38.645Z||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.
2021-08-23T02:18:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:18:38.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:18:38.646Z||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.
2021-08-23T02:18:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:18:48.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:18:48.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:19:38.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:19:38.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:19:38.646Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:19:38.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:19:38.647Z||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.
2021-08-23T02:19:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:19:48.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:19:48.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:20:38.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:20:38.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:20:38.645Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:20:38.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:20:38.646Z||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.
2021-08-23T02:20:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:20:48.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:20:48.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:21:38.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:21:38.645Z||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.
2021-08-23T02:21:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:21:38.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:21:38.647Z||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.
2021-08-23T02:21:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:21:48.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:21:48.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:22:38.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:22:38.645Z||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.
2021-08-23T02:22:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:22:38.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:22:38.647Z||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.
2021-08-23T02:22:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:22:48.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:22:48.191Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:23:38.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:23:38.645Z||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.
2021-08-23T02:23:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:23:38.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:23:38.646Z||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.
2021-08-23T02:23:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:23:48.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:23:48.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:24:38.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:24:38.645Z||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.
2021-08-23T02:24:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:24:38.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:24:38.647Z||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.
2021-08-23T02:24:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:24:48.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:24:48.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:25:38.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:25:38.645Z||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.
2021-08-23T02:25:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:25:38.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:25:38.646Z||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.
2021-08-23T02:25:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:25:48.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:25:48.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:26:38.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:26:38.645Z||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.
2021-08-23T02:26:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:26:38.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:26:38.646Z||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.
2021-08-23T02:26:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:26:48.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:26:48.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:27:38.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:27:38.645Z||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.
2021-08-23T02:27:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:27:38.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:27:38.646Z||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.
2021-08-23T02:27:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:27:48.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:27:48.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:28:38.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:28:38.645Z||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.
2021-08-23T02:28:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:28:38.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:28:38.647Z||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.
2021-08-23T02:28:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:28:48.190Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:28:48.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:29:38.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:29:38.645Z||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.
2021-08-23T02:29:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:29:38.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:29:38.646Z||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.
2021-08-23T02:29:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:29:48.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:29:48.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:30:38.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:30:38.645Z||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.
2021-08-23T02:30:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:30:38.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:30:38.646Z||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.
2021-08-23T02:30:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:30:48.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:30:48.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:31:38.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:31:38.645Z||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.
2021-08-23T02:31:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:31:38.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:31:38.646Z||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.
2021-08-23T02:31:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:31:48.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:31:48.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:32:38.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:32:38.645Z||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.
2021-08-23T02:32:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:32:38.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:32:38.646Z||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.
2021-08-23T02:32:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:32:48.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:32:48.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:33:38.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:33:38.645Z||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.
2021-08-23T02:33:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:33:38.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:33:38.646Z||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.
2021-08-23T02:33:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:33:48.189Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:33:48.189Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:34:38.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:34:38.645Z||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.
2021-08-23T02:34:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:34:38.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:34:38.646Z||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.
2021-08-23T02:34:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:34:48.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:34:48.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:35:38.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:35:38.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:35:38.645Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:35:38.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:35:38.647Z||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.
2021-08-23T02:35:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:35:48.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:35:48.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:36:38.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:36:38.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:36:38.645Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:36:38.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:36:38.646Z||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.
2021-08-23T02:36:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:36:48.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:36:48.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:37:38.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:37:38.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:37:38.645Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:37:38.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:37:38.646Z||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.
2021-08-23T02:37:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:37:48.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:37:48.212Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:38:38.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:38:38.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:38:38.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:38:38.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:38:38.647Z||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.
2021-08-23T02:38:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:38:48.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:38:48.197Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:39:38.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:39:38.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:39:38.645Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:39:38.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:39:38.646Z||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.
2021-08-23T02:39:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:39:48.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:39:48.195Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:40:38.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:40:38.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:40:38.645Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:40:38.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:40:38.646Z||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.
2021-08-23T02:40:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:40:48.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:40:48.191Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:41:38.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:41:38.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:41:38.645Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:41:38.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:41:38.647Z||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.
2021-08-23T02:41:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:41:48.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:41:48.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:42:38.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:42:38.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:42:38.645Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:42:38.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:42:38.646Z||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.
2021-08-23T02:42:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:42:48.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:42:48.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:43:38.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:43:38.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:43:38.645Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:43:38.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:43:38.647Z||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.
2021-08-23T02:43:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:43:48.187Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:43:48.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:44:38.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:44:38.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:44:38.645Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:44:38.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:44:38.647Z||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.
2021-08-23T02:44:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:44:48.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:44:48.188Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:45:38.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:45:38.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:45:38.645Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:45:38.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:45:38.647Z||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.
2021-08-23T02:45:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:45:48.188Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:45:48.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:46:38.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:46:38.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:46:38.645Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:46:38.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:46:38.647Z||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.
2021-08-23T02:46:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:46:48.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:46:48.185Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:47:38.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:47:38.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:47:38.645Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:47:38.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:47:38.647Z||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.
2021-08-23T02:47:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:47:48.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:47:48.194Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:48:38.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:48:38.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:48:38.645Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:48:38.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:48:38.646Z||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.
2021-08-23T02:48:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:48:48.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:48:48.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:49:38.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:49:38.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:49:38.645Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:49:38.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:49:38.646Z||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.
2021-08-23T02:49:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:49:48.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:49:48.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:50:38.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:50:38.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:50:38.645Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:50:38.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:50:38.646Z||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.
2021-08-23T02:50:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:50:48.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:50:48.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:51:38.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:51:38.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:51:38.645Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:51:38.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:51:38.647Z||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.
2021-08-23T02:51:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:51:48.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:51:48.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:52:38.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:52:38.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-23T02:52:38.645Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mui5I6W11EJ4BPaU) ...
2021-08-23T02:52:38.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:52:38.647Z||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.
2021-08-23T02:52:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:52:48.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:52:48.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:53:38.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:53:38.645Z||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.
2021-08-23T02:53:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:53:38.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:53:38.647Z||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.
2021-08-23T02:53:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:53:48.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:53:48.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:54:38.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:54:38.645Z||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.
2021-08-23T02:54:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:54:38.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:54:38.647Z||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.
2021-08-23T02:54:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:54:48.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:54:48.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:55:38.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:55:38.645Z||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.
2021-08-23T02:55:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:55:38.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:55:38.646Z||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.
2021-08-23T02:55:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:55:48.193Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:55:48.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:56:38.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:56:38.645Z||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.
2021-08-23T02:56:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:56:38.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:56:38.646Z||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.
2021-08-23T02:56:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:56:48.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:56:48.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:57:38.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:57:38.645Z||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.
2021-08-23T02:57:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:57:38.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:57:38.646Z||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.
2021-08-23T02:57:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:57:48.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:57:48.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:58:38.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:58:38.645Z||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.
2021-08-23T02:58:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:58:38.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:58:38.646Z||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.
2021-08-23T02:58:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:58:48.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:58:48.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:59:38.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:59:38.645Z||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.
2021-08-23T02:59:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:59:38.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T02:59:38.647Z||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.
2021-08-23T02:59:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T02:59:48.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T02:59:48.193Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:00:38.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:00:38.645Z||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.
2021-08-23T03:00:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:00:38.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:00:38.646Z||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.
2021-08-23T03:00:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:00:48.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:00:48.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:01:38.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:01:38.645Z||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.
2021-08-23T03:01:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:01:38.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:01:38.646Z||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.
2021-08-23T03:01:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:01:48.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:01:48.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:02:38.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:02:38.645Z||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.
2021-08-23T03:02:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:02:38.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:02:38.646Z||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.
2021-08-23T03:02:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:02:48.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:02:48.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:03:38.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:03:38.645Z||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.
2021-08-23T03:03:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:03:38.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:03:38.646Z||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.
2021-08-23T03:03:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:03:48.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:03:48.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:04:38.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:04:38.645Z||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.
2021-08-23T03:04:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:04:38.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:04:38.646Z||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.
2021-08-23T03:04:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:04:48.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:04:48.211Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:38.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:05:38.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:05:38.672Z||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.
2021-08-23T03:05:38.672Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:05:38.672Z||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.
2021-08-23T03:05:38.672Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:05:39.295Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:39.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e6d43498-8f36-4c1f-b9df-3ca95b2b0a18","serviceName":"vFW 2021-08-23 03-02-29","serviceVersion":"1.0","serviceUUID":"7417f463-0feb-4d68-9163-0eb18d380dbf","serviceDescription":"catalog service description","serviceInvariantUUID":"28f1ca86-bac8-4e7e-8849-304f7827e3bc","resources":[{"resourceInstanceName":"vFW f8c63870-1444 0","resourceName":"vFW f8c63870-1444","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1cf8612c-2726-4f06-8f6e-07beb7dc0f5b","resourceInvariantUUID":"4a3d2bb9-42b3-4cc1-ba08-c57c009a3bd1","resourceCustomizationUUID":"d2992aab-0cb4-426d-a721-c255314355e6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vf-license-model.xml","artifactChecksum":"ZTFhYzcxZjlmYTU4NTQ2M2NkZWZkNzNjNWE5NTU5OWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4e0eeced-6834-44f7-bc0d-be0b411da394","artifactVersion":"1"},{"artifactName":"vfwf8c6387014440_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json","artifactChecksum":"NDJjZWI2N2NlZDE5YzcxMjMzMTI4MjYwYWI5YjExZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a26eb136-c7b6-4dff-8667-6773926c0790","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"63428b9f-a9d5-4e6b-970f-45e3fea575e9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vendor-license-model.xml","artifactChecksum":"NWFiNjdlOWIzMzBjZDc2OTdhZDNlYjFmMTM5ZGNmOWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fcc76ead-e570-4e81-a900-a91d412b18f9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f51e2b7c-20ed-48ff-8341-c2a50c185503","artifactVersion":"2","generatedFromUUID":"63428b9f-a9d5-4e6b-970f-45e3fea575e9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210823030229-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-template.yml","artifactChecksum":"Yzg1ZmVhMzI3NWY0Njc4YmVhYWM5ODEzZGViYjkxMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae61b6a7-bf95-40e4-a699-c883a2578d54","artifactVersion":"1"},{"artifactName":"service-Vfw20210823030229-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar","artifactChecksum":"NmU3MDBmZDNiNWJiY2E2NDJlMmM4ZWE3ZWNhYzE2MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cab7b3e-3065-4a66-8b1a-d8d2e5752bd0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-23T03:05:39.302Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:39.304Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:05:39.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "cds",
"timestamp": 1629687902374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.311Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:05:39.319Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:05:39.319Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687938644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629687900666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629687901427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "policy-id",
"timestamp": 1629687900341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "cds",
"timestamp": 1629687902374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629687900666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json",
"status": "NOTIFIED"
}
2021-08-23T03:05:39.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629687901427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "policy-id",
"timestamp": 1629687900341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "cds",
"timestamp": 1629687902374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629687900666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-23T03:05:39.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629687901427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "policy-id",
"timestamp": 1629687900341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-23T03:05:39.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "cds",
"timestamp": 1629687902374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629687900666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629687901427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "policy-id",
"timestamp": 1629687900341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "aai-ml",
"timestamp": 1629687912301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "cds",
"timestamp": 1629687902374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629687900666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-23T03:05:39.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629687901427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "policy-id",
"timestamp": 1629687900341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "aai-ml",
"timestamp": 1629687912301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "cds",
"timestamp": 1629687902374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629687900666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629687901427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "policy-id",
"timestamp": 1629687900341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "aai-ml",
"timestamp": 1629687912301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "cds",
"timestamp": 1629687902374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:05:39.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629687900666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:05:39.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "ves-openapi-manager",
"timestamp": 1629687914888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629687901427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:05:39.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "policy-id",
"timestamp": 1629687900341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:05:39.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "aai-ml",
"timestamp": 1629687912301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "clamp",
"timestamp": 1629687915644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "ves-openapi-manager",
"timestamp": 1629687914888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "aai-ml",
"timestamp": 1629687912301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "clamp",
"timestamp": 1629687915644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json",
"status": "NOTIFIED"
}
2021-08-23T03:05:39.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "ves-openapi-manager",
"timestamp": 1629687914888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629687917638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:05:39.331Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:05:39.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "cds",
"timestamp": 1629687917652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:05:39.331Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:05:39.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629687917658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:05:39.331Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:05:39.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "policy-id",
"timestamp": 1629687917648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:05:39.332Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:05:39.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "aai-ml",
"timestamp": 1629687912301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "dcae-sch",
"timestamp": 1629687917591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "clamp",
"timestamp": 1629687915644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "ves-openapi-manager",
"timestamp": 1629687914888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "cds",
"timestamp": 1629687918665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-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=?
2021-08-23T03:05:39.419Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-08-23T03:05:39.423Z||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.
2021-08-23T03:05:39.423Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
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=?
2021-08-23T03:05:39.433Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:39.434Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-23T03:05:39.473Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e6d43498-8f36-4c1f-b9df-3ca95b2b0a18
2021-08-23T03:05:39.513Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6d43498-8f36-4c1f-b9df-3ca95b2b0a18 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 (?, ?, ?, ?, ?)
2021-08-23T03:05:39.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "policy-id",
"timestamp": 1629687918655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:05:39.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:05:39.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "aai-ml",
"timestamp": 1629687912301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:05:39.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "dcae-sch",
"timestamp": 1629687917591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "clamp",
"timestamp": 1629687915644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629687919546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:05:39.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:05:39.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "ves-openapi-manager",
"timestamp": 1629687914888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "policy-id",
"timestamp": 1629687919658,
"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=?
2021-08-23T03:05:39.565Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e6d43498-8f36-4c1f-b9df-3ca95b2b0a18
2021-08-23T03:05:39.565Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6d43498-8f36-4c1f-b9df-3ca95b2b0a18 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 (?, ?, ?, ?, ?)
2021-08-23T03:05:39.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "dcae-sch",
"timestamp": 1629687917591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "clamp",
"timestamp": 1629687915644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "ves-openapi-manager",
"timestamp": 1629687914888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "aai-ml",
"timestamp": 1629687920764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:05:39.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:05:39.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "dcae-sch",
"timestamp": 1629687917591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "clamp",
"timestamp": 1629687915644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629687921338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:05:39.577Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:05:39.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "ves-openapi-manager",
"timestamp": 1629687914888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "dcae-sch",
"timestamp": 1629687917591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "clamp",
"timestamp": 1629687915644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:05:39.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629687922442,
"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=?
2021-08-23T03:05:39.583Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e6d43498-8f36-4c1f-b9df-3ca95b2b0a18
2021-08-23T03:05:39.584Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6d43498-8f36-4c1f-b9df-3ca95b2b0a18 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-23T03:05:39.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629687922895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:05:39.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:05:39.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "dcae-sch",
"timestamp": 1629687917591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629687923446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json",
"status": "DEPLOY_OK"
}
2021-08-23T03:05:39.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:05:39.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629687923900,
"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=?
2021-08-23T03:05:39.599Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e6d43498-8f36-4c1f-b9df-3ca95b2b0a18
2021-08-23T03:05:39.600Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6d43498-8f36-4c1f-b9df-3ca95b2b0a18 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 (?, ?, ?, ?, ?)
2021-08-23T03:05:39.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "dcae-sch",
"timestamp": 1629687917591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:39.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:05:39.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "aai-ml",
"timestamp": 1629687933107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:05:39.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:05:39.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "aai-ml",
"timestamp": 1629687934111,
"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=?
2021-08-23T03:05:39.612Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e6d43498-8f36-4c1f-b9df-3ca95b2b0a18
2021-08-23T03:05:39.613Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6d43498-8f36-4c1f-b9df-3ca95b2b0a18 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 (?, ?, ?, ?, ?)
2021-08-23T03:05:39.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "clamp",
"timestamp": 1629687934515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:05:39.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:05:39.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "clamp",
"timestamp": 1629687936525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:05:39.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:05:39.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:05:39.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "clamp",
"timestamp": 1629687937530,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-23T03:05:39.661Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e6d43498-8f36-4c1f-b9df-3ca95b2b0a18
2021-08-23T03:05:39.661Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6d43498-8f36-4c1f-b9df-3ca95b2b0a18 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-23T03:05:40.323Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:05:40.324Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:05:40.326Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:05:40.326Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687938644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json",
"status": "NOTIFIED"
}
2021-08-23T03:05:40.426Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:05:40.427Z||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.
2021-08-23T03:05:40.427Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:05:40.438Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:40.438Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:05:41.327Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:05:41.327Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:05:41.329Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:05:41.329Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687938644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-23T03:05:41.429Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:05:41.430Z||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.
2021-08-23T03:05:41.430Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:05:41.441Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:41.441Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:05:42.329Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:05:42.330Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:05:42.332Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:05:42.332Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687938644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:42.432Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:05:42.432Z||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.
2021-08-23T03:05:42.432Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:05:42.445Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:42.446Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-23T03:05:43.332Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:05:43.333Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:05:43.335Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:05:43.335Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687938644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-23T03:05:43.435Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:05:43.435Z||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.
2021-08-23T03:05:43.436Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:05:43.454Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:43.454Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:05:44.335Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:05:44.336Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:05:44.337Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:05:44.337Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687938644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:05:44.437Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:05:44.438Z||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.
2021-08-23T03:05:44.438Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:05:44.448Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:44.448Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:05:45.338Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:05:45.338Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:05:45.340Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:05:45.340Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687938644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:05:45.440Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:05:45.441Z||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.
2021-08-23T03:05:45.441Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:05:45.453Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:45.453Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:05:46.342Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"serviceName": "vFW 2021-08-23 03-02-29",
"serviceVersion": "1.0",
"serviceUUID": "7417f463-0feb-4d68-9163-0eb18d380dbf",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "28f1ca86-bac8-4e7e-8849-304f7827e3bc",
"resources": [
{
"resourceInstanceName": "vFW f8c63870-1444 0",
"resourceCustomizationUUID": "d2992aab-0cb4-426d-a721-c255314355e6",
"resourceName": "vFW f8c63870-1444",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1cf8612c-2726-4f06-8f6e-07beb7dc0f5b",
"resourceInvariantUUID": "4a3d2bb9-42b3-4cc1-ba08-c57c009a3bd1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf8c6387014440_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json",
"artifactChecksum": "NDJjZWI2N2NlZDE5YzcxMjMzMTI4MjYwYWI5YjExZmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a26eb136-c7b6-4dff-8667-6773926c0790",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "63428b9f-a9d5-4e6b-970f-45e3fea575e9",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f51e2b7c-20ed-48ff-8341-c2a50c185503",
"generatedFromUUID": "63428b9f-a9d5-4e6b-970f-45e3fea575e9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f51e2b7c-20ed-48ff-8341-c2a50c185503",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210823030229-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"artifactChecksum": "NmU3MDBmZDNiNWJiY2E2NDJlMmM4ZWE3ZWNhYzE2MzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9cab7b3e-3065-4a66-8b1a-d8d2e5752bd0"
}
],
"workloadContext": "Production"
}
2021-08-23T03:05:46.346Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-23T03:05:46.346Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7417f463-0feb-4d68-9163-0eb18d380dbf ASDC
2021-08-23T03:05:46.499Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e6d43498-8f36-4c1f-b9df-3ca95b2b0a18
ServiceName:vFW 2021-08-23 03-02-29
ServiceVersion:1.0
ServiceUUID:7417f463-0feb-4d68-9163-0eb18d380dbf
ServiceInvariantUUID:28f1ca86-bac8-4e7e-8849-304f7827e3bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210823030229-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar
ArtifactUUID:9cab7b3e-3065-4a66-8b1a-d8d2e5752bd0
ArtifactChecksum:NmU3MDBmZDNiNWJiY2E2NDJlMmM4ZWE3ZWNhYzE2MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f8c63870-1444 0
ResourceCustomizationUUID:d2992aab-0cb4-426d-a721-c255314355e6
ResourceInvariantUUID:4a3d2bb9-42b3-4cc1-ba08-c57c009a3bd1
ResourceName:vFW f8c63870-1444
ResourceType:VF
ResourceUUID:1cf8612c-2726-4f06-8f6e-07beb7dc0f5b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf8c6387014440_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json
ArtifactUUID:a26eb136-c7b6-4dff-8667-6773926c0790
ArtifactChecksum:NDJjZWI2N2NlZDE5YzcxMjMzMTI4MjYwYWI5YjExZmE=
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/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml
ArtifactUUID:63428b9f-a9d5-4e6b-970f-45e3fea575e9
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/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env
ArtifactUUID:f51e2b7c-20ed-48ff-8341-c2a50c185503
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/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env
ArtifactUUID:f51e2b7c-20ed-48ff-8341-c2a50c185503
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-23T03:05:46.500Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7417f463-0feb-4d68-9163-0eb18d380dbf 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=?
2021-08-23T03:05:46.581Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-23T03:05:46.590Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-23T03:05:46.591Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-23T03:05:46.591Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9cab7b3e-3065-4a66-8b1a-d8d2e5752bd0 from URL: /sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:46.591Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-23T03:05:46.592Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:46.937Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-23T03:05:46.954Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar 9cab7b3e-3065-4a66-8b1a-d8d2e5752bd0 98707
2021-08-23T03:05:46.954Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar ASDC sendASDCNotification
2021-08-23T03:05:46.954Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:46.955Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-23T03:05:46.956Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:05:46.957Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:05:46.958Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687946954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:05:47.058Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:05:47.058Z||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.
2021-08-23T03:05:47.058Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:05:47.068Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:47.068Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:05:47.958Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-23T03:05:47.959Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-23T03:05:47.960Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9cab7b3e-3065-4a66-8b1a-d8d2e5752bd0, URL: /sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar to file: /app/ASDC/1/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:47.960Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210823030229-csar.csar
2021-08-23T03:05:48.077Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:48.077Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:48.441Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7895868592461177392/Definitions/service-Vfw20210823030229-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-08-23T03:05:50.868Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-23T03:05:50.875Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-23T03:05:50.876Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:50.876Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-23T03:05:50.876Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:50.877Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:50.877Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f8c63870-1444 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:50.877Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:50.877Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:50.878Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:50.878Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:50.878Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:50.878Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:50.878Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:50.879Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:50.879Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:50.879Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:50.879Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-23T03:05:50.887Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:50.889Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-23 03-02-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:05:50.892Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is matching search criteria
2021-08-23T03:05:50.893Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-23T03:05:50.894Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8c63870-1444 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-23T03:05:50.896Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:50.896Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-23 03-02-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:05:50.896Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is matching search criteria
2021-08-23T03:05:50.897Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-23T03:05:50.897Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8c63870-1444 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-23T03:05:50.897Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:50.897Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-23 03-02-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:05:50.902Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:50.902Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is not matching search criteria
2021-08-23T03:05:50.902Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-23T03:05:50.903Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-23T03:05:50.903Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-23T03:05:50.903Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-23T03:05:50.903Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-23T03:05:50.903Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-23T03:05:50.904Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-23T03:05:50.904Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-23T03:05:50.904Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-23T03:05:50.904Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-23T03:05:50.904Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-23T03:05:50.904Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-23T03:05:50.905Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-23T03:05:50.905Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-23T03:05:50.905Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-23T03:05:50.905Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-23T03:05:50.905Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:50.905Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-23 03-02-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-23T03:05:50.907Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:50.907Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is matching search criteria
2021-08-23T03:05:50.907Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8c63870-1444 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-23T03:05:50.907Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:50.908Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is matching search criteria
2021-08-23T03:05:50.908Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8c63870-1444 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-23T03:05:50.908Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:50.908Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is matching search criteria
2021-08-23T03:05:50.908Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8c63870-1444 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-23T03:05:50.909Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:50.909Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is not matching search criteria
2021-08-23T03:05:50.909Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-23T03:05:50.909Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-23T03:05:50.909Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-23T03:05:50.910Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-23T03:05:50.910Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-23T03:05:50.910Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-23T03:05:50.910Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-23T03:05:50.910Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-23T03:05:50.910Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-23T03:05:50.911Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-23T03:05:50.911Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-23T03:05:50.911Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c0e3df52-7b2b-4362-a114-47456fb3f56e
2021-08-23T03:05:50.911Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:50.911Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is not matching search criteria
2021-08-23T03:05:50.911Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-23T03:05:50.912Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-23T03:05:50.912Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-23T03:05:50.912Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-23T03:05:50.912Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-23T03:05:50.912Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-23T03:05:50.912Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-23T03:05:50.913Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-23T03:05:50.913Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-23T03:05:50.913Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-23T03:05:50.913Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-23T03:05:50.913Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-23T03:05:50.913Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=77673e5d-2e92-4259-bad1-01fa78641cce
2021-08-23T03:05:50.914Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:50.914Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is not matching search criteria
2021-08-23T03:05:50.914Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-23T03:05:50.914Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-23T03:05:50.914Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-23T03:05:50.915Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-23T03:05:50.915Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-23T03:05:50.915Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-23T03:05:50.915Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-23T03:05:50.915Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-23T03:05:50.915Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-23T03:05:50.916Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-23T03:05:50.916Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-23T03:05:50.916Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-23T03:05:50.916Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b23d9bc4-d4ee-4b26-9674-cdcbb94f3fe3
2021-08-23T03:05:50.916Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:50.917Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-23 03-02-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:05:50.917Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:50.917Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-23 03-02-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:05:50.917Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:50.917Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-23 03-02-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:05:50.917Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:50.918Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-23 03-02-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:05:50.918Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-08-23 03-02-29
Description:catalog service description
Model UUID:7417f463-0feb-4d68-9163-0eb18d380dbf
Model Version:NULL
Model InvariantUuid:28f1ca86-bac8-4e7e-8849-304f7827e3bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f8c63870-1444
Model UUID:b643e6ed-00ed-434b-a698-4928ca411754
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4a3d2bb9-42b3-4cc1-ba08-c57c009a3bd1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d2992aab-0cb4-426d-a721-c255314355e6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0e399b9b-9660-46dc-a78b-6777b1cc269f
ModelName:VfwF8c638701444..base_vfw..module-0
ModelUuid:5e14aa17-a878-462e-a620-70fc6938aa7d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c0e3df52-7b2b-4362-a114-47456fb3f56e
ModelInvariantUuid:967bcae0-b1f2-48d0-b913-848246ac5fda
ModelName:vFW f8c63870-1444-nodes.vfwCvfc
ModelUuid:18e3903a-9111-4474-8add-553e0ba950c9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0f6eceb7-36ff-48b4-a119-53a30d2149eb
ModelInvariantUuid:1ab45eee-4722-43a5-9be8-c605cb636de5
ModelName:VfwF8c638701444.compute.nodes.heat.vfw
ModelUuid:bb1ff5ff-4ca3-4679-952f-56176291b87c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:77673e5d-2e92-4259-bad1-01fa78641cce
ModelInvariantUuid:fc4d6e6a-2feb-468e-a67d-76944f327b4e
ModelName:vFW f8c63870-1444-nodes.vsnCvfc
ModelUuid:e6ec34ad-e1a6-4fab-aace-4dbd01669eef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0a70f507-68ca-46f4-b4dc-a9ac7ab5116e
ModelInvariantUuid:3ef6f396-de25-4298-843d-17821fcfb7b4
ModelName:VfwF8c638701444.compute.nodes.heat.vsn
ModelUuid:065e2267-5534-4b3a-b9d6-5e4e88c89d1c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b23d9bc4-d4ee-4b26-9674-cdcbb94f3fe3
ModelInvariantUuid:5ce52f17-2b5e-4dc1-a011-e497a6617e96
ModelName:vFW f8c63870-1444-nodes.vpgCvfc
ModelUuid:aea32f54-02c1-46db-8af5-a7124a94a9cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3c805959-4041-4049-bfbe-61de7ccccfc7
ModelInvariantUuid:a0f650fd-3a43-44da-a79b-5bff66b1cc7c
ModelName:VfwF8c638701444.compute.nodes.heat.vpg
ModelUuid:34310091-0808-47fc-84ae-c88edc0e40df
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-23T03:05:50.930Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 1cf8612c-2726-4f06-8f6e-07beb7dc0f5b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-23T03:05:51.030Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||vFW f8c63870-1444 0
2021-08-23T03:05:51.038Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1cf8612c-2726-4f06-8f6e-07beb7dc0f5b
2021-08-23T03:05:51.038Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a26eb136-c7b6-4dff-8667-6773926c0790 from URL: /sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json
2021-08-23T03:05:51.038Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-23T03:05:51.038Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json
2021-08-23T03:05:51.337Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-23T03:05:51.337Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json a26eb136-c7b6-4dff-8667-6773926c0790 785
2021-08-23T03:05:51.338Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json ASDC sendASDCNotification
2021-08-23T03:05:51.338Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json
2021-08-23T03:05:51.338Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-23T03:05:51.338Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:05:51.340Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:05:51.340Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687951338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:05:51.440Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:05:51.441Z||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.
2021-08-23T03:05:51.441Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:05:51.450Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:51.450Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:05:52.343Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF8c638701444..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0e399b9b-9660-46dc-a78b-6777b1cc269f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5e14aa17-a878-462e-a620-70fc6938aa7d",
"vfModuleModelCustomizationUUID": "ecaeec63-4e95-4bc5-a36e-f7f41298a01f",
"isBase": true,
"artifacts": [
"63428b9f-a9d5-4e6b-970f-45e3fea575e9",
"f51e2b7c-20ed-48ff-8341-c2a50c185503"
],
"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": ""
}
}
]
2021-08-23T03:05:52.362Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF8c638701444..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e14aa17-a878-462e-a620-70fc6938aa7d
VfModuleModelInvariantUUID:0e399b9b-9660-46dc-a78b-6777b1cc269f
VfModuleModelDescription:NULL
Artifacts UUID List:{
63428b9f-a9d5-4e6b-970f-45e3fea575e9
,
f51e2b7c-20ed-48ff-8341-c2a50c185503
}
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
}
2021-08-23T03:05:52.365Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF8c638701444..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0e399b9b-9660-46dc-a78b-6777b1cc269f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5e14aa17-a878-462e-a620-70fc6938aa7d",
"vfModuleModelCustomizationUUID": "ecaeec63-4e95-4bc5-a36e-f7f41298a01f",
"isBase": true,
"artifacts": [
"63428b9f-a9d5-4e6b-970f-45e3fea575e9",
"f51e2b7c-20ed-48ff-8341-c2a50c185503"
],
"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": ""
}
}
]
2021-08-23T03:05:52.365Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF8c638701444..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e14aa17-a878-462e-a620-70fc6938aa7d
VfModuleModelInvariantUUID:0e399b9b-9660-46dc-a78b-6777b1cc269f
VfModuleModelDescription:NULL
Artifacts UUID List:{
63428b9f-a9d5-4e6b-970f-45e3fea575e9
,
f51e2b7c-20ed-48ff-8341-c2a50c185503
}
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
}
2021-08-23T03:05:52.365Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 63428b9f-a9d5-4e6b-970f-45e3fea575e9 from URL: /sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml
2021-08-23T03:05:52.365Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-23T03:05:52.365Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml
2021-08-23T03:05:52.543Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-23T03:05:52.544Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml 63428b9f-a9d5-4e6b-970f-45e3fea575e9 20368
2021-08-23T03:05:52.544Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-23T03:05:52.544Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml
2021-08-23T03:05:52.544Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-23T03:05:52.544Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:05:52.546Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:05:52.546Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687952544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:05:52.646Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:05:52.646Z||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.
2021-08-23T03:05:52.647Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:05:52.658Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:52.659Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:05:53.547Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f51e2b7c-20ed-48ff-8341-c2a50c185503 from URL: /sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env
2021-08-23T03:05:53.547Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-23T03:05:53.547Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env
2021-08-23T03:05:54.193Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-23T03:05:54.194Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env f51e2b7c-20ed-48ff-8341-c2a50c185503 2098
2021-08-23T03:05:54.194Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-23T03:05:54.194Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env
2021-08-23T03:05:54.194Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-23T03:05:54.194Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:05:54.196Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:05:54.196Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687954194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:05:54.296Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:05:54.297Z||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.
2021-08-23T03:05:54.297Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:05:54.307Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:54.307Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:05:55.197Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7417f463-0feb-4d68-9163-0eb18d380dbf
2021-08-23T03:05:55.197Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f8c63870-1444 0 1cf8612c-2726-4f06-8f6e-07beb7dc0f5b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-23T03:05:55.235Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.235Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-23 03-02-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:05:55.235Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-08-23T03:05:55.235Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d2992aab-0cb4-426d-a721-c255314355e6
2021-08-23T03:05:55.235Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d2992aab-0cb4-426d-a721-c255314355e6 matches Tosca VF Customization UUID: d2992aab-0cb4-426d-a721-c255314355e6
2021-08-23T03:05:55.236Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d2992aab-0cb4-426d-a721-c255314355e6 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-23T03:05:55.240Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.240Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-23 03-02-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:05:55.241Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d2992aab-0cb4-426d-a721-c255314355e6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-08-23T03:05:55.241Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ffb7d1
2021-08-23T03:05:55.242Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.242Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-23 03-02-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-23T03:05:55.242Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ecaeec63-4e95-4bc5-a36e-f7f41298a01f
2021-08-23T03:05:55.243Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ecaeec63-4e95-4bc5-a36e-f7f41298a01f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-23T03:05:55.247Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.247Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is matching search criteria
2021-08-23T03:05:55.248Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8c63870-1444 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-23T03:05:55.248Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.248Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is matching search criteria
2021-08-23T03:05:55.249Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8c63870-1444 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-23T03:05:55.249Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.249Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is not matching search criteria
2021-08-23T03:05:55.249Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-23T03:05:55.249Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-23T03:05:55.249Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-23T03:05:55.249Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-23T03:05:55.249Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-23T03:05:55.250Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-23T03:05:55.250Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-23T03:05:55.250Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-23T03:05:55.250Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-23T03:05:55.250Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-23T03:05:55.250Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-23T03:05:55.250Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c0e3df52-7b2b-4362-a114-47456fb3f56e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-23T03:05:55.260Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.261Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is matching search criteria
2021-08-23T03:05:55.261Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8c63870-1444 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-23T03:05:55.261Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.261Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is not matching search criteria
2021-08-23T03:05:55.261Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-23T03:05:55.261Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-23T03:05:55.261Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-23T03:05:55.262Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-23T03:05:55.262Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-23T03:05:55.262Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-23T03:05:55.262Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-23T03:05:55.262Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-23T03:05:55.262Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-23T03:05:55.262Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-23T03:05:55.263Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-23T03:05:55.263Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-23T03:05:55.263Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=77673e5d-2e92-4259-bad1-01fa78641cce
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-23T03:05:55.264Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.264Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is matching search criteria
2021-08-23T03:05:55.265Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8c63870-1444 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-23T03:05:55.266Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.267Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is not matching search criteria
2021-08-23T03:05:55.267Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-23T03:05:55.267Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-23T03:05:55.267Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-23T03:05:55.267Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-23T03:05:55.267Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-23T03:05:55.267Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-23T03:05:55.267Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-23T03:05:55.268Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-23T03:05:55.268Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-23T03:05:55.268Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-23T03:05:55.268Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-23T03:05:55.268Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-23T03:05:55.268Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b23d9bc4-d4ee-4b26-9674-cdcbb94f3fe3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-23T03:05:55.270Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.270Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is matching search criteria
2021-08-23T03:05:55.270Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8c63870-1444 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-23T03:05:55.270Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.270Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Node template vFW f8c63870-1444 0 is matching search criteria
2021-08-23T03:05:55.271Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8c63870-1444 0] matching following query criteria: sdcType=VF, customizationUUID=d2992aab-0cb4-426d-a721-c255314355e6
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-23T03:05:55.272Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.272Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-23 03-02-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:05:55.272Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7417f463-0feb-4d68-9163-0eb18d380dbf: vFW f8c63870-1444
2021-08-23T03:05:55.272Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.273Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-23 03-02-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:05:55.273Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.273Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-23 03-02-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:05:55.273Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.273Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-23 03-02-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:05:55.273Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.274Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-23 03-02-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:05:55.274Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:05:55.274Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-23 03-02-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:05:55.274Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-08-23 03-02-29
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-08-23T03:05:55.539Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f8c63870-1444 1cf8612c-2726-4f06-8f6e-07beb7dc0f5b 1 ASDC deployResourceStructure
2021-08-23T03:05:55.539Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json ASDC sendASDCNotification
2021-08-23T03:05:55.539Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json
2021-08-23T03:05:55.539Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-23T03:05:55.539Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:05:55.541Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:05:55.541Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687955539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json",
"status": "DEPLOY_OK"
}
2021-08-23T03:05:55.641Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:05:55.642Z||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.
2021-08-23T03:05:55.642Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:05:55.654Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:55.655Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-23T03:05:56.542Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-23T03:05:56.543Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml
2021-08-23T03:05:56.543Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-23T03:05:56.543Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:05:56.545Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:05:56.545Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687956542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-23T03:05:56.645Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:05:56.646Z||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.
2021-08-23T03:05:56.646Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:05:56.657Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:56.658Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-23T03:05:57.546Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-23T03:05:57.546Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env
2021-08-23T03:05:57.547Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-23T03:05:57.547Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:05:57.548Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:05:57.548Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687957546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-23T03:05:57.648Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:05:57.649Z||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.
2021-08-23T03:05:57.649Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:05:57.658Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:57.658Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:05:58.549Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar ASDC sendASDCNotification
2021-08-23T03:05:58.549Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar
2021-08-23T03:05:58.550Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-23T03:05:58.550Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:05:58.551Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:05:58.551Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687958549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:05:58.651Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:05:58.652Z||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.
2021-08-23T03:05:58.652Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:05:58.662Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:05:58.662Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:05:59.552Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6d43498-8f36-4c1f-b9df-3ca95b2b0a18
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=?
2021-08-23T03:05:59.565Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6d43498-8f36-4c1f-b9df-3ca95b2b0a18
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=?
2021-08-23T03:05:59.568Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-23T03:05:59.568Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-23T03:05:59.569Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-23T03:05:59.569Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-23T03:05:59.569Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:05:59.569Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:05:59.569Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:05:59.569Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:05:59.569Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:05:59.569Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:05:59.569Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-23T03:05:59.573Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-23T03:06:29.574Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e6d43498-8f36-4c1f-b9df-3ca95b2b0a18 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=?
2021-08-23T03:06:29.582Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e6d43498-8f36-4c1f-b9df-3ca95b2b0a18 and serviceModelVersionId: 7417f463-0feb-4d68-9163-0eb18d380dbf
2021-08-23T03:06:29.582Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28f1ca86-bac8-4e7e-8849-304f7827e3bc
2021-08-23T03:06:38.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:06:38.647Z||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.
2021-08-23T03:06:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:06:38.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:06:38.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:06:38.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687938644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:06:38.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:06:40.276Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28f1ca86-bac8-4e7e-8849-304f7827e3bc/model-vers/model-ver/7417f463-0feb-4d68-9163-0eb18d380dbf?depth=0
2021-08-23T03:06:40.378Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-23T03:06:40.808Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/28f1ca86-bac8-4e7e-8849-304f7827e3bc/model-vers/model-ver/7417f463-0feb-4d68-9163-0eb18d380dbf?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]}
2021-08-23T03:06:40.811Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/28f1ca86-bac8-4e7e-8849-304f7827e3bc/model-vers/model-ver/7417f463-0feb-4d68-9163-0eb18d380dbf?depth=0|INFO|500||Invoke
2021-08-23T03:06:40.919Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/28f1ca86-bac8-4e7e-8849-304f7827e3bc/model-vers/model-ver/7417f463-0feb-4d68-9163-0eb18d380dbf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-23T03:06:41.249Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/28f1ca86-bac8-4e7e-8849-304f7827e3bc/model-vers/model-ver/7417f463-0feb-4d68-9163-0eb18d380dbf?depth=0|INFO|500||InvokeReturn
2021-08-23T03:06:41.250Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/28f1ca86-bac8-4e7e-8849-304f7827e3bc/model-vers/model-ver/7417f463-0feb-4d68-9163-0eb18d380dbf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210823-03:06:40:926-40210], vertex-id=[176208], Content-Length=[0], Date=[Mon, 23 Aug 2021 03:06:40 GMT], Content-Type=[application/json]}
2021-08-23T03:06:41.250Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-08-23T03:06:41.253Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-23T03:06:41.253Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-23T03:06:41.256Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-23T03:06:41.257Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e6d43498-8f36-4c1f-b9df-3ca95b2b0a18 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-23T03:06:41.257Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-23T03:06:41.258Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:06:41.259Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:06:41.259Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688001257,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-23T03:06:41.359Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:06:41.360Z||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.
2021-08-23T03:06:41.360Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:06:41.371Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:06:41.372Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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=?
2021-08-23T03:06:42.269Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:06:42.269Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|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.
2021-08-23T03:06:42.269Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:06:51.815Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:07:38.644Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:07:38.645Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|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.
2021-08-23T03:07:38.645Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:07:38.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:07:38.646Z||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.
2021-08-23T03:07:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:07:38.669Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:07:38.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:07:38.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687938644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json",
"status": "NOTIFIED"
}
2021-08-23T03:07:38.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:07:38.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:07:38.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687938644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-23T03:07:38.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:07:38.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:07:38.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687938644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:07:38.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:07:38.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:07:38.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687938644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-23T03:07:38.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:07:38.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:07:38.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687938644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:07:38.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:07:38.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:07:38.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687938644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:07:38.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-23T03:07:38.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:07:38.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687946954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:07:38.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:07:38.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:07:38.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687951338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:07:38.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:07:38.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:07:38.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687952544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:07:38.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:07:38.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:07:38.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687954194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:07:38.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:07:38.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:07:38.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687955539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/vfwf8c6387014440_modules.json",
"status": "DEPLOY_OK"
}
2021-08-23T03:07:38.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:07:38.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:07:38.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687956542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-23T03:07:38.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:07:38.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:07:38.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687957546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/resourceInstances/vfwf8c6387014440/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-23T03:07:38.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:07:38.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-23T03:07:38.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629687958549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210823030229/1.0/artifacts/service-Vfw20210823030229-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:07:38.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:07:48.190Z|e6d43498-8f36-4c1f-b9df-3ca95b2b0a18|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:08:38.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:08:38.645Z||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.
2021-08-23T03:08:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:08:38.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:08:38.646Z||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.
2021-08-23T03:08:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:08:39.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:08:39.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:08:39.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6d43498-8f36-4c1f-b9df-3ca95b2b0a18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688001257,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-23T03:08:39.169Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:08:48.188Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:09:38.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:09:38.645Z||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.
2021-08-23T03:09:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:09:38.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:09:38.646Z||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.
2021-08-23T03:09:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:09:48.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:09:48.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:10:38.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:10:38.645Z||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.
2021-08-23T03:10:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:10:38.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:10:38.646Z||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.
2021-08-23T03:10:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:10:48.222Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:10:48.223Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:11:38.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:11:38.645Z||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.
2021-08-23T03:11:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:11:38.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:11:38.646Z||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.
2021-08-23T03:11:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:11:48.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:11:48.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:12:38.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:12:38.645Z||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.
2021-08-23T03:12:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:12:38.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:12:38.646Z||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.
2021-08-23T03:12:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:12:48.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:12:48.193Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:13:38.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:13:38.645Z||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.
2021-08-23T03:13:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:13:38.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:13:38.647Z||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.
2021-08-23T03:13:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:13:48.185Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:13:48.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:14:38.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:14:38.645Z||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.
2021-08-23T03:14:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:14:38.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:14:38.646Z||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.
2021-08-23T03:14:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:14:48.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:14:48.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:15:38.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:15:38.645Z||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.
2021-08-23T03:15:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:15:38.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:15:38.646Z||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.
2021-08-23T03:15:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:15:48.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:15:48.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:16:38.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:16:38.645Z||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.
2021-08-23T03:16:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:16:38.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:16:38.646Z||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.
2021-08-23T03:16:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:16:48.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:16:48.230Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:17:38.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:17:38.645Z||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.
2021-08-23T03:17:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:17:38.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:17:38.646Z||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.
2021-08-23T03:17:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:17:48.188Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:17:48.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:18:38.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:18:38.645Z||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.
2021-08-23T03:18:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:18:38.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:18:38.646Z||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.
2021-08-23T03:18:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:18:48.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:18:48.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:19:38.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:19:38.645Z||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.
2021-08-23T03:19:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:19:38.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:19:38.646Z||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.
2021-08-23T03:19:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:19:48.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:19:48.194Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:20:38.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:20:38.645Z||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.
2021-08-23T03:20:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:20:38.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:20:38.646Z||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.
2021-08-23T03:20:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:20:48.188Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:20:48.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:21:38.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:21:38.645Z||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.
2021-08-23T03:21:38.645Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:21:38.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:21:38.646Z||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.
2021-08-23T03:21:38.646Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:21:39.215Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:21:39.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "clamp",
"timestamp": 1629688875644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "cds",
"timestamp": 1629688877374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688874888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "aai-ml",
"timestamp": 1629688872301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "policy-id",
"timestamp": 1629688880341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "dcae-sch",
"timestamp": 1629688877591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688880666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "aai-ml",
"timestamp": 1629688872301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "cds",
"timestamp": 1629688877374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688874888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "clamp",
"timestamp": 1629688875644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "policy-id",
"timestamp": 1629688880341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "dcae-sch",
"timestamp": 1629688877591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688880666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "aai-ml",
"timestamp": 1629688872301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688874888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "clamp",
"timestamp": 1629688875644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "cds",
"timestamp": 1629688877374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "policy-id",
"timestamp": 1629688880341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "dcae-sch",
"timestamp": 1629688877591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688880666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "aai-ml",
"timestamp": 1629688872301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688874888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "clamp",
"timestamp": 1629688875644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "cds",
"timestamp": 1629688877374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "policy-id",
"timestamp": 1629688880341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "dcae-sch",
"timestamp": 1629688877591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688880666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "aai-ml",
"timestamp": 1629688872301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688874888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "cds",
"timestamp": 1629688877374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "clamp",
"timestamp": 1629688875644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "policy-id",
"timestamp": 1629688880341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "dcae-sch",
"timestamp": 1629688877591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688880666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "aai-ml",
"timestamp": 1629688872301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688874888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-08-23T03:21:39.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "cds",
"timestamp": 1629688877374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "clamp",
"timestamp": 1629688875644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "policy-id",
"timestamp": 1629688880341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "dcae-sch",
"timestamp": 1629688877591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688880666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "aai-ml",
"timestamp": 1629688872301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688874888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "clamp",
"timestamp": 1629688875644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "cds",
"timestamp": 1629688877374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "policy-id",
"timestamp": 1629688880341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "dcae-sch",
"timestamp": 1629688877591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688880666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "aai-ml",
"timestamp": 1629688872301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688874888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "clamp",
"timestamp": 1629688875644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "cds",
"timestamp": 1629688877374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "policy-id",
"timestamp": 1629688880341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "dcae-sch",
"timestamp": 1629688877591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688880666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:21:39.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "aai-ml",
"timestamp": 1629688890102,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:21:39.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:21:39.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "policy-id",
"timestamp": 1629688890294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:21:39.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:21:39.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "cds",
"timestamp": 1629688890348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:21:39.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:21:39.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688890407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:21:39.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:21:39.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "policy-id",
"timestamp": 1629688891298,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:21:39.235Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:21:39.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "cds",
"timestamp": 1629688891354,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-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 (?, ?, ?, ?, ?)
2021-08-23T03:21:39.247Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
2021-08-23T03:21:39.248Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d76bd27-2a64-4bdf-9538-4d29390f8d0a 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 (?, ?, ?, ?, ?)
2021-08-23T03:21:39.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688891615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-08-23T03:21:39.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:21:39.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688891427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "policy-id",
"timestamp": 1629688892300,
"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=?
2021-08-23T03:21:39.259Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
2021-08-23T03:21:39.259Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d76bd27-2a64-4bdf-9538-4d29390f8d0a 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 (?, ?, ?, ?, ?)
2021-08-23T03:21:39.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688892618,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-23T03:21:39.270Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
2021-08-23T03:21:39.270Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d76bd27-2a64-4bdf-9538-4d29390f8d0a and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-23T03:21:39.273Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:21:39.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2d76bd27-2a64-4bdf-9538-4d29390f8d0a","serviceName":"Demo_pNF_U2WDwj1fHggmAWLcXQqt","serviceVersion":"1.0","serviceUUID":"c08e6c36-3042-4c52-a923-1a02eb60ac65","serviceDescription":"catalog service description","serviceInvariantUUID":"ef971848-f2e1-41bd-8ed2-e36620cdebd0","resources":[{"resourceInstanceName":"pNF 5e6828bb-7374 0","resourceName":"pNF 5e6828bb-7374","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0f155b61-32fb-481b-aefb-09a4697e02d5","resourceInvariantUUID":"7c19f41e-e9c8-4358-ad94-9b02b45834f2","resourceCustomizationUUID":"a4176a95-9c82-4196-8301-a908484bb25e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vf-license-model.xml","artifactChecksum":"OTNlNGVmZmY3NTcwYjdlODhjM2MzYTU4MmQxMzgzMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c701b2ff-db34-4555-b0ab-b086814f337f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/pNF.csar","artifactChecksum":"NTBhNzlmZWU2NWY1ZGE2MTE5ZTBmZjhkMjMzODAxZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15e319c3-0af5-43a4-bd30-985b1b76da59","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"27d23df5-f754-4e2e-9b28-5f092224d150","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vendor-license-model.xml","artifactChecksum":"ZTMyMzk4MzQ5ZTljZTMwNzhlOTg3NDQ5ZjliMWI1OGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"79bf912e-6233-4ab4-8250-7759f405c59d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"09e4a13d-a33a-47a3-96b6-e3531f8dbee2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"30e882cd-533e-440c-bb18-1daf95f7fc8e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfU2wdwj1fhggmawlcxqqt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-template.yml","artifactChecksum":"MjQ4ZDNiYjdiY2UxMmI2YTc0NmIxNjBjYzVkZjg1OTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c77d155f-207e-41e3-a027-2948068d3da2","artifactVersion":"1"},{"artifactName":"service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar","artifactChecksum":"ZWJhZjg1OGE5ZGJiNjFhMTBmMjM0YjQ1Y2M0YjEwNTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98510f8e-ac61-4c79-9935-e03002d4538a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-23T03:21:39.276Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:21:39.276Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:21:39.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688891427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688891427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.278Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:21:39.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.278Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688898644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "aai-ml",
"timestamp": 1629688894618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:21:39.278Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:21:39.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688891427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "aai-ml",
"timestamp": 1629688895621,
"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=?
2021-08-23T03:21:39.283Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
2021-08-23T03:21:39.283Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d76bd27-2a64-4bdf-9538-4d29390f8d0a 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 (?, ?, ?, ?, ?)
2021-08-23T03:21:39.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688891427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "clamp",
"timestamp": 1629688896601,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:21:39.290Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:21:39.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688891427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:21:39.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688891427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:39.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:21:39.378Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:21:39.379Z||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.
2021-08-23T03:21:39.379Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:21:39.389Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:21:39.389Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:21:40.278Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:21:40.279Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:21:40.280Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:21:40.280Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688898644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:40.380Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-23T03:21:40.381Z||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.
2021-08-23T03:21:40.381Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:21:40.390Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:21:40.390Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:21:41.281Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:21:41.281Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:21:41.283Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:21:41.283Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688898644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:41.383Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:21:41.384Z||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.
2021-08-23T03:21:41.384Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:21:41.393Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:21:41.393Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:21:42.283Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:21:42.284Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:21:42.286Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:21:42.286Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688898644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:42.386Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:21:42.387Z||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.
2021-08-23T03:21:42.387Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:21:42.396Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:21:42.397Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:21:43.287Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:21:43.287Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:21:43.289Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:21:43.289Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688898644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:43.389Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:21:43.389Z||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.
2021-08-23T03:21:43.389Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:21:43.400Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:21:43.400Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:21:44.289Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:21:44.290Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:21:44.291Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:21:44.291Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688898644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:44.392Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:21:44.392Z||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.
2021-08-23T03:21:44.392Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:21:44.403Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:21:44.404Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-23T03:21:45.292Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:21:45.293Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:21:45.295Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:21:45.295Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688898644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:21:45.395Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:21:45.396Z||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.
2021-08-23T03:21:45.396Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:21:45.407Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:21:45.407Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:21:46.295Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:21:46.296Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:21:46.298Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:21:46.299Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688898644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:21:46.399Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:21:46.399Z||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.
2021-08-23T03:21:46.400Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:21:46.410Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:21:46.411Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:21:47.300Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"serviceName": "Demo_pNF_U2WDwj1fHggmAWLcXQqt",
"serviceVersion": "1.0",
"serviceUUID": "c08e6c36-3042-4c52-a923-1a02eb60ac65",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ef971848-f2e1-41bd-8ed2-e36620cdebd0",
"resources": [
{
"resourceInstanceName": "pNF 5e6828bb-7374 0",
"resourceCustomizationUUID": "a4176a95-9c82-4196-8301-a908484bb25e",
"resourceName": "pNF 5e6828bb-7374",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "0f155b61-32fb-481b-aefb-09a4697e02d5",
"resourceInvariantUUID": "7c19f41e-e9c8-4358-ad94-9b02b45834f2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"artifactChecksum": "ZWJhZjg1OGE5ZGJiNjFhMTBmMjM0YjQ1Y2M0YjEwNTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "98510f8e-ac61-4c79-9935-e03002d4538a"
}
],
"workloadContext": "Production"
}
2021-08-23T03:21:47.300Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-23T03:21:47.300Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c08e6c36-3042-4c52-a923-1a02eb60ac65 ASDC
2021-08-23T03:21:47.300Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:2d76bd27-2a64-4bdf-9538-4d29390f8d0a
ServiceName:Demo_pNF_U2WDwj1fHggmAWLcXQqt
ServiceVersion:1.0
ServiceUUID:c08e6c36-3042-4c52-a923-1a02eb60ac65
ServiceInvariantUUID:ef971848-f2e1-41bd-8ed2-e36620cdebd0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
ArtifactUUID:98510f8e-ac61-4c79-9935-e03002d4538a
ArtifactChecksum:ZWJhZjg1OGE5ZGJiNjFhMTBmMjM0YjQ1Y2M0YjEwNTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5e6828bb-7374 0
ResourceCustomizationUUID:a4176a95-9c82-4196-8301-a908484bb25e
ResourceInvariantUUID:7c19f41e-e9c8-4358-ad94-9b02b45834f2
ResourceName:pNF 5e6828bb-7374
ResourceType:PNF
ResourceUUID:0f155b61-32fb-481b-aefb-09a4697e02d5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-08-23T03:21:47.301Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c08e6c36-3042-4c52-a923-1a02eb60ac65 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=?
2021-08-23T03:21:47.323Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-23T03:21:47.324Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-23T03:21:47.324Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-23T03:21:47.324Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 98510f8e-ac61-4c79-9935-e03002d4538a from URL: /sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
2021-08-23T03:21:47.324Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-23T03:21:47.324Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
2021-08-23T03:21:47.431Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-23T03:21:47.434Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar 98510f8e-ac61-4c79-9935-e03002d4538a 82541
2021-08-23T03:21:47.434Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar ASDC sendASDCNotification
2021-08-23T03:21:47.434Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
2021-08-23T03:21:47.434Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-23T03:21:47.435Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:21:47.436Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:21:47.436Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688907434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:21:47.537Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-23T03:21:47.537Z||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.
2021-08-23T03:21:47.537Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:21:47.546Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:21:47.547Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:21:48.437Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-23T03:21:48.438Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-23T03:21:48.438Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 98510f8e-ac61-4c79-9935-e03002d4538a, URL: /sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar to file: /app/ASDC/1/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
2021-08-23T03:21:48.438Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
2021-08-23T03:21:48.439Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
2021-08-23T03:21:48.439Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
2021-08-23T03:21:48.534Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5709198341635926515/Definitions/service-DemoPnfU2wdwj1fhggmawlcxqqt-template.yml
2021-08-23T03:21:49.215Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-23T03:21:49.215Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-23T03:21:49.215Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
2021-08-23T03:21:49.215Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-23T03:21:49.215Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||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-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
2021-08-23T03:21:49.215Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
2021-08-23T03:21:49.215Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||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-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
2021-08-23T03:21:49.215Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
2021-08-23T03:21:49.215Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
2021-08-23T03:21:49.215Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5e6828bb-7374 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-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
2021-08-23T03:21:49.216Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
2021-08-23T03:21:49.216Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-23T03:21:49.216Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:21:49.216Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_U2WDwj1fHggmAWLcXQqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:21:49.216Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Node template pNF 5e6828bb-7374 0 is matching search criteria
2021-08-23T03:21:49.216Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-23T03:21:49.216Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 5e6828bb-7374 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-23T03:21:49.216Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:21:49.216Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_U2WDwj1fHggmAWLcXQqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:21:49.217Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Node template pNF 5e6828bb-7374 0 is matching search criteria
2021-08-23T03:21:49.217Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-23T03:21:49.217Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 5e6828bb-7374 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-23T03:21:49.217Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:21:49.217Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_U2WDwj1fHggmAWLcXQqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:21:49.217Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:21:49.217Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_U2WDwj1fHggmAWLcXQqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:21:49.217Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:21:49.217Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_U2WDwj1fHggmAWLcXQqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:21:49.217Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:21:49.217Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_U2WDwj1fHggmAWLcXQqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:21:49.218Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:21:49.218Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_U2WDwj1fHggmAWLcXQqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:21:49.218Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_U2WDwj1fHggmAWLcXQqt
Description:catalog service description
Model UUID:c08e6c36-3042-4c52-a923-1a02eb60ac65
Model Version:NULL
Model InvariantUuid:ef971848-f2e1-41bd-8ed2-e36620cdebd0
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-23T03:21:49.222Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0f155b61-32fb-481b-aefb-09a4697e02d5
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-23T03:21:49.224Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||pNF 5e6828bb-7374 0
2021-08-23T03:21:49.225Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0f155b61-32fb-481b-aefb-09a4697e02d5
2021-08-23T03:21:49.225Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||No resources found for Service: c08e6c36-3042-4c52-a923-1a02eb60ac65
2021-08-23T03:21:49.225Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c08e6c36-3042-4c52-a923-1a02eb60ac65
2021-08-23T03:21:49.225Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5e6828bb-7374 0 0f155b61-32fb-481b-aefb-09a4697e02d5 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-23T03:21:49.228Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:21:49.228Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_U2WDwj1fHggmAWLcXQqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:21:49.228Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c08e6c36-3042-4c52-a923-1a02eb60ac65: pNF 5e6828bb-7374
2021-08-23T03:21:49.229Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||Processing PNF resource: 0f155b61-32fb-481b-aefb-09a4697e02d5
2021-08-23T03:21:49.229Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:21:49.229Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_U2WDwj1fHggmAWLcXQqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:21:49.229Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||Resource customization UUID: a4176a95-9c82-4196-8301-a908484bb25e is the same as notified resource customizationUUID: a4176a95-9c82-4196-8301-a908484bb25e
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-23T03:21:49.283Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5e6828bb-7374 0f155b61-32fb-481b-aefb-09a4697e02d5 0 ASDC deployResourceStructure
2021-08-23T03:21:49.283Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar ASDC sendASDCNotification
2021-08-23T03:21:49.283Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar
2021-08-23T03:21:49.283Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-23T03:21:49.284Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:21:49.285Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:21:49.285Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688909283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:21:49.385Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:21:49.386Z||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.
2021-08-23T03:21:49.386Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:21:49.396Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:21:49.396Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:21:50.286Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
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=?
2021-08-23T03:21:50.296Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
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=?
2021-08-23T03:21:50.300Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-23T03:21:50.300Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-23T03:21:50.300Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-23T03:21:50.300Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-23T03:22:20.300Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
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=?
2021-08-23T03:22:20.310Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
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=?
2021-08-23T03:22:20.313Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-23T03:22:20.313Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-23T03:22:20.313Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-23T03:22:20.313Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-23T03:22:38.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:22:38.647Z||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.
2021-08-23T03:22:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:22:38.667Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:22:38.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:22:38.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688891427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:22:38.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:22:50.313Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
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=?
2021-08-23T03:22:50.322Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
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=?
2021-08-23T03:22:50.324Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-23T03:22:50.324Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-23T03:22:50.324Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-23T03:22:50.324Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-23T03:23:20.324Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
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=?
2021-08-23T03:23:20.335Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
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=?
2021-08-23T03:23:20.338Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-23T03:23:20.338Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-23T03:23:20.338Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-23T03:23:20.338Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-23T03:23:38.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:23:38.647Z||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.
2021-08-23T03:23:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:23:38.667Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:23:38.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:23:38.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688898644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:23:38.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:23:50.338Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
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=?
2021-08-23T03:23:50.346Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
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=?
2021-08-23T03:23:50.349Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-23T03:23:50.349Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-23T03:23:50.349Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-23T03:23:50.349Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-23T03:24:20.349Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
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=?
2021-08-23T03:24:20.356Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
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=?
2021-08-23T03:24:20.358Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-23T03:24:20.359Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-23T03:24:20.359Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-23T03:24:20.359Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-23T03:24:38.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:24:38.647Z||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.
2021-08-23T03:24:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:24:38.667Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:24:38.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "clamp",
"timestamp": 1629688899602,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:24:38.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:24:38.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688898644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "clamp",
"timestamp": 1629688900606,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-23T03:24:38.674Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
2021-08-23T03:24:38.674Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d76bd27-2a64-4bdf-9538-4d29390f8d0a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-23T03:24:38.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688900845,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:24:38.682Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:24:38.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688898644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688898644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688902760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:24:38.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:24:38.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688898644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688903764,
"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=?
2021-08-23T03:24:38.687Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
2021-08-23T03:24:38.687Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d76bd27-2a64-4bdf-9538-4d29390f8d0a 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 (?, ?, ?, ?, ?)
2021-08-23T03:24:38.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688898644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/resourceInstances/pnf5e6828bb73740/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688898644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688898644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688907434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629688909283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU2wdwj1fhggmawlcxqqt/1.0/artifacts/service-DemoPnfU2wdwj1fhggmawlcxqqt-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688940666,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "policy-id",
"timestamp": 1629688940341,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688940666,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "policy-id",
"timestamp": 1629688940341,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688940666,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "policy-id",
"timestamp": 1629688940341,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688951427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688940666,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "policy-id",
"timestamp": 1629688940341,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "cds",
"timestamp": 1629688952374,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688951427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688940666,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "policy-id",
"timestamp": 1629688940341,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "cds",
"timestamp": 1629688952374,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688951427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688940666,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "policy-id",
"timestamp": 1629688940341,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "cds",
"timestamp": 1629688952374,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688951427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688940666,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688954888,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "policy-id",
"timestamp": 1629688940341,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "cds",
"timestamp": 1629688952374,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688951427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688940666,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688954888,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "policy-id",
"timestamp": 1629688940341,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "cds",
"timestamp": 1629688952374,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688951427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688954888,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "cds",
"timestamp": 1629688952374,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688951427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "dcae-sch",
"timestamp": 1629688957591,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOTIFIED"
}
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "policy-id",
"timestamp": 1629688958338,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688958439,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688954888,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:24:38.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:24:50.359Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
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=?
2021-08-23T03:24:50.370Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d76bd27-2a64-4bdf-9538-4d29390f8d0a
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=?
2021-08-23T03:24:50.372Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-23T03:24:50.373Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-23T03:24:50.373Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-23T03:24:50.373Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-23T03:24:50.373Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:24:50.373Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:24:50.373Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:24:50.373Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:24:50.373Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:24:50.373Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:24:50.373Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:24:50.373Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-23T03:24:50.378Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-23T03:25:20.378Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2d76bd27-2a64-4bdf-9538-4d29390f8d0a 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=?
2021-08-23T03:25:20.385Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2d76bd27-2a64-4bdf-9538-4d29390f8d0a and serviceModelVersionId: c08e6c36-3042-4c52-a923-1a02eb60ac65
2021-08-23T03:25:20.385Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef971848-f2e1-41bd-8ed2-e36620cdebd0
2021-08-23T03:25:20.386Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef971848-f2e1-41bd-8ed2-e36620cdebd0/model-vers/model-ver/c08e6c36-3042-4c52-a923-1a02eb60ac65?depth=0
2021-08-23T03:25:20.391Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-23T03:25:20.435Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef971848-f2e1-41bd-8ed2-e36620cdebd0/model-vers/model-ver/c08e6c36-3042-4c52-a923-1a02eb60ac65?depth=0|INFO|500||Invoke
2021-08-23T03:25:20.435Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef971848-f2e1-41bd-8ed2-e36620cdebd0/model-vers/model-ver/c08e6c36-3042-4c52-a923-1a02eb60ac65?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef971848-f2e1-41bd-8ed2-e36620cdebd0/model-vers/model-ver/c08e6c36-3042-4c52-a923-1a02eb60ac65?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2d76bd27-2a64-4bdf-9538-4d29390f8d0a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c40c9c9-570f-41d2-8ae8-ea3ec8d6e12b], X-ECOMP-RequestID=[2d76bd27-2a64-4bdf-9538-4d29390f8d0a], X-TransactionId=[], X-ONAP-RequestID=[2d76bd27-2a64-4bdf-9538-4d29390f8d0a], Content-Type=[application/merge-patch+json]}
2021-08-23T03:25:20.455Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef971848-f2e1-41bd-8ed2-e36620cdebd0/model-vers/model-ver/c08e6c36-3042-4c52-a923-1a02eb60ac65?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-23T03:25:20.757Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef971848-f2e1-41bd-8ed2-e36620cdebd0/model-vers/model-ver/c08e6c36-3042-4c52-a923-1a02eb60ac65?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef971848-f2e1-41bd-8ed2-e36620cdebd0/model-vers/model-ver/c08e6c36-3042-4c52-a923-1a02eb60ac65?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210823-03:25:20:464-89621], vertex-id=[180304], Content-Length=[0], Date=[Mon, 23 Aug 2021 03:25:20 GMT], Content-Type=[application/json]}
2021-08-23T03:25:20.757Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef971848-f2e1-41bd-8ed2-e36620cdebd0/model-vers/model-ver/c08e6c36-3042-4c52-a923-1a02eb60ac65?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-23T03:25:20.757Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef971848-f2e1-41bd-8ed2-e36620cdebd0/model-vers/model-ver/c08e6c36-3042-4c52-a923-1a02eb60ac65?depth=0|INFO|500||InvokeReturn
2021-08-23T03:25:20.758Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-23T03:25:20.758Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-23T03:25:20.762Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-23T03:25:20.762Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2d76bd27-2a64-4bdf-9538-4d29390f8d0a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-23T03:25:20.762Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-23T03:25:20.762Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:25:20.763Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:25:20.764Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2d76bd27-2a64-4bdf-9538-4d29390f8d0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689120762,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-23T03:25:20.864Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:25:20.864Z||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.
2021-08-23T03:25:20.864Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:20.876Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:20.877Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-23T03:25:21.775Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:25:21.775Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|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.
2021-08-23T03:25:21.775Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:26.061Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:26.062Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-23T03:25:26.062Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5d4cf73d-e2ba-4d38-9d13-9b78c3778057","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"3acf46ed-de4a-48f9-a99c-6b0dc1278980","serviceDescription":"service","serviceInvariantUUID":"7152efef-ed15-4b4b-bb5e-c4d3878131fb","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b865c127-dc72-4e54-9926-c0f9c654be21","resourceInvariantUUID":"98eb44b1-3a99-4276-97d6-66ed384710bc","resourceCustomizationUUID":"b5bc99a5-7413-44bb-b041-08caf4756545","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"05a77d2e-9d0f-4a55-a7fa-9fc6202c4da9","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"M2MwYWRhMjdlZmFkYzI4MTIwZDgzYzRiYmRiODdiNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac3aa135-4a14-4483-9500-a0a893aecdae","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"M2YwZmE5MjY0ZTA5YmZiZGM2ZTkzN2RiODg3MzVhNjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2f7c9862-5cb5-40ec-9b8a-f64c8d986245","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cae0223e-a732-48c5-9fe7-7c442607b38a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"98bd4274-e396-446a-a58e-2af33ccb0c5f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2739e64a-60de-4d8b-86e0-13a2d5f3ed5d","artifactVersion":"2","generatedFromUUID":"cae0223e-a732-48c5-9fe7-7c442607b38a"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YzFhMTcyZmEwZTBkNjFhZjdmMTkyMTUyMmUwMmVjN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b22a114e-68aa-4cc4-bda8-4c30c7510b53","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YWM3ZTI0OGI2NjJiYWQyNzBkMGEyYmNiNDY0ZTkzNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"458a1370-aca3-4f9e-8f94-9b1f022e2963","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-23T03:25:26.064Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:25:26.064Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:25:26.066Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:25:26.066Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689121775,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:26.166Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:25:26.166Z||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.
2021-08-23T03:25:26.167Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:26.178Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:26.178Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:25:27.066Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:25:27.067Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:25:27.069Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:25:27.069Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689121775,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:27.169Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:25:27.170Z||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.
2021-08-23T03:25:27.170Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:27.181Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:27.181Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:25:28.069Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:25:28.070Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:25:28.071Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:25:28.072Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689121775,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-08-23T03:25:28.172Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:25:28.172Z||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.
2021-08-23T03:25:28.172Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:28.183Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:28.183Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:25:29.072Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:25:29.072Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:25:29.074Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:25:29.074Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689121775,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-23T03:25:29.174Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:25:29.175Z||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.
2021-08-23T03:25:29.175Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:29.184Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:29.185Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:25:30.074Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:25:30.075Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:25:30.076Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:25:30.077Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689121775,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:30.177Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:25:30.177Z||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.
2021-08-23T03:25:30.177Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:30.188Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:30.189Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:25:31.077Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:25:31.078Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:25:31.079Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:25:31.079Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689121775,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-23T03:25:31.179Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:25:31.180Z||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.
2021-08-23T03:25:31.180Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:31.187Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:31.188Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:25:32.080Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:25:32.080Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:25:32.082Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:25:32.082Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689121775,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:32.182Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:25:32.182Z||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.
2021-08-23T03:25:32.182Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:32.191Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:32.191Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:25:33.082Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:25:33.083Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:25:33.084Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:25:33.084Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689121775,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:25:33.184Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:25:33.185Z||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.
2021-08-23T03:25:33.185Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:33.195Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:33.195Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:25:34.085Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "3acf46ed-de4a-48f9-a99c-6b0dc1278980",
"serviceDescription": "service",
"serviceInvariantUUID": "7152efef-ed15-4b4b-bb5e-c4d3878131fb",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "b5bc99a5-7413-44bb-b041-08caf4756545",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b865c127-dc72-4e54-9926-c0f9c654be21",
"resourceInvariantUUID": "98eb44b1-3a99-4276-97d6-66ed384710bc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basicclamp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"artifactChecksum": "M2YwZmE5MjY0ZTA5YmZiZGM2ZTkzN2RiODg3MzVhNjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2f7c9862-5cb5-40ec-9b8a-f64c8d986245",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cae0223e-a732-48c5-9fe7-7c442607b38a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2739e64a-60de-4d8b-86e0-13a2d5f3ed5d",
"generatedFromUUID": "cae0223e-a732-48c5-9fe7-7c442607b38a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2739e64a-60de-4d8b-86e0-13a2d5f3ed5d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "YWM3ZTI0OGI2NjJiYWQyNzBkMGEyYmNiNDY0ZTkzNjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "458a1370-aca3-4f9e-8f94-9b1f022e2963"
}
],
"workloadContext": "Production"
}
2021-08-23T03:25:34.085Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-23T03:25:34.085Z|2d76bd27-2a64-4bdf-9538-4d29390f8d0a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3acf46ed-de4a-48f9-a99c-6b0dc1278980 ASDC
2021-08-23T03:25:34.086Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5d4cf73d-e2ba-4d38-9d13-9b78c3778057
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:3acf46ed-de4a-48f9-a99c-6b0dc1278980
ServiceInvariantUUID:7152efef-ed15-4b4b-bb5e-c4d3878131fb
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:458a1370-aca3-4f9e-8f94-9b1f022e2963
ArtifactChecksum:YWM3ZTI0OGI2NjJiYWQyNzBkMGEyYmNiNDY0ZTkzNjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:b5bc99a5-7413-44bb-b041-08caf4756545
ResourceInvariantUUID:98eb44b1-3a99-4276-97d6-66ed384710bc
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:b865c127-dc72-4e54-9926-c0f9c654be21
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:2f7c9862-5cb5-40ec-9b8a-f64c8d986245
ArtifactChecksum:M2YwZmE5MjY0ZTA5YmZiZGM2ZTkzN2RiODg3MzVhNjU=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cae0223e-a732-48c5-9fe7-7c442607b38a
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:2739e64a-60de-4d8b-86e0-13a2d5f3ed5d
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:2739e64a-60de-4d8b-86e0-13a2d5f3ed5d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-23T03:25:34.086Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3acf46ed-de4a-48f9-a99c-6b0dc1278980 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 (?, ?, ?, ?, ?)
2021-08-23T03:25:34.110Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-23T03:25:34.110Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-23T03:25:34.110Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-23T03:25:34.110Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 458a1370-aca3-4f9e-8f94-9b1f022e2963 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-23T03:25:34.111Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-23T03:25:34.111Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-23T03:25:35.042Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-23T03:25:35.044Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 458a1370-aca3-4f9e-8f94-9b1f022e2963 73369
2021-08-23T03:25:35.044Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-08-23T03:25:35.045Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-23T03:25:35.045Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-23T03:25:35.045Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:25:35.046Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:25:35.046Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689135044,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:35.146Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:25:35.147Z||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.
2021-08-23T03:25:35.147Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:35.155Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:35.155Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:25:36.047Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-23T03:25:36.047Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-23T03:25:36.047Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 458a1370-aca3-4f9e-8f94-9b1f022e2963, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-23T03:25:36.048Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-08-23T03:25:36.048Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-23T03:25:36.048Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-23T03:25:36.133Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4243327851341136527/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-08-23T03:25:37.016Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-23T03:25:37.016Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-23T03:25:37.017Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-23T03:25:37.017Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-23T03:25:37.017Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-23T03:25:37.017Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-23T03:25:37.017Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-23T03:25:37.017Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-23T03:25:37.017Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-23T03:25:37.017Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-23T03:25:37.017Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-23T03:25:37.017Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-23T03:25:37.017Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-23T03:25:37.017Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-23T03:25:37.017Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:37.017Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:25:37.017Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-23T03:25:37.017Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-23T03:25:37.017Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-23T03:25:37.018Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:37.018Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:25:37.018Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-23T03:25:37.018Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-23T03:25:37.018Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-23T03:25:37.018Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:37.018Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:25:37.018Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:37.018Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-23T03:25:37.019Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-23T03:25:37.019Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-23T03:25:37.019Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-23T03:25:37.019Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-23T03:25:37.019Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-23T03:25:37.019Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:37.019Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-23T03:25:37.019Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:37.019Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-23T03:25:37.019Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-23T03:25:37.020Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:37.020Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-23T03:25:37.020Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-23T03:25:37.020Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:37.020Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-23T03:25:37.020Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-23T03:25:37.020Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:37.020Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-23T03:25:37.020Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-23T03:25:37.020Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-23T03:25:37.020Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=527c52b8-b115-4137-acfd-16be1b94f257
2021-08-23T03:25:37.021Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:37.021Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:25:37.021Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:37.021Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:25:37.021Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:37.021Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:25:37.021Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:37.021Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:25:37.021Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basicclamp
Description:service
Model UUID:3acf46ed-de4a-48f9-a99c-6b0dc1278980
Model Version:NULL
Model InvariantUuid:7152efef-ed15-4b4b-bb5e-c4d3878131fb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basicclamp
Model UUID:69202e2b-0509-46f7-8027-1f3ece342eff
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:98eb44b1-3a99-4276-97d6-66ed384710bc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b5bc99a5-7413-44bb-b041-08caf4756545
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:36813cdb-2934-42a7-b61a-7902f5d6b51e
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:56e58f1a-25fa-4d67-9cec-42cee972c023
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:527c52b8-b115-4137-acfd-16be1b94f257
ModelInvariantUuid:84224efb-ce3d-4c67-8b9c-472fd37ac805
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:8ed9162a-d560-471d-b112-0871a30c33dc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:166f5292-1313-435d-87b0-0eabd40cde92
ModelInvariantUuid:75df50cb-52fe-4c2a-a894-434405afc414
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:33812948-37d3-4298-b8d3-29e2640121d6
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-23T03:25:37.027Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: b865c127-dc72-4e54-9926-c0f9c654be21
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-23T03:25:37.029Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||basicclamp 0
2021-08-23T03:25:37.029Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b865c127-dc72-4e54-9926-c0f9c654be21
2021-08-23T03:25:37.029Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2f7c9862-5cb5-40ec-9b8a-f64c8d986245 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-23T03:25:37.029Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-23T03:25:37.029Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-23T03:25:37.730Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-23T03:25:37.730Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2f7c9862-5cb5-40ec-9b8a-f64c8d986245 790
2021-08-23T03:25:37.730Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-08-23T03:25:37.731Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-23T03:25:37.731Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-23T03:25:37.731Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:25:37.732Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:25:37.732Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689137730,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:37.832Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-23T03:25:37.833Z||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.
2021-08-23T03:25:37.833Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:37.844Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:37.845Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-23T03:25:38.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-23T03:25:38.646Z||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.
2021-08-23T03:25:38.647Z||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 mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:38.664Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:38.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "cds",
"timestamp": 1629688952374,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688951427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "dcae-sch",
"timestamp": 1629688957591,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "policy-id",
"timestamp": 1629688959341,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:38.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688954888,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688959947,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "cds",
"timestamp": 1629688952374,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "dcae-sch",
"timestamp": 1629688957591,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "policy-id",
"timestamp": 1629688960344,
"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=?
2021-08-23T03:25:38.679Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d4cf73d-e2ba-4d38-9d13-9b78c3778057
2021-08-23T03:25:38.679Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d4cf73d-e2ba-4d38-9d13-9b78c3778057 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 (?, ?, ?, ?, ?)
2021-08-23T03:25:38.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688954888,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688960842,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "dcae-sch",
"timestamp": 1629688957591,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688954888,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688961731,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "policy-id",
"timestamp": 1629688961346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "cds",
"timestamp": 1629688962039,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "dcae-sch",
"timestamp": 1629688957591,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688954888,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688962752,
"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=?
2021-08-23T03:25:38.692Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d4cf73d-e2ba-4d38-9d13-9b78c3778057
2021-08-23T03:25:38.693Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d4cf73d-e2ba-4d38-9d13-9b78c3778057 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-23T03:25:38.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "aai-ml",
"timestamp": 1629688962301,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688962975,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:38.699Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "policy-id",
"timestamp": 1629688961346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "cds",
"timestamp": 1629688963043,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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=?
2021-08-23T03:25:38.703Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5d4cf73d-e2ba-4d38-9d13-9b78c3778057
2021-08-23T03:25:38.704Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d4cf73d-e2ba-4d38-9d13-9b78c3778057 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 (?, ?, ?, ?, ?)
2021-08-23T03:25:38.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "dcae-sch",
"timestamp": 1629688957591,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688963756,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:38.711Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "aai-ml",
"timestamp": 1629688962301,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688963979,
"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=?
2021-08-23T03:25:38.716Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5d4cf73d-e2ba-4d38-9d13-9b78c3778057
2021-08-23T03:25:38.716Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d4cf73d-e2ba-4d38-9d13-9b78c3778057 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 (?, ?, ?, ?, ?)
2021-08-23T03:25:38.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "policy-id",
"timestamp": 1629688961346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "dcae-sch",
"timestamp": 1629688957591,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "aai-ml",
"timestamp": 1629688962301,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "policy-id",
"timestamp": 1629688961346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "dcae-sch",
"timestamp": 1629688957591,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688964759,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "aai-ml",
"timestamp": 1629688962301,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "policy-id",
"timestamp": 1629688961346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "clamp",
"timestamp": 1629688965644,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688964759,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "aai-ml",
"timestamp": 1629688962301,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "policy-id",
"timestamp": 1629688961346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "clamp",
"timestamp": 1629688965644,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688964759,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "aai-ml",
"timestamp": 1629688962301,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "dcae-sch",
"timestamp": 1629688967967,
"artifactURL": "/sdc/v1/catalog/services/3acf46ed-de4a-48f9-a99c-6b0dc1278980/resourceInstances/basicclamp0/artifacts/05a77d2e-9d0f-4a55-a7fa-9fc6202c4da9",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "cds",
"timestamp": 1629688967374,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "policy-id",
"timestamp": 1629688961346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "clamp",
"timestamp": 1629688965644,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688964759,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "aai-ml",
"timestamp": 1629688962301,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "cds",
"timestamp": 1629688967374,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "dcae-sch",
"timestamp": 1629688969169,
"artifactURL": "/sdc/v1/catalog/services/3acf46ed-de4a-48f9-a99c-6b0dc1278980/resourceInstances/basicclamp0/artifacts/05a77d2e-9d0f-4a55-a7fa-9fc6202c4da9",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "clamp",
"timestamp": 1629688965644,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688964759,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "policy-id",
"timestamp": 1629688969697,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "aai-ml",
"timestamp": 1629688962301,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "cds",
"timestamp": 1629688967374,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "dcae-sch",
"timestamp": 1629688970173,
"artifactURL": "/sdc/v1/catalog/services/3acf46ed-de4a-48f9-a99c-6b0dc1278980/resourceInstances/basicclamp0/artifacts/05a77d2e-9d0f-4a55-a7fa-9fc6202c4da9",
"status": "COMPONENT_DONE_OK",
"componentName": "service-change-handler"
}
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=?
2021-08-23T03:25:38.731Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 5d4cf73d-e2ba-4d38-9d13-9b78c3778057
2021-08-23T03:25:38.731Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d4cf73d-e2ba-4d38-9d13-9b78c3778057 and ComponentName service-change-handler
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=?
2021-08-23T03:25:38.733Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "36813cdb-2934-42a7-b61a-7902f5d6b51e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "56e58f1a-25fa-4d67-9cec-42cee972c023",
"vfModuleModelCustomizationUUID": "af47d735-3bc6-4e2c-a235-6a97ada50d5e",
"isBase": true,
"artifacts": [
"cae0223e-a732-48c5-9fe7-7c442607b38a",
"2739e64a-60de-4d8b-86e0-13a2d5f3ed5d"
],
"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": ""
}
}
]
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-23T03:25:38.736Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56e58f1a-25fa-4d67-9cec-42cee972c023
VfModuleModelInvariantUUID:36813cdb-2934-42a7-b61a-7902f5d6b51e
VfModuleModelDescription:NULL
Artifacts UUID List:{
cae0223e-a732-48c5-9fe7-7c442607b38a
,
2739e64a-60de-4d8b-86e0-13a2d5f3ed5d
}
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
}
2021-08-23T03:25:38.737Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "36813cdb-2934-42a7-b61a-7902f5d6b51e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "56e58f1a-25fa-4d67-9cec-42cee972c023",
"vfModuleModelCustomizationUUID": "af47d735-3bc6-4e2c-a235-6a97ada50d5e",
"isBase": true,
"artifacts": [
"cae0223e-a732-48c5-9fe7-7c442607b38a",
"2739e64a-60de-4d8b-86e0-13a2d5f3ed5d"
],
"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": ""
}
}
]
2021-08-23T03:25:38.737Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56e58f1a-25fa-4d67-9cec-42cee972c023
VfModuleModelInvariantUUID:36813cdb-2934-42a7-b61a-7902f5d6b51e
VfModuleModelDescription:NULL
Artifacts UUID List:{
cae0223e-a732-48c5-9fe7-7c442607b38a
,
2739e64a-60de-4d8b-86e0-13a2d5f3ed5d
}
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
}
2021-08-23T03:25:38.737Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cae0223e-a732-48c5-9fe7-7c442607b38a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-23T03:25:38.738Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-23T03:25:38.738Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-23T03:25:38.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "clamp",
"timestamp": 1629688965644,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688964759,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "policy-id",
"timestamp": 1629688970700,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:38.738Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "cds",
"timestamp": 1629688967374,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "dcae-sch",
"timestamp": 1629688957591,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "clamp",
"timestamp": 1629688965644,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688964759,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "aai-ml",
"timestamp": 1629688971718,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.739Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "policy-id",
"timestamp": 1629688971704,
"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=?
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 (?, ?, ?, ?, ?)
2021-08-23T03:25:38.749Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7985e5b-ea21-4adc-aa22-9a47881781de
2021-08-23T03:25:38.749Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7985e5b-ea21-4adc-aa22-9a47881781de 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 (?, ?, ?, ?, ?)
2021-08-23T03:25:38.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "cds",
"timestamp": 1629688967374,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "dcae-sch",
"timestamp": 1629688957591,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "clamp",
"timestamp": 1629688965644,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688973006,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "cds",
"timestamp": 1629688967374,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "dcae-sch",
"timestamp": 1629688957591,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "clamp",
"timestamp": 1629688965644,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "cds",
"timestamp": 1629688967374,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "dcae-sch",
"timestamp": 1629688957591,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688975025,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "dcae-sch",
"timestamp": 1629688957591,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688974888,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "dcae-sch",
"timestamp": 1629688957591,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688974888,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "cds",
"timestamp": 1629688977041,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "dcae-sch",
"timestamp": 1629688957591,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688977437,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688974888,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "cds",
"timestamp": 1629688978046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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=?
2021-08-23T03:25:38.762Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7985e5b-ea21-4adc-aa22-9a47881781de
2021-08-23T03:25:38.762Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7985e5b-ea21-4adc-aa22-9a47881781de 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 (?, ?, ?, ?, ?)
2021-08-23T03:25:38.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688978453,
"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=?
2021-08-23T03:25:38.774Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7985e5b-ea21-4adc-aa22-9a47881781de
2021-08-23T03:25:38.774Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7985e5b-ea21-4adc-aa22-9a47881781de and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-23T03:25:38.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688974888,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "aai-ml",
"timestamp": 1629688979237,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:38.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688979456,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:38.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688974888,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "clamp",
"timestamp": 1629688979610,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "aai-ml",
"timestamp": 1629688980241,
"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=?
2021-08-23T03:25:38.784Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5d4cf73d-e2ba-4d38-9d13-9b78c3778057
2021-08-23T03:25:38.784Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d4cf73d-e2ba-4d38-9d13-9b78c3778057 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 (?, ?, ?, ?, ?)
2021-08-23T03:25:38.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688974888,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "clamp",
"timestamp": 1629688980613,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.791Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "aai-ml",
"timestamp": 1629688962301,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688974888,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688981427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "aai-ml",
"timestamp": 1629688962301,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "dcae-sch",
"timestamp": 1629688978201,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688980666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "clamp",
"timestamp": 1629688982677,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "policy-id",
"timestamp": 1629688980341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "cds",
"timestamp": 1629688982374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688981427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "aai-ml",
"timestamp": 1629688962301,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629688980666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "dcae-sch",
"timestamp": 1629688978201,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "clamp",
"timestamp": 1629688983680,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "policy-id",
"timestamp": 1629688980341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "cds",
"timestamp": 1629688982374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688981427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "aai-ml",
"timestamp": 1629688962301,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "clamp",
"timestamp": 1629688984685,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-23T03:25:38.798Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5d4cf73d-e2ba-4d38-9d13-9b78c3778057
2021-08-23T03:25:38.799Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d4cf73d-e2ba-4d38-9d13-9b78c3778057 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-23T03:25:38.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688981427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "policy-id",
"timestamp": 1629688985144,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "aai-ml",
"timestamp": 1629688962301,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "cds",
"timestamp": 1629688985340,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "clamp",
"timestamp": 1629688965644,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688981427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "policy-id",
"timestamp": 1629688986150,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "aai-ml",
"timestamp": 1629688962301,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.807Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "cds",
"timestamp": 1629688986344,
"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 (?, ?, ?, ?, ?)
2021-08-23T03:25:38.817Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5a7bed1c-42ca-46e9-9afe-fc33eb9164ad
2021-08-23T03:25:38.817Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a7bed1c-42ca-46e9-9afe-fc33eb9164ad 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 (?, ?, ?, ?, ?)
2021-08-23T03:25:38.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "clamp",
"timestamp": 1629688965644,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688981427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "policy-id",
"timestamp": 1629688987152,
"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=?
2021-08-23T03:25:38.833Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a7bed1c-42ca-46e9-9afe-fc33eb9164ad
2021-08-23T03:25:38.834Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a7bed1c-42ca-46e9-9afe-fc33eb9164ad 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 (?, ?, ?, ?, ?)
2021-08-23T03:25:38.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "aai-ml",
"timestamp": 1629688962301,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "clamp",
"timestamp": 1629688965644,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688981427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "aai-ml",
"timestamp": 1629688988450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.840Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "clamp",
"timestamp": 1629688965644,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688989526,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.841Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "clamp",
"timestamp": 1629688965644,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "clamp",
"timestamp": 1629688965644,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688991626,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:38.841Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "clamp",
"timestamp": 1629688965644,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629688992629,
"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=?
2021-08-23T03:25:38.844Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7985e5b-ea21-4adc-aa22-9a47881781de
2021-08-23T03:25:38.844Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7985e5b-ea21-4adc-aa22-9a47881781de 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 (?, ?, ?, ?, ?)
2021-08-23T03:25:38.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688994888,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "aai-ml",
"timestamp": 1629688996033,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:38.851Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1629688994888,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "aai-ml",
"timestamp": 1629688997036,
"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=?
2021-08-23T03:25:38.854Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7985e5b-ea21-4adc-aa22-9a47881781de
2021-08-23T03:25:38.854Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7985e5b-ea21-4adc-aa22-9a47881781de 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 (?, ?, ?, ?, ?)
2021-08-23T03:25:38.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "aai-ml",
"timestamp": 1629688998039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "aai-ml",
"timestamp": 1629688998039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "aai-ml",
"timestamp": 1629689001432,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "clamp",
"timestamp": 1629689003612,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "clamp",
"timestamp": 1629689004622,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:38.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "aai-ml",
"timestamp": 1629689004735,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:38.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "clamp",
"timestamp": 1629689005625,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-23T03:25:38.865Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e7985e5b-ea21-4adc-aa22-9a47881781de
2021-08-23T03:25:38.865Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7985e5b-ea21-4adc-aa22-9a47881781de and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-23T03:25:38.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "aai-ml",
"timestamp": 1629689005737,
"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=?
2021-08-23T03:25:38.875Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5a7bed1c-42ca-46e9-9afe-fc33eb9164ad
2021-08-23T03:25:38.875Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a7bed1c-42ca-46e9-9afe-fc33eb9164ad 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 (?, ?, ?, ?, ?)
2021-08-23T03:25:38.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "clamp",
"timestamp": 1629689006628,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "clamp",
"timestamp": 1629689006628,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629689011427,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:25:38.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629689011427,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:25:38.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-23T03:25:38.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629689014830,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.883Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629689016285,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:38.883Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "clamp",
"timestamp": 1629689016614,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:38.883Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-23T03:25:38.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-23T03:25:38.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a7bed1c-42ca-46e9-9afe-fc33eb9164ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629689017289,
"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=?
2021-08-23T03:25:38.887Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5a7bed1c-42ca-46e9-9afe-fc33eb9164ad
2021-08-23T03:25:38.887Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a7bed1c-42ca-46e9-9afe-fc33eb9164ad 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 (?, ?, ?, ?, ?)
2021-08-23T03:25:39.439Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-23T03:25:39.440Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml cae0223e-a732-48c5-9fe7-7c442607b38a 5033
2021-08-23T03:25:39.440Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-23T03:25:39.440Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-23T03:25:39.440Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-23T03:25:39.440Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:25:39.441Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:25:39.442Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689139440,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:39.542Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:25:39.542Z||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.
2021-08-23T03:25:39.542Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:39.552Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:39.552Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:25:40.442Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2739e64a-60de-4d8b-86e0-13a2d5f3ed5d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-23T03:25:40.443Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-23T03:25:40.443Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-23T03:25:41.238Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-23T03:25:41.238Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2739e64a-60de-4d8b-86e0-13a2d5f3ed5d 909
2021-08-23T03:25:41.239Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-23T03:25:41.239Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-23T03:25:41.239Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-23T03:25:41.239Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:25:41.240Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:25:41.240Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689141239,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:25:41.341Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:25:41.341Z||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.
2021-08-23T03:25:41.341Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:41.352Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:41.352Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:25:42.241Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3acf46ed-de4a-48f9-a99c-6b0dc1278980
2021-08-23T03:25:42.241Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 b865c127-dc72-4e54-9926-c0f9c654be21 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-23T03:25:42.251Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:42.251Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:25:42.251Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-08-23T03:25:42.252Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b5bc99a5-7413-44bb-b041-08caf4756545
2021-08-23T03:25:42.252Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5bc99a5-7413-44bb-b041-08caf4756545 matches Tosca VF Customization UUID: b5bc99a5-7413-44bb-b041-08caf4756545
2021-08-23T03:25:42.252Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b5bc99a5-7413-44bb-b041-08caf4756545 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-23T03:25:42.253Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:42.253Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:25:42.254Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b5bc99a5-7413-44bb-b041-08caf4756545: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-08-23T03:25:42.254Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20e67d4c
2021-08-23T03:25:42.254Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:42.254Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-23T03:25:42.254Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : af47d735-3bc6-4e2c-a235-6a97ada50d5e
2021-08-23T03:25:42.254Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID af47d735-3bc6-4e2c-a235-6a97ada50d5e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-23T03:25:42.256Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:42.256Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-23T03:25:42.256Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-23T03:25:42.256Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:42.256Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-23T03:25:42.256Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-23T03:25:42.257Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:42.257Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-23T03:25:42.257Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-23T03:25:42.257Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-23T03:25:42.257Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=527c52b8-b115-4137-acfd-16be1b94f257
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-23T03:25:42.259Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:42.259Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-23T03:25:42.259Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-23T03:25:42.259Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:42.259Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-23T03:25:42.259Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=b5bc99a5-7413-44bb-b041-08caf4756545
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-23T03:25:42.260Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:42.260Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:25:42.260Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3acf46ed-de4a-48f9-a99c-6b0dc1278980: basicclamp
2021-08-23T03:25:42.261Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:42.261Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:25:42.261Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:42.261Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:25:42.261Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:42.261Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:25:42.261Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:42.261Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:25:42.261Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:25:42.261Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:25:42.261Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||Saving Service: basicclamp
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-08-23T03:25:42.312Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp b865c127-dc72-4e54-9926-c0f9c654be21 1 ASDC deployResourceStructure
2021-08-23T03:25:42.312Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-08-23T03:25:42.312Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-23T03:25:42.312Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-23T03:25:42.312Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:25:42.314Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:25:42.314Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689142312,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:42.414Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:25:42.414Z||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.
2021-08-23T03:25:42.414Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:42.424Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:42.425Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:25:43.314Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-23T03:25:43.315Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-23T03:25:43.315Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-23T03:25:43.315Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:25:43.316Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:25:43.316Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689143314,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:43.416Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:25:43.417Z||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.
2021-08-23T03:25:43.417Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:43.425Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:43.425Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:25:44.317Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-23T03:25:44.317Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-23T03:25:44.317Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-23T03:25:44.317Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:25:44.319Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:25:44.319Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689144317,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:44.419Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:25:44.419Z||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.
2021-08-23T03:25:44.419Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:44.429Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:44.429Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:25:45.320Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-08-23T03:25:45.320Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-23T03:25:45.320Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-23T03:25:45.320Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:25:45.321Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:25:45.321Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689145319,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-23T03:25:45.422Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:25:45.422Z||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.
2021-08-23T03:25:45.422Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:25:45.432Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:25:45.432Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:25:46.322Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d4cf73d-e2ba-4d38-9d13-9b78c3778057
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=?
2021-08-23T03:25:46.332Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d4cf73d-e2ba-4d38-9d13-9b78c3778057
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=?
2021-08-23T03:25:46.334Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-23T03:25:46.334Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-23T03:25:46.334Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-23T03:25:46.334Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-23T03:25:46.335Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:25:46.335Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:25:46.335Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:25:46.335Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:25:46.335Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:25:46.335Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:25:46.335Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-23T03:25:46.335Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-23T03:25:46.339Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-23T03:26:16.340Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5d4cf73d-e2ba-4d38-9d13-9b78c3778057 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=?
2021-08-23T03:26:16.344Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5d4cf73d-e2ba-4d38-9d13-9b78c3778057 and serviceModelVersionId: 3acf46ed-de4a-48f9-a99c-6b0dc1278980
2021-08-23T03:26:16.344Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7152efef-ed15-4b4b-bb5e-c4d3878131fb
2021-08-23T03:26:16.345Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7152efef-ed15-4b4b-bb5e-c4d3878131fb/model-vers/model-ver/3acf46ed-de4a-48f9-a99c-6b0dc1278980?depth=0
2021-08-23T03:26:16.349Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-23T03:26:16.384Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7152efef-ed15-4b4b-bb5e-c4d3878131fb/model-vers/model-ver/3acf46ed-de4a-48f9-a99c-6b0dc1278980?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]}
2021-08-23T03:26:16.384Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7152efef-ed15-4b4b-bb5e-c4d3878131fb/model-vers/model-ver/3acf46ed-de4a-48f9-a99c-6b0dc1278980?depth=0|INFO|500||Invoke
2021-08-23T03:26:16.403Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7152efef-ed15-4b4b-bb5e-c4d3878131fb/model-vers/model-ver/3acf46ed-de4a-48f9-a99c-6b0dc1278980?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-23T03:26:16.917Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7152efef-ed15-4b4b-bb5e-c4d3878131fb/model-vers/model-ver/3acf46ed-de4a-48f9-a99c-6b0dc1278980?depth=0|INFO|500||InvokeReturn
2021-08-23T03:26:16.917Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7152efef-ed15-4b4b-bb5e-c4d3878131fb/model-vers/model-ver/3acf46ed-de4a-48f9-a99c-6b0dc1278980?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210823-03:26:16:409-48954], vertex-id=[364704], Content-Length=[0], Date=[Mon, 23 Aug 2021 03:26:16 GMT], Content-Type=[application/json]}
2021-08-23T03:26:16.917Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-08-23T03:26:16.918Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-23T03:26:16.918Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-23T03:26:16.921Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-23T03:26:16.921Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5d4cf73d-e2ba-4d38-9d13-9b78c3778057 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-23T03:26:16.921Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-23T03:26:16.921Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:26:16.922Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:26:16.922Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d4cf73d-e2ba-4d38-9d13-9b78c3778057",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689176921,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-23T03:26:17.022Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:26:17.023Z||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.
2021-08-23T03:26:17.023Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:26:17.035Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:26:17.035Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 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=?
2021-08-23T03:26:17.933Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-23T03:26:17.934Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7985e5b-ea21-4adc-aa22-9a47881781de","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"07c219d9-9498-475f-8613-5a1f8163e95a","serviceDescription":"service","serviceInvariantUUID":"81ec1e1b-d287-48da-9b17-298cecd5821d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f44b77b-3ce9-4c88-8624-f2a03515779d","resourceInvariantUUID":"79f03e88-0e4f-47f4-a931-f65ffecd1a4e","resourceCustomizationUUID":"282ef3c5-3530-4f92-b268-807cf88f3531","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"M2IwNDEyZTA2OGI0Nzc2ZTlkMmQ0ZTkwOTVhMzllMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8dd7100a-4eb5-4b81-bea2-1b1d809d1412","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YzRkYThjYTRjNjJhMDIxOWI4YjFlYzczYThlMDRlNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d730cfc-c2d6-4137-91f6-885ed5c5dfeb","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c07a2682-e50d-456a-98ab-e798ab942d1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1a03666c-7c51-40af-8b89-3d3c8104a9f9","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"31b70760-d029-4a54-b75b-72544430af66","artifactVersion":"2","generatedFromUUID":"c07a2682-e50d-456a-98ab-e798ab942d1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"N2RkNWU3ZjQzOGIxMDdlYjE5ZDk4NGNlYjQ5NDA3NTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"56bb6cf6-6414-4327-a5dc-d2398ec4d033","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzMxZjVhZGVmYWYzNjUwMDZjOWYwY2Q3Njk0ZTI3YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a9319f4-f8a6-4f9c-affe-c221e0ad6514","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-23T03:26:17.934Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:26:17.934Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:26:17.935Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:26:17.935Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689121775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:26:18.036Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:26:18.036Z||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.
2021-08-23T03:26:18.036Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:26:18.047Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:26:18.047Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-23T03:26:18.936Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:26:18.937Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:26:18.938Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:26:18.938Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689121775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-23T03:26:19.039Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-23T03:26:19.039Z||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.
2021-08-23T03:26:19.039Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:26:19.049Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:26:19.049Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:26:19.939Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:26:19.939Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:26:19.941Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:26:19.941Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689121775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-23T03:26:20.041Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:26:20.042Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-23T03:26:20.042Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:26:20.052Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:26:20.053Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:26:20.941Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:26:20.942Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:26:20.943Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:26:20.943Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689121775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:26:21.044Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:26:21.045Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-23T03:26:21.045Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:26:21.054Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:26:21.055Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:26:21.944Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:26:21.944Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:26:21.946Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:26:21.946Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689121775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-23T03:26:22.046Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:26:22.046Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-23T03:26:22.046Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:26:22.056Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:26:22.056Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:26:22.946Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:26:22.947Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:26:22.948Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:26:22.948Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689121775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-23T03:26:23.048Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:26:23.049Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-23T03:26:23.049Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:26:23.059Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:26:23.060Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-23T03:26:23.949Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-23T03:26:23.949Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:26:23.951Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:26:23.951Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689121775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-23T03:26:24.052Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-23T03:26:24.052Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-23T03:26:24.052Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:26:24.063Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:26:24.064Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-23T03:26:24.952Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "07c219d9-9498-475f-8613-5a1f8163e95a",
"serviceDescription": "service",
"serviceInvariantUUID": "81ec1e1b-d287-48da-9b17-298cecd5821d",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "282ef3c5-3530-4f92-b268-807cf88f3531",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7f44b77b-3ce9-4c88-8624-f2a03515779d",
"resourceInvariantUUID": "79f03e88-0e4f-47f4-a931-f65ffecd1a4e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "YzRkYThjYTRjNjJhMDIxOWI4YjFlYzczYThlMDRlNmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0d730cfc-c2d6-4137-91f6-885ed5c5dfeb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c07a2682-e50d-456a-98ab-e798ab942d1c",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "31b70760-d029-4a54-b75b-72544430af66",
"generatedFromUUID": "c07a2682-e50d-456a-98ab-e798ab942d1c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "31b70760-d029-4a54-b75b-72544430af66",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YzMxZjVhZGVmYWYzNjUwMDZjOWYwY2Q3Njk0ZTI3YmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4a9319f4-f8a6-4f9c-affe-c221e0ad6514"
}
],
"workloadContext": "Production"
}
2021-08-23T03:26:24.953Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-23T03:26:24.953Z|5d4cf73d-e2ba-4d38-9d13-9b78c3778057|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07c219d9-9498-475f-8613-5a1f8163e95a ASDC
2021-08-23T03:26:24.953Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e7985e5b-ea21-4adc-aa22-9a47881781de
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:07c219d9-9498-475f-8613-5a1f8163e95a
ServiceInvariantUUID:81ec1e1b-d287-48da-9b17-298cecd5821d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:4a9319f4-f8a6-4f9c-affe-c221e0ad6514
ArtifactChecksum:YzMxZjVhZGVmYWYzNjUwMDZjOWYwY2Q3Njk0ZTI3YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:282ef3c5-3530-4f92-b268-807cf88f3531
ResourceInvariantUUID:79f03e88-0e4f-47f4-a931-f65ffecd1a4e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7f44b77b-3ce9-4c88-8624-f2a03515779d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:0d730cfc-c2d6-4137-91f6-885ed5c5dfeb
ArtifactChecksum:YzRkYThjYTRjNjJhMDIxOWI4YjFlYzczYThlMDRlNmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:c07a2682-e50d-456a-98ab-e798ab942d1c
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:31b70760-d029-4a54-b75b-72544430af66
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:31b70760-d029-4a54-b75b-72544430af66
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-23T03:26:24.953Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07c219d9-9498-475f-8613-5a1f8163e95a 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=?
2021-08-23T03:26:24.979Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-23T03:26:24.980Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-23T03:26:24.980Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-23T03:26:24.980Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4a9319f4-f8a6-4f9c-affe-c221e0ad6514 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-23T03:26:24.980Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-23T03:26:24.980Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-23T03:26:25.331Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-23T03:26:25.333Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4a9319f4-f8a6-4f9c-affe-c221e0ad6514 70848
2021-08-23T03:26:25.334Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-23T03:26:25.334Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-23T03:26:25.334Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-23T03:26:25.334Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:26:25.336Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:26:25.336Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689185334,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:26:25.436Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:26:25.436Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-23T03:26:25.437Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:26:25.445Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:26:25.446Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-23T03:26:26.336Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-23T03:26:26.337Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-23T03:26:26.337Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4a9319f4-f8a6-4f9c-affe-c221e0ad6514, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-23T03:26:26.337Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-23T03:26:26.338Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-23T03:26:26.338Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-23T03:26:26.639Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16123395829058878316/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-08-23T03:26:27.440Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-23T03:26:27.441Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-23T03:26:27.441Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-23T03:26:27.441Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-23T03:26:27.441Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-23T03:26:27.441Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-23T03:26:27.441Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-23T03:26:27.441Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-23T03:26:27.441Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-23T03:26:27.441Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-23T03:26:27.441Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-23T03:26:27.441Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-23T03:26:27.441Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-23T03:26:27.441Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-23T03:26:27.441Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:26:27.441Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:26:27.442Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-23T03:26:27.442Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-23T03:26:27.442Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-23T03:26:27.442Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:26:27.442Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:26:27.442Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-23T03:26:27.442Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-23T03:26:27.442Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-23T03:26:27.442Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:26:27.442Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:26:27.443Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:26:27.443Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-23T03:26:27.443Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-23T03:26:27.443Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-23T03:26:27.443Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-23T03:26:27.443Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-23T03:26:27.443Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-23T03:26:27.443Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:26:27.443Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-23T03:26:27.443Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:26:27.443Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-23T03:26:27.444Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-23T03:26:27.444Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:26:27.444Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-23T03:26:27.444Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-23T03:26:27.444Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:26:27.444Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-23T03:26:27.444Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-23T03:26:27.444Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:26:27.444Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-23T03:26:27.444Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-23T03:26:27.444Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-23T03:26:27.445Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=991a3a3b-9cd3-43e7-a72a-a5b3f01747ed
2021-08-23T03:26:27.445Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:26:27.445Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:26:27.445Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:26:27.445Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:26:27.445Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:26:27.445Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:26:27.445Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-23T03:26:27.445Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-23T03:26:27.445Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:07c219d9-9498-475f-8613-5a1f8163e95a
Model Version:NULL
Model InvariantUuid:81ec1e1b-d287-48da-9b17-298cecd5821d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:957d9870-c5a7-4ccf-ad9b-fbdfa4a66823
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:79f03e88-0e4f-47f4-a931-f65ffecd1a4e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:282ef3c5-3530-4f92-b268-807cf88f3531
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dd76ab07-40b2-4f18-810a-c7e6852a10a8
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:55d73075-dc72-411e-bce8-9746c12887c9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:991a3a3b-9cd3-43e7-a72a-a5b3f01747ed
ModelInvariantUuid:2c5b82da-5583-4487-8c24-96d3d0993ff7
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:a7eb2d82-8bc9-42e5-866a-c3c6678ea0ed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:ef4b127a-af7f-431d-9733-cd8b2d17764c
ModelInvariantUuid:4e7f0b89-2264-4fb9-808e-84e8465a7ab9
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:53aa5049-9a48-4d09-bb6f-970b6b273077
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-23T03:26:27.451Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7f44b77b-3ce9-4c88-8624-f2a03515779d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-23T03:26:27.453Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||basic_vm 0
2021-08-23T03:26:27.453Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7f44b77b-3ce9-4c88-8624-f2a03515779d
2021-08-23T03:26:27.453Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0d730cfc-c2d6-4137-91f6-885ed5c5dfeb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-23T03:26:27.453Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-23T03:26:27.453Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-23T03:26:27.602Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-23T03:26:27.603Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 0d730cfc-c2d6-4137-91f6-885ed5c5dfeb 787
2021-08-23T03:26:27.603Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-08-23T03:26:27.603Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-23T03:26:27.603Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-23T03:26:27.603Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:26:27.604Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:26:27.604Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689187603,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:26:27.705Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:26:27.705Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-23T03:26:27.705Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:26:27.716Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:26:27.717Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:26:28.605Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "dd76ab07-40b2-4f18-810a-c7e6852a10a8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "55d73075-dc72-411e-bce8-9746c12887c9",
"vfModuleModelCustomizationUUID": "4acc4535-a72a-4675-a34b-599171a16aaa",
"isBase": true,
"artifacts": [
"c07a2682-e50d-456a-98ab-e798ab942d1c",
"31b70760-d029-4a54-b75b-72544430af66"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-23T03:26:28.607Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:55d73075-dc72-411e-bce8-9746c12887c9
VfModuleModelInvariantUUID:dd76ab07-40b2-4f18-810a-c7e6852a10a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
c07a2682-e50d-456a-98ab-e798ab942d1c
,
31b70760-d029-4a54-b75b-72544430af66
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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
}
2021-08-23T03:26:28.609Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "dd76ab07-40b2-4f18-810a-c7e6852a10a8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "55d73075-dc72-411e-bce8-9746c12887c9",
"vfModuleModelCustomizationUUID": "4acc4535-a72a-4675-a34b-599171a16aaa",
"isBase": true,
"artifacts": [
"c07a2682-e50d-456a-98ab-e798ab942d1c",
"31b70760-d029-4a54-b75b-72544430af66"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-23T03:26:28.609Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:55d73075-dc72-411e-bce8-9746c12887c9
VfModuleModelInvariantUUID:dd76ab07-40b2-4f18-810a-c7e6852a10a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
c07a2682-e50d-456a-98ab-e798ab942d1c
,
31b70760-d029-4a54-b75b-72544430af66
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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
}
2021-08-23T03:26:28.609Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c07a2682-e50d-456a-98ab-e798ab942d1c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-23T03:26:28.609Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-23T03:26:28.610Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-23T03:26:28.913Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-23T03:26:28.914Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c07a2682-e50d-456a-98ab-e798ab942d1c 5033
2021-08-23T03:26:28.914Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-23T03:26:28.914Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-23T03:26:28.914Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-23T03:26:28.915Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:26:28.916Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:26:28.916Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689188914,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:26:29.016Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:26:29.017Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-23T03:26:29.017Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:26:29.025Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:26:29.026Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:26:29.917Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 31b70760-d029-4a54-b75b-72544430af66 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-23T03:26:29.917Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-23T03:26:29.917Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-23T03:26:30.494Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-23T03:26:30.494Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 31b70760-d029-4a54-b75b-72544430af66 903
2021-08-23T03:26:30.494Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-23T03:26:30.494Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-23T03:26:30.494Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-23T03:26:30.494Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-23T03:26:30.496Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-23T03:26:30.496Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e7985e5b-ea21-4adc-aa22-9a47881781de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629689190494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-08-23T03:26:30.596Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-23T03:26:30.596Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-23T03:26:30.597Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mui5I6W11EJ4BPaU) ...
2021-08-23T03:26:30.607Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-23T03:26:30.607Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-23T03:26:31.496Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 07c219d9-9498-475f-8613-5a1f8163e95a
2021-08-23T03:26:31.497Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7f44b77b-3ce9-4c88-8624-f2a03515779d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-23T03:26:31.506Z|e7985e5b-ea21-4adc-aa22-9a47881781de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery