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-24T01:53:17.487Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-jpbgh with PID 14 (/app/app.jar started by so in /app)
2021-08-24T01:53:17.492Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-24T01:53:17.492Z||main|||||INFO|500||The following profiles are active: basic
2021-08-24T01:53:23.538Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-24T01:53:23.539Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-24T01:53:23.614Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-24T01:53:24.828Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-24T01:53:24.948Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-24T01:53:25.207Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-24T01:53:25.212Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-24T01:53:25.273Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-24T01:53:25.426Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-24T01:53:25.741Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-24T01:53:26.544Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-24T01:53:27.923Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-24T01:53:27.952Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-24T01:53:28.318Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-24T01:53:28.482Z||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-24T01:53:29.313Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-24T01:53:30.107Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-24T01:53:30.122Z||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$$afaf231c.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-24T01:53:30.123Z||main|||||WARN|500||The sdc end point is not alive
2021-08-24T01:53:31.783Z||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-24T01:53:33.432Z||main|||||WARN|500||---
2021-08-24T01:53:33.432Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-24T01:53:33.432Z||main|||||WARN|500||---
2021-08-24T01:53:33.654Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-24T01:53:35.951Z||main|||||INFO|500||Started Application in 20.043 seconds (JVM running for 20.87)
2021-08-24T01:53:35.969Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T01:53:35.970Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T01:53:35.978Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T01:53:35.998Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T01:53:36.070Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dfc1611a-3891-4444-a066-682d18e6c211 url= /sdc/v1/artifactTypes
2021-08-24T01:53:36.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T01:53:37.139Z||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.22.213] 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-24T01:53:37.146Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54b6aaf
2021-08-24T01:53:37.147Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-24T01:53:37.156Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-24T01:53:37.158Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-24T01:53:37.160Z||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-24T01:54:25.948Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T01:54:25.951Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T01:54:25.952Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T01:54:25.958Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T01:54:25.964Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 521ce985-7409-414e-a3ad-e6bf375843be url= /sdc/v1/artifactTypes
2021-08-24T01:54:25.964Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T01:54:26.999Z||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.22.213] 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-24T01:54:27.000Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22ff797e
2021-08-24T01:54:27.001Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-24T01:54:27.002Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-24T01:54:27.002Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-24T01:54:27.003Z||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-24T01:55:15.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T01:55:15.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T01:55:15.948Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T01:55:15.953Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T01:55:15.958Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 930d4391-5612-46d3-8351-445857b8ed1e url= /sdc/v1/artifactTypes
2021-08-24T01:55:15.959Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T01:55:16.982Z||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.22.213] 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-24T01:55:16.984Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b104b0a
2021-08-24T01:55:16.984Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-24T01:55:16.984Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-24T01:55:16.985Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-24T01:55:16.985Z||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-24T01:56:05.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T01:56:05.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T01:56:05.948Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T01:56:05.954Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T01:56:05.960Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 17f63929-36fb-4b98-96f3-805babea0bdf url= /sdc/v1/artifactTypes
2021-08-24T01:56:05.961Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T01:56:06.998Z||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.22.213] 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-24T01:56:07.000Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d35e3aa
2021-08-24T01:56:07.000Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-24T01:56:07.001Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-24T01:56:07.001Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-24T01:56:07.003Z||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-24T01:56:55.948Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T01:56:55.949Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T01:56:55.949Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T01:56:55.954Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T01:56:55.960Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1f0f7b41-837e-4b28-a10b-f101abb19beb url= /sdc/v1/artifactTypes
2021-08-24T01:56:55.960Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T01:56:56.982Z||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.22.213] 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-24T01:56:56.982Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4925b728
2021-08-24T01:56:56.983Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-24T01:56:56.983Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-24T01:56:56.983Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-24T01:56:56.984Z||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-24T01:57:45.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T01:57:45.947Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T01:57:45.948Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T01:57:45.953Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T01:57:45.957Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c4655415-cad7-4b8c-a5cd-45fdc3b79ea0 url= /sdc/v1/artifactTypes
2021-08-24T01:57:45.958Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T01:57:46.996Z||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.22.213] 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-24T01:57:46.996Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f5cf16a
2021-08-24T01:57:46.996Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-24T01:57:46.996Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-24T01:57:46.997Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-24T01:57:46.997Z||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-24T01:58:35.949Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T01:58:35.951Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T01:58:35.952Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T01:58:35.958Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T01:58:35.964Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 01433646-6b80-4551-a0b9-77fd75ff247e url= /sdc/v1/artifactTypes
2021-08-24T01:58:35.964Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T01:58:36.981Z||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.22.213] 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-24T01:58:36.982Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57eceb9f
2021-08-24T01:58:36.982Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-24T01:58:36.982Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-24T01:58:36.982Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-24T01:58:36.983Z||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-24T01:59:25.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T01:59:25.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T01:59:25.948Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T01:59:25.953Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T01:59:25.959Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3bfafcdc-1b85-4ce8-a15c-61373d6f708a url= /sdc/v1/artifactTypes
2021-08-24T01:59:25.960Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T01:59:26.998Z||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.22.213] 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-24T01:59:26.999Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6237ba30
2021-08-24T01:59:26.999Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-24T01:59:27.000Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-24T01:59:27.000Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-24T01:59:27.000Z||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-24T02:00:15.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T02:00:15.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T02:00:15.948Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T02:00:15.951Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T02:00:15.957Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 28c5875d-688a-4613-824b-81e262910c7e url= /sdc/v1/artifactTypes
2021-08-24T02:00:15.957Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T02:00:16.982Z||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.22.213] 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-24T02:00:16.982Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bb8b350
2021-08-24T02:00:16.982Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-24T02:00:16.983Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-24T02:00:16.983Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-24T02:00:16.983Z||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-24T02:01:05.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T02:01:05.947Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T02:01:05.948Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T02:01:05.950Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T02:01:05.955Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ddc8a311-fbb6-4bee-b921-124aafdbfe2a url= /sdc/v1/artifactTypes
2021-08-24T02:01:05.955Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T02:01:07.002Z||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.22.213] 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-24T02:01:07.003Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5059ecf5
2021-08-24T02:01:07.003Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-24T02:01:07.004Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-24T02:01:07.004Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-24T02:01:07.005Z||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-24T02:01:55.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T02:01:55.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T02:01:55.948Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T02:01:55.952Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T02:01:55.957Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8710c665-78c2-428b-a6ea-e2a2999566c7 url= /sdc/v1/artifactTypes
2021-08-24T02:01:55.957Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T02:01:56.982Z||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.22.213] 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-24T02:01:56.983Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7dc46fe
2021-08-24T02:01:56.983Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-24T02:01:56.983Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-24T02:01:56.983Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-24T02:01:56.984Z||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-24T02:02:45.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T02:02:45.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T02:02:45.948Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T02:02:45.952Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T02:02:45.959Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c22509b-c164-41c5-b948-c42cf6b65889 url= /sdc/v1/artifactTypes
2021-08-24T02:02:45.959Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T02:02:46.998Z||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.22.213] 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-24T02:02:46.999Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c8bd5c4
2021-08-24T02:02:46.999Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-24T02:02:46.999Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-24T02:02:47.000Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-24T02:02:47.000Z||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-24T02:03:29.383Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-24T02:03:35.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T02:03:35.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T02:03:35.948Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T02:03:35.953Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T02:03:35.958Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc854114-3e68-4057-b298-d17b2ed9cbe3 url= /sdc/v1/artifactTypes
2021-08-24T02:03:35.958Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T02:03:36.983Z||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.22.213] 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-24T02:03:36.983Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@656f7b63
2021-08-24T02:03:36.984Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-24T02:03:36.984Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-24T02:03:36.984Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-24T02:03:36.985Z||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-24T02:04:25.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T02:04:25.947Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T02:04:25.947Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T02:04:25.949Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T02:04:25.954Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b61ac8a-506e-4850-b1fe-f516de5c6b4e url= /sdc/v1/artifactTypes
2021-08-24T02:04:25.954Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T02:04:26.998Z||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.22.213] 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-24T02:04:26.999Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f9a64b7
2021-08-24T02:04:26.999Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-24T02:04:27.000Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-24T02:04:27.000Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-24T02:04:27.001Z||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-24T02:05:15.950Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T02:05:15.952Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T02:05:15.953Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T02:05:15.959Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T02:05:15.966Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 15a11efa-8599-4a1c-9e15-2c4544379858 url= /sdc/v1/artifactTypes
2021-08-24T02:05:15.966Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T02:05:17.015Z||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.22.213] 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-24T02:05:17.016Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@65bb3c41
2021-08-24T02:05:17.016Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-24T02:05:17.016Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-24T02:05:17.017Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-24T02:05:17.017Z||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-24T02:06:05.949Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T02:06:05.949Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T02:06:05.949Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T02:06:05.953Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T02:06:05.960Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4cbb9d6e-f745-49e5-adc3-52932b79e26e url= /sdc/v1/artifactTypes
2021-08-24T02:06:05.961Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T02:06:06.998Z||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.22.213] 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-24T02:06:06.999Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b9c64a6
2021-08-24T02:06:06.999Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-24T02:06:07.000Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-24T02:06:07.000Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-24T02:06:07.000Z||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-24T02:06:55.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T02:06:55.947Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T02:06:55.947Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T02:06:55.949Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T02:06:55.955Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9275491-8ff9-472e-bb8b-2cfd8ec3ab12 url= /sdc/v1/artifactTypes
2021-08-24T02:06:55.955Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T02:06:56.109Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T02:06:56.116Z||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-24T02:06:56.143Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T02:06:56.155Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T02:06:56.176Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:06:56.195Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f9dfa3f9-6c6c-499d-92bd-a4aa5bcb04a9 url= /sdc/v1/registerForDistribution
2021-08-24T02:06:56.276Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f9dfa3f9-6c6c-499d-92bd-a4aa5bcb04a9 url= /sdc/v1/registerForDistribution
2021-08-24T02:06:56.276Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-24T02:06:56.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:06:56.288Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:06:56.290Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-24T02:06:56.295Z||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-24T02:06:56.295Z||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-24T02:06:56.295Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:06:56.295Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:07:06.515Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:07:06.518Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:07:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:07:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:07:56.286Z||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-24T02:07:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:07:56.287Z||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-24T02:07:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:08:05.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:08:05.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:08:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:08:56.285Z||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-24T02:08:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:08:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:08:56.287Z||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-24T02:08:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:09:05.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:09:05.839Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:09:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:09:56.285Z||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-24T02:09:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:09:56.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:09:56.287Z||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-24T02:09:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:10:05.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:10:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:10:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:10:56.286Z||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-24T02:10:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:10:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:10:56.287Z||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-24T02:10:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:11:05.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:11:05.842Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:11:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:11:56.285Z||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-24T02:11:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:11:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:11:56.287Z||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-24T02:11:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:12:05.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:12:05.832Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:12:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:12:56.286Z||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-24T02:12:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:12:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:12:56.287Z||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-24T02:12:56.288Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:13:05.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:13:05.835Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:13:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:13:56.285Z||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-24T02:13:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:13:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:13:56.287Z||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-24T02:13:56.288Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:14:05.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:14:05.841Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:14:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:14:56.285Z||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-24T02:14:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:14:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:14:56.287Z||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-24T02:14:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:15:05.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:15:05.835Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:15:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:15:56.285Z||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-24T02:15:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:15:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:15:56.286Z||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-24T02:15:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:16:05.838Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:16:05.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:16:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:16:56.285Z||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-24T02:16:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:16:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:16:56.287Z||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-24T02:16:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:17:05.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:17:05.846Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:17:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:17:56.285Z||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-24T02:17:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:17:56.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:17:56.287Z||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-24T02:17:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:18:05.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:18:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:18:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:18:56.285Z||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-24T02:18:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:18:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:18:56.287Z||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-24T02:18:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:19:05.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:19:05.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:19:56.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:19:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:19:56.286Z||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-24T02:19:56.287Z||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-24T02:19:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:19:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:20:05.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:20:05.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:20:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:20:56.285Z||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-24T02:20:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:20:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:20:56.287Z||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-24T02:20:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:21:05.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:21:05.836Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:21:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:21:56.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:21:56.288Z||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-24T02:21:56.288Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:21:56.291Z||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-24T02:21:56.291Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:22:05.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:22:05.842Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:22:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:22:56.286Z||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-24T02:22:56.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:22:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:22:56.286Z||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-24T02:22:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:23:05.827Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:23:05.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:23:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:23:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:23:56.286Z||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-24T02:23:56.287Z||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-24T02:23:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:23:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:24:05.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:24:05.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:24:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:24:56.286Z||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-24T02:24:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:24:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:24:56.286Z||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-24T02:24:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:25:05.833Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:25:05.834Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:25:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:25:56.286Z||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-24T02:25:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:25:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:25:56.287Z||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-24T02:25:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:26:05.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:26:05.850Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:26:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:26:56.286Z||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-24T02:26:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:26:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:26:56.287Z||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-24T02:26:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:27:05.827Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:27:05.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:27:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:27:56.286Z||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-24T02:27:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:27:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:27:56.287Z||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-24T02:27:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:28:05.868Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:28:05.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:28:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:28:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:28:56.286Z||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-24T02:28:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:28:56.287Z||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-24T02:28:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:29:05.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:29:05.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:29:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:29:56.285Z||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-24T02:29:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:29:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:29:56.286Z||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-24T02:29:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:30:05.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:30:05.829Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:30:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:30:56.285Z||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-24T02:30:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:30:56.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:30:56.287Z||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-24T02:30:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:31:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:31:05.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:31:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:31:56.285Z||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-24T02:31:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:31:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:31:56.286Z||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-24T02:31:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:32:05.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:32:05.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:32:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:32:56.285Z||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-24T02:32:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:32:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:32:56.286Z||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-24T02:32:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:33:05.829Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:33:05.829Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:33:56.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:33:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:33:56.286Z||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-24T02:33:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:33:56.287Z||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-24T02:33:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:34:05.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:34:05.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:34:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:34:56.285Z||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-24T02:34:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:34:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:34:56.286Z||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-24T02:34:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:35:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:35:05.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:35:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:35:56.285Z||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-24T02:35:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:35:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:35:56.287Z||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-24T02:35:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:36:05.841Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:36:05.842Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:36:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:36:56.285Z||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-24T02:36:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:36:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:36:56.286Z||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-24T02:36:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:37:05.833Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:37:05.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:37:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:37:56.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:37:56.287Z||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-24T02:37:56.288Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:37:56.288Z||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-24T02:37:56.288Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:38:05.839Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:38:05.839Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:38:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:38:56.285Z||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-24T02:38:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:38:56.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:38:56.289Z||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-24T02:38:56.289Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:39:05.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:39:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:39:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:39:56.286Z||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-24T02:39:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:39:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:39:56.286Z||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-24T02:39:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:40:05.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:40:05.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:40:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:40:56.285Z||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-24T02:40:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:40:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:40:56.286Z||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-24T02:40:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:41:05.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:41:05.836Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:41:56.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:41:56.286Z||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-24T02:41:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:41:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:41:56.286Z||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-24T02:41:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:42:05.835Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:42:05.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:42:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:42:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:42:56.288Z||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-24T02:42:56.288Z||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-24T02:42:56.289Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:42:56.289Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:43:05.841Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:43:05.842Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:43:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:43:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:43:56.286Z||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-24T02:43:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:43:56.287Z||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-24T02:43:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:44:05.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:44:05.841Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:44:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:44:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:44:56.285Z||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-24T02:44:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:44:56.287Z||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-24T02:44:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:45:05.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:45:05.855Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:45:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:45:56.285Z||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-24T02:45:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:45:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:45:56.286Z||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-24T02:45:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:46:05.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:46:05.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:46:56.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:46:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:46:56.286Z||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-24T02:46:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:46:56.286Z||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-24T02:46:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:47:05.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:47:05.835Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:47:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:47:56.285Z||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-24T02:47:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:47:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:47:56.287Z||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-24T02:47:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:48:05.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:48:05.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:48:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:48:56.286Z||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-24T02:48:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:48:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:48:56.287Z||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-24T02:48:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:49:05.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:49:05.831Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:49:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:49:56.285Z||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-24T02:49:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:49:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:49:56.286Z||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-24T02:49:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:50:05.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:50:05.840Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:50:56.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:50:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:50:56.287Z||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-24T02:50:56.287Z||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-24T02:50:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:50:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:51:05.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:51:05.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:51:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:51:56.285Z||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-24T02:51:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:51:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:51:56.287Z||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-24T02:51:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:52:05.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:52:05.840Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:52:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:52:56.285Z||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-24T02:52:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:52:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:52:56.286Z||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-24T02:52:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:53:05.829Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:53:05.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:53:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:53:56.285Z||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-24T02:53:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:53:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:53:56.287Z||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-24T02:53:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:54:05.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:54:05.841Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:54:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:54:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T02:54:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:54:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:54:56.287Z||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-24T02:54:56.288Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:55:05.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:55:05.840Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:55:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:55:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T02:55:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:55:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:55:56.287Z||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-24T02:55:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:56:05.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:56:05.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:56:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:56:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T02:56:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:56:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:56:56.287Z||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-24T02:56:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:57:05.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:57:05.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:57:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:57:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T02:57:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:57:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:57:56.287Z||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-24T02:57:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:58:05.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:58:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:58:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:58:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T02:58:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:58:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:58:56.287Z||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-24T02:58:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:59:05.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:59:05.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T02:59:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:59:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T02:59:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T02:59:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T02:59:56.286Z||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-24T02:59:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:00:05.828Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:00:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:00:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:00:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:00:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:00:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:00:56.286Z||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-24T03:00:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:01:05.829Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:01:05.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:01:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:01:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:01:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:01:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:01:56.287Z||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-24T03:01:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:02:05.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:02:05.837Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:02:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:02:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:02:56.286Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:02:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:02:56.287Z||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-24T03:02:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:03:05.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:03:05.844Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:03:56.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:03:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:03:56.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:03:56.287Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:03:56.287Z||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-24T03:03:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:04:05.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:04:05.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:04:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:04:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:04:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:04:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:04:56.286Z||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-24T03:04:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:05:05.832Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:05:05.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:05:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:05:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:05:56.286Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:05:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:05:56.286Z||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-24T03:05:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:06:05.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:06:05.833Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:06:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:06:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:06:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:06:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:06:56.286Z||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-24T03:06:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:07:05.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:07:05.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:07:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:07:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:07:56.286Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:07:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:07:56.286Z||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-24T03:07:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:08:05.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:08:05.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:08:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:08:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:08:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:08:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:08:56.287Z||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-24T03:08:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:09:05.831Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:09:05.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:09:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:09:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:09:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:09:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:09:56.286Z||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-24T03:09:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:10:05.831Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:10:05.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:10:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:10:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:10:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:10:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:10:56.286Z||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-24T03:10:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:11:05.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:11:05.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:11:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:11:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:11:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:11:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:11:56.286Z||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-24T03:11:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:12:05.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:12:05.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:12:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:12:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:12:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:12:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:12:56.286Z||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-24T03:12:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:13:05.832Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:13:05.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:13:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:13:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:13:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:13:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:13:56.287Z||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-24T03:13:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:14:05.828Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:14:05.830Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:14:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:14:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:14:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:14:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:14:56.287Z||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-24T03:14:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:15:05.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:15:05.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:15:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:15:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:15:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:15:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:15:56.286Z||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-24T03:15:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:16:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:16:05.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:16:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:16:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:16:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:16:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:16:56.286Z||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-24T03:16:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:17:05.825Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:17:05.833Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:17:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:17:56.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:17:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:17:56.286Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:17:56.286Z||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-24T03:17:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:18:05.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:18:05.839Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:18:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:18:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:18:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:18:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:18:56.286Z||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-24T03:18:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:19:05.829Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:19:05.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:19:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:19:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:19:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:19:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:19:56.287Z||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-24T03:19:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:20:05.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:20:05.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:20:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:20:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:20:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:20:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:20:56.287Z||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-24T03:20:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:21:05.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:21:05.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:21:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:21:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:21:56.286Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:21:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:21:56.286Z||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-24T03:21:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:22:05.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:22:05.836Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:22:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:22:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:22:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:22:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:22:56.286Z||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-24T03:22:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:23:05.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:23:05.832Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:23:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:23:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:23:56.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:23:56.286Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:23:56.287Z||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-24T03:23:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:24:05.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:24:05.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:24:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:24:56.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:24:56.286Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:24:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:24:56.286Z||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-24T03:24:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:25:05.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:25:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:25:56.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:25:56.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:25:56.289Z||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-24T03:25:56.289Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:25:56.289Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:25:56.289Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:26:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:26:05.839Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:26:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:26:56.285Z||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-24T03:26:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:26:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:26:56.287Z||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-24T03:26:56.289Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:27:05.832Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:27:05.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:27:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:27:56.285Z||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-24T03:27:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:27:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:27:56.286Z||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-24T03:27:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:28:05.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:28:05.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:28:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:28:56.285Z||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-24T03:28:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:28:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:28:56.287Z||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-24T03:28:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:29:05.832Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:29:05.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:29:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:29:56.285Z||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-24T03:29:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:29:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:29:56.286Z||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-24T03:29:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:30:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:30:05.841Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:30:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:30:56.285Z||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-24T03:30:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:30:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:30:56.286Z||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-24T03:30:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:31:05.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:31:05.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:31:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:31:56.285Z||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-24T03:31:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:31:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:31:56.287Z||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-24T03:31:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:32:05.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:32:05.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:32:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:32:56.285Z||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-24T03:32:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:32:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:32:56.287Z||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-24T03:32:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:33:05.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:33:05.829Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:33:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:33:56.285Z||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-24T03:33:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:33:56.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:33:56.287Z||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-24T03:33:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:34:05.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:34:05.838Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:34:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:34:56.285Z||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-24T03:34:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:34:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:34:56.287Z||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-24T03:34:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:35:05.828Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:35:05.836Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:35:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:35:56.285Z||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-24T03:35:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:35:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:35:56.287Z||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-24T03:35:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:36:05.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:36:05.836Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:36:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:36:56.285Z||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-24T03:36:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:36:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:36:56.286Z||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-24T03:36:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:37:05.827Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:37:05.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:37:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:37:56.285Z||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-24T03:37:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:37:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:37:56.287Z||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-24T03:37:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:38:05.848Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:38:05.848Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:38:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:38:56.285Z||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-24T03:38:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:38:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:38:56.286Z||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-24T03:38:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:39:05.825Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:39:05.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:39:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:39:56.285Z||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-24T03:39:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:39:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:39:56.286Z||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-24T03:39:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:40:05.829Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:40:05.837Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:40:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:40:56.285Z||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-24T03:40:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:40:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:40:56.286Z||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-24T03:40:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:41:05.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:41:05.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:41:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:41:56.285Z||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-24T03:41:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:41:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:41:56.288Z||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-24T03:41:56.288Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:42:05.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:42:05.845Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:42:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:42:56.285Z||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-24T03:42:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:42:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:42:56.286Z||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-24T03:42:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:43:05.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:43:05.835Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:43:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:43:56.285Z||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-24T03:43:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:43:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:43:56.286Z||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-24T03:43:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:44:05.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:44:05.829Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:44:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:44:56.285Z||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-24T03:44:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:44:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:44:56.286Z||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-24T03:44:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:45:05.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:45:05.858Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:45:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:45:56.285Z||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-24T03:45:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:45:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:45:56.286Z||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-24T03:45:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:46:05.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:46:05.832Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:46:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:46:56.285Z||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-24T03:46:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:46:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:46:56.286Z||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-24T03:46:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:47:05.833Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:47:05.837Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:47:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:47:56.285Z||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-24T03:47:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:47:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:47:56.287Z||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-24T03:47:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:48:05.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:48:05.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:48:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:48:56.285Z||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-24T03:48:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:48:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:48:56.287Z||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-24T03:48:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:49:05.837Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:49:05.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:49:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:49:56.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:49:56.286Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:49:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:49:56.287Z||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-24T03:49:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:50:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:50:05.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:50:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:50:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:50:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:50:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:50:56.286Z||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-24T03:50:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:51:05.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:51:05.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:51:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:51:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:51:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:51:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:51:56.286Z||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-24T03:51:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:52:05.825Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:52:05.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:52:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:52:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:52:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:52:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:52:56.286Z||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-24T03:52:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:53:05.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:53:05.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:53:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:53:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:53:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:53:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:53:56.286Z||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-24T03:53:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:54:05.828Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:54:05.830Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:54:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:54:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:54:56.285Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:54:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:54:56.286Z||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-24T03:54:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:54:56.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:54:56.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8b4e9ada-e154-47a0-a5b8-2c4f40898c39","serviceName":"basic_onboard_lDsVSL","serviceVersion":"1.0","serviceUUID":"5324d98a-2544-42c9-bc7b-204bb763c9ae","serviceDescription":"service","serviceInvariantUUID":"a4ade386-136b-4508-a0ff-b4bbfd8d945b","resources":[{"resourceInstanceName":"basic_onboard_lDsVSL 0","resourceName":"basic_onboard_lDsVSL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"944362ff-a66e-40b2-bda2-6fcbc1bc2cc1","resourceInvariantUUID":"bd30c30a-e79e-4be5-96d6-bb133037575a","resourceCustomizationUUID":"e3cae0b5-7e75-494b-9443-df9ad60b25a1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml","artifactChecksum":"MTYxZjVlNmRhMmVjNDZiNzNiYTNlYjFjODU0NmYxZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4ec998a-3583-42b0-a696-e58f28b20b9a","artifactVersion":"1"},{"artifactName":"basic_onboard_ldsvsl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json","artifactChecksum":"OTczYmRiMTJiYTE0MGRhZDRmMjAyNDRjYjFiMTM4NTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0282a13f-cf8a-4c2a-9bc4-0dbf722ac7d4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ef838e3c-963f-4eda-961e-f67ad3df85d7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2119158d-4215-4ee0-abae-eecd979cb4dc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c2d8a28-e69b-4004-8d53-9a92ba545ebe","artifactVersion":"2","generatedFromUUID":"ef838e3c-963f-4eda-961e-f67ad3df85d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLdsvsl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml","artifactChecksum":"NWMxNzBlNmQ0ZjUzZWNhZmI1YjNmYmI5MmFlZGJkMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"089b24ee-aa1f-4367-b37a-c65219ae602d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLdsvsl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar","artifactChecksum":"NzMwYjE5MTJiOGFiYTllMjVjMmJiYzY0ZDNhNzM5ZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c708d56-e14a-4168-bd61-fc3f16342045","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T03:54:56.918Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:54:56.922Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T03:54:56.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "dcae-sch",
"timestamp": 1629777258523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.927Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T03:54:56.934Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T03:54:56.934Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777296284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629777255875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "policy-id",
"timestamp": 1629777252422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629777252109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "cds",
"timestamp": 1629777259329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "dcae-sch",
"timestamp": 1629777258523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629777255875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T03:54:56.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "policy-id",
"timestamp": 1629777252422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629777252109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "cds",
"timestamp": 1629777259329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "dcae-sch",
"timestamp": 1629777258523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629777255875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-24T03:54:56.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "policy-id",
"timestamp": 1629777252422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-24T03:54:56.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629777252109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "cds",
"timestamp": 1629777259329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "dcae-sch",
"timestamp": 1629777258523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629777255875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "policy-id",
"timestamp": 1629777252422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629777252109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "cds",
"timestamp": 1629777259329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "dcae-sch",
"timestamp": 1629777258523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629777255875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-24T03:54:56.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "policy-id",
"timestamp": 1629777252422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629777252109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "cds",
"timestamp": 1629777259329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "dcae-sch",
"timestamp": 1629777258523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629777255875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "policy-id",
"timestamp": 1629777252422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629777252109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "cds",
"timestamp": 1629777259329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "ves-openapi-manager",
"timestamp": 1629777265332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "dcae-sch",
"timestamp": 1629777258523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629777255875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T03:54:56.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "policy-id",
"timestamp": 1629777252422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T03:54:56.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629777252109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T03:54:56.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "cds",
"timestamp": 1629777259329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T03:54:56.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "ves-openapi-manager",
"timestamp": 1629777265332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "clamp",
"timestamp": 1629777266528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "ves-openapi-manager",
"timestamp": 1629777265332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "policy-id",
"timestamp": 1629777268052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T03:54:56.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:54:56.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629777268113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T03:54:56.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:54:56.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629777268125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T03:54:56.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:54:56.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "cds",
"timestamp": 1629777268146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T03:54:56.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:54:56.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "clamp",
"timestamp": 1629777266528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T03:54:56.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "ves-openapi-manager",
"timestamp": 1629777265332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:56.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:56.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "policy-id",
"timestamp": 1629777269061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T03:54:56.952Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:54:56.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:56.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "cds",
"timestamp": 1629777269167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-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=?
2021-08-24T03:54:57.034Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-24T03:54:57.036Z||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-24T03:54:57.036Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:54:57.048Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:54:57.048Z||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-24T03:54:57.071Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8b4e9ada-e154-47a0-a5b8-2c4f40898c39
2021-08-24T03:54:57.091Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 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-24T03:54:57.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "clamp",
"timestamp": 1629777266528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:57.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:57.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629777269622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T03:54:57.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:54:57.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "ves-openapi-manager",
"timestamp": 1629777265332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:57.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:57.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "policy-id",
"timestamp": 1629777270064,
"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-24T03:54:57.127Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b4e9ada-e154-47a0-a5b8-2c4f40898c39
2021-08-24T03:54:57.127Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 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-24T03:54:57.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "clamp",
"timestamp": 1629777266528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:57.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:57.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629777270947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T03:54:57.137Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:54:57.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "ves-openapi-manager",
"timestamp": 1629777265332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:57.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:57.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "clamp",
"timestamp": 1629777266528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:57.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:57.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629777271595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T03:54:57.138Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:54:57.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "ves-openapi-manager",
"timestamp": 1629777265332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:57.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:57.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629777272154,
"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-24T03:54:57.143Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b4e9ada-e154-47a0-a5b8-2c4f40898c39
2021-08-24T03:54:57.143Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 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-24T03:54:57.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "clamp",
"timestamp": 1629777266528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:57.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:57.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629777272598,
"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-24T03:54:57.158Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8b4e9ada-e154-47a0-a5b8-2c4f40898c39
2021-08-24T03:54:57.158Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 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-24T03:54:57.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629777273161,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T03:54:57.166Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:54:57.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "clamp",
"timestamp": 1629777266528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T03:54:57.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:57.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "aai-ml",
"timestamp": 1629777273227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:57.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:57.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "aai-ml",
"timestamp": 1629777273227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:57.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:57.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "aai-ml",
"timestamp": 1629777273227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:57.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:57.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "aai-ml",
"timestamp": 1629777273227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:57.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:57.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "aai-ml",
"timestamp": 1629777273227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:57.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:57.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "aai-ml",
"timestamp": 1629777273227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:54:57.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:57.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "aai-ml",
"timestamp": 1629777273227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T03:54:57.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T03:54:57.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "aai-ml",
"timestamp": 1629777281772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T03:54:57.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:54:57.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "clamp",
"timestamp": 1629777283669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T03:54:57.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:54:57.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "clamp",
"timestamp": 1629777284717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T03:54:57.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:54:57.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "clamp",
"timestamp": 1629777285719,
"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-24T03:54:57.175Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8b4e9ada-e154-47a0-a5b8-2c4f40898c39
2021-08-24T03:54:57.175Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 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-24T03:54:57.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "aai-ml",
"timestamp": 1629777290107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T03:54:57.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:54:57.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T03:54:57.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "aai-ml",
"timestamp": 1629777291113,
"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-24T03:54:57.187Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8b4e9ada-e154-47a0-a5b8-2c4f40898c39
2021-08-24T03:54:57.187Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 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-24T03:54:57.938Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T03:54:57.939Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T03:54:57.941Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T03:54:57.942Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777296284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T03:54:58.042Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T03:54:58.043Z||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-24T03:54:58.043Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:54:58.054Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:54:58.054Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-24T03:54:58.943Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T03:54:58.944Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T03:54:58.946Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T03:54:58.946Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777296284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-24T03:54:59.047Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T03:54:59.047Z||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-24T03:54:59.047Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:54:59.059Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:54:59.059Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-24T03:54:59.947Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T03:54:59.948Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T03:54:59.950Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T03:54:59.951Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777296284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:55:00.051Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T03:55:00.052Z||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-24T03:55:00.052Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:55:00.063Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:55:00.064Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-24T03:55:00.951Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T03:55:00.952Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T03:55:00.955Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T03:55:00.955Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777296284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-24T03:55:01.055Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T03:55:01.056Z||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-24T03:55:01.056Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:55:01.068Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:55:01.068Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-24T03:55:01.956Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T03:55:01.957Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T03:55:01.960Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T03:55:01.960Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777296284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:55:02.060Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T03:55:02.061Z||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-24T03:55:02.061Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:55:02.073Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:55:02.073Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-24T03:55:02.960Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T03:55:02.962Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T03:55:02.964Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T03:55:02.964Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777296284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T03:55:03.064Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T03:55:03.065Z||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-24T03:55:03.065Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:55:03.076Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:55:03.077Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-24T03:55:03.967Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"serviceName": "basic_onboard_lDsVSL",
"serviceVersion": "1.0",
"serviceUUID": "5324d98a-2544-42c9-bc7b-204bb763c9ae",
"serviceDescription": "service",
"serviceInvariantUUID": "a4ade386-136b-4508-a0ff-b4bbfd8d945b",
"resources": [
{
"resourceInstanceName": "basic_onboard_lDsVSL 0",
"resourceCustomizationUUID": "e3cae0b5-7e75-494b-9443-df9ad60b25a1",
"resourceName": "basic_onboard_lDsVSL",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "944362ff-a66e-40b2-bda2-6fcbc1bc2cc1",
"resourceInvariantUUID": "bd30c30a-e79e-4be5-96d6-bb133037575a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ldsvsl0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json",
"artifactChecksum": "OTczYmRiMTJiYTE0MGRhZDRmMjAyNDRjYjFiMTM4NTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0282a13f-cf8a-4c2a-9bc4-0dbf722ac7d4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ef838e3c-963f-4eda-961e-f67ad3df85d7",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2c2d8a28-e69b-4004-8d53-9a92ba545ebe",
"generatedFromUUID": "ef838e3c-963f-4eda-961e-f67ad3df85d7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2c2d8a28-e69b-4004-8d53-9a92ba545ebe",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardLdsvsl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"artifactChecksum": "NzMwYjE5MTJiOGFiYTllMjVjMmJiYzY0ZDNhNzM5ZGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1c708d56-e14a-4168-bd61-fc3f16342045"
}
],
"workloadContext": "Production"
}
2021-08-24T03:55:03.968Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T03:55:03.968Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5324d98a-2544-42c9-bc7b-204bb763c9ae ASDC
2021-08-24T03:55:04.025Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8b4e9ada-e154-47a0-a5b8-2c4f40898c39
ServiceName:basic_onboard_lDsVSL
ServiceVersion:1.0
ServiceUUID:5324d98a-2544-42c9-bc7b-204bb763c9ae
ServiceInvariantUUID:a4ade386-136b-4508-a0ff-b4bbfd8d945b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLdsvsl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar
ArtifactUUID:1c708d56-e14a-4168-bd61-fc3f16342045
ArtifactChecksum:NzMwYjE5MTJiOGFiYTllMjVjMmJiYzY0ZDNhNzM5ZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_lDsVSL 0
ResourceCustomizationUUID:e3cae0b5-7e75-494b-9443-df9ad60b25a1
ResourceInvariantUUID:bd30c30a-e79e-4be5-96d6-bb133037575a
ResourceName:basic_onboard_lDsVSL
ResourceType:VF
ResourceUUID:944362ff-a66e-40b2-bda2-6fcbc1bc2cc1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ldsvsl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json
ArtifactUUID:0282a13f-cf8a-4c2a-9bc4-0dbf722ac7d4
ArtifactChecksum:OTczYmRiMTJiYTE0MGRhZDRmMjAyNDRjYjFiMTM4NTk=
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/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ef838e3c-963f-4eda-961e-f67ad3df85d7
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/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env
ArtifactUUID:2c2d8a28-e69b-4004-8d53-9a92ba545ebe
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/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env
ArtifactUUID:2c2d8a28-e69b-4004-8d53-9a92ba545ebe
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-24T03:55:04.025Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5324d98a-2544-42c9-bc7b-204bb763c9ae 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-24T03:55:04.092Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T03:55:04.093Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-08-24T03:55:04.094Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-08-24T03:55:04.094Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1c708d56-e14a-4168-bd61-fc3f16342045 from URL: /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:04.094Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-24T03:55:04.095Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:04.524Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-24T03:55:04.537Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar 1c708d56-e14a-4168-bd61-fc3f16342045 71365
2021-08-24T03:55:04.537Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar ASDC sendASDCNotification
2021-08-24T03:55:04.537Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:04.538Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T03:55:04.539Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T03:55:04.540Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T03:55:04.540Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777304537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T03:55:04.641Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-24T03:55:04.642Z||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-24T03:55:04.642Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:55:04.652Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:55:04.652Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T03:55:05.541Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T03:55:05.542Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-08-24T03:55:05.543Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1c708d56-e14a-4168-bd61-fc3f16342045, URL: /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar to file: /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:05.543Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:05.645Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:05.645Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:05.927Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3493805514940405807/Definitions/service-BasicOnboardLdsvsl-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-24T03:55:07.280Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||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-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lDsVSL 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-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:07.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:07.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-08-24T03:55:07.289Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:07.291Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T03:55:07.293Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria
2021-08-24T03:55:07.293Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-08-24T03:55:07.294Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T03:55:07.294Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:07.295Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T03:55:07.295Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria
2021-08-24T03:55:07.295Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-08-24T03:55:07.295Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T03:55:07.295Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:07.295Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T03:55:07.297Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:07.297Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is not matching search criteria
2021-08-24T03:55:07.297Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-24T03:55:07.297Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-24T03:55:07.297Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-24T03:55:07.298Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-24T03:55:07.298Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-24T03:55:07.298Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:07.298Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T03:55:07.298Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:07.298Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria
2021-08-24T03:55:07.298Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria
2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria
2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is not matching search criteria
2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c9386d3c-3bdb-400e-9dd1-b7b38b5c28d3
2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:07.300Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T03:55:07.300Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:07.300Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T03:55:07.300Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:07.300Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T03:55:07.300Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:07.300Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T03:55:07.300Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_lDsVSL
Description:service
Model UUID:5324d98a-2544-42c9-bc7b-204bb763c9ae
Model Version:NULL
Model InvariantUuid:a4ade386-136b-4508-a0ff-b4bbfd8d945b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_lDsVSL
Model UUID:5d9bc481-c3e4-4c18-b28c-1aa1120b9740
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bd30c30a-e79e-4be5-96d6-bb133037575a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e3cae0b5-7e75-494b-9443-df9ad60b25a1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7c44595d-c8a7-49b5-987b-d849317eb4d2
ModelName:BasicOnboardLdsvsl..base_ubuntu18..module-0
ModelUuid:564dadbb-5ecc-4b73-a9bc-cda5e4cb8365
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c9386d3c-3bdb-400e-9dd1-b7b38b5c28d3
ModelInvariantUuid:8027995a-6bec-484b-a7f1-50ed2814aecd
ModelName:basic_onboard_lDsVSL-nodes.ubuntu18Cvfc
ModelUuid:b333cd95-a3c6-4615-8dad-bdb6f54a5f75
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:115e9a7c-fbbc-43f3-9759-f834a61ea886
ModelInvariantUuid:52c9825e-197f-43ee-943e-09a521ea3a96
ModelName:BasicOnboardLdsvsl.compute.nodes.heat.ubuntu18
ModelUuid:2af4d67f-3180-4cb6-b5ed-4dbe3d3416d2
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-24T03:55:07.312Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 944362ff-a66e-40b2-bda2-6fcbc1bc2cc1
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-24T03:55:07.375Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||basic_onboard_lDsVSL 0
2021-08-24T03:55:07.380Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 944362ff-a66e-40b2-bda2-6fcbc1bc2cc1
2021-08-24T03:55:07.380Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0282a13f-cf8a-4c2a-9bc4-0dbf722ac7d4 from URL: /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json
2021-08-24T03:55:07.380Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-24T03:55:07.380Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json
2021-08-24T03:55:07.722Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-24T03:55:07.723Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json 0282a13f-cf8a-4c2a-9bc4-0dbf722ac7d4 798
2021-08-24T03:55:07.723Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json ASDC sendASDCNotification
2021-08-24T03:55:07.723Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json
2021-08-24T03:55:07.723Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T03:55:07.724Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T03:55:07.726Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T03:55:07.727Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777307723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T03:55:07.827Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T03:55:07.828Z||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-24T03:55:07.828Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:55:07.837Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:55:07.838Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T03:55:08.728Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLdsvsl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7c44595d-c8a7-49b5-987b-d849317eb4d2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "564dadbb-5ecc-4b73-a9bc-cda5e4cb8365",
"vfModuleModelCustomizationUUID": "d3a115dc-66cc-4712-8b3a-bcee7605855a",
"isBase": true,
"artifacts": [
"ef838e3c-963f-4eda-961e-f67ad3df85d7",
"2c2d8a28-e69b-4004-8d53-9a92ba545ebe"
],
"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-24T03:55:08.750Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLdsvsl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:564dadbb-5ecc-4b73-a9bc-cda5e4cb8365
VfModuleModelInvariantUUID:7c44595d-c8a7-49b5-987b-d849317eb4d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef838e3c-963f-4eda-961e-f67ad3df85d7
,
2c2d8a28-e69b-4004-8d53-9a92ba545ebe
}
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-24T03:55:08.752Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLdsvsl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7c44595d-c8a7-49b5-987b-d849317eb4d2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "564dadbb-5ecc-4b73-a9bc-cda5e4cb8365",
"vfModuleModelCustomizationUUID": "d3a115dc-66cc-4712-8b3a-bcee7605855a",
"isBase": true,
"artifacts": [
"ef838e3c-963f-4eda-961e-f67ad3df85d7",
"2c2d8a28-e69b-4004-8d53-9a92ba545ebe"
],
"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-24T03:55:08.752Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLdsvsl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:564dadbb-5ecc-4b73-a9bc-cda5e4cb8365
VfModuleModelInvariantUUID:7c44595d-c8a7-49b5-987b-d849317eb4d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef838e3c-963f-4eda-961e-f67ad3df85d7
,
2c2d8a28-e69b-4004-8d53-9a92ba545ebe
}
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-24T03:55:08.752Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef838e3c-963f-4eda-961e-f67ad3df85d7 from URL: /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml
2021-08-24T03:55:08.752Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-24T03:55:08.752Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml
2021-08-24T03:55:09.121Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-24T03:55:09.121Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml ef838e3c-963f-4eda-961e-f67ad3df85d7 5033
2021-08-24T03:55:09.121Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-24T03:55:09.121Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml
2021-08-24T03:55:09.121Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T03:55:09.122Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T03:55:09.123Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T03:55:09.123Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777309121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T03:55:09.224Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-24T03:55:09.225Z||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-24T03:55:09.225Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:55:09.235Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:55:09.235Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T03:55:10.125Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2c2d8a28-e69b-4004-8d53-9a92ba545ebe from URL: /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env
2021-08-24T03:55:10.125Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-24T03:55:10.126Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env
2021-08-24T03:55:10.385Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-24T03:55:10.385Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env 2c2d8a28-e69b-4004-8d53-9a92ba545ebe 909
2021-08-24T03:55:10.386Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-24T03:55:10.386Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env
2021-08-24T03:55:10.386Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T03:55:10.386Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T03:55:10.388Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T03:55:10.389Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777310386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T03:55:10.489Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T03:55:10.490Z||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-24T03:55:10.490Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:55:10.501Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:55:10.502Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-24T03:55:11.389Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5324d98a-2544-42c9-bc7b-204bb763c9ae
2021-08-24T03:55:11.390Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lDsVSL 0 944362ff-a66e-40b2-bda2-6fcbc1bc2cc1 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-24T03:55:11.420Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:11.420Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T03:55:11.420Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-08-24T03:55:11.420Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= e3cae0b5-7e75-494b-9443-df9ad60b25a1
2021-08-24T03:55:11.420Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e3cae0b5-7e75-494b-9443-df9ad60b25a1 matches Tosca VF Customization UUID: e3cae0b5-7e75-494b-9443-df9ad60b25a1
2021-08-24T03:55:11.420Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: e3cae0b5-7e75-494b-9443-df9ad60b25a1 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-24T03:55:11.425Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:11.426Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T03:55:11.426Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id e3cae0b5-7e75-494b-9443-df9ad60b25a1: {\"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-24T03:55:11.427Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7cff9e86
2021-08-24T03:55:11.427Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:11.427Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T03:55:11.427Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d3a115dc-66cc-4712-8b3a-bcee7605855a
2021-08-24T03:55:11.428Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d3a115dc-66cc-4712-8b3a-bcee7605855a
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-24T03:55:11.432Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:11.432Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria
2021-08-24T03:55:11.432Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T03:55:11.433Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:11.433Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria
2021-08-24T03:55:11.433Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T03:55:11.433Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:11.433Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is not matching search criteria
2021-08-24T03:55:11.433Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-24T03:55:11.433Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-24T03:55:11.433Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c9386d3c-3bdb-400e-9dd1-b7b38b5c28d3
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-24T03:55:11.439Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:11.439Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria
2021-08-24T03:55:11.439Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T03:55:11.439Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:11.439Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria
2021-08-24T03:55:11.439Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0] matching following query criteria: sdcType=VF, customizationUUID=e3cae0b5-7e75-494b-9443-df9ad60b25a1
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-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5324d98a-2544-42c9-bc7b-204bb763c9ae: basic_onboard_lDsVSL
2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:11.442Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T03:55:11.442Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T03:55:11.442Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T03:55:11.442Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_lDsVSL
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-24T03:55:11.572Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lDsVSL 944362ff-a66e-40b2-bda2-6fcbc1bc2cc1 1 ASDC deployResourceStructure
2021-08-24T03:55:11.572Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json ASDC sendASDCNotification
2021-08-24T03:55:11.572Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json
2021-08-24T03:55:11.572Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T03:55:11.572Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T03:55:11.573Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T03:55:11.574Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777311572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T03:55:11.674Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T03:55:11.675Z||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-24T03:55:11.675Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:55:11.686Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:55:11.687Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T03:55:12.575Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-24T03:55:12.575Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml
2021-08-24T03:55:12.575Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T03:55:12.575Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T03:55:12.578Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T03:55:12.578Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777312574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-24T03:55:12.678Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T03:55:12.679Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-24T03:55:12.679Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:55:12.691Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:55:12.692Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-24T03:55:13.579Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-24T03:55:13.580Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env
2021-08-24T03:55:13.580Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T03:55:13.580Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T03:55:13.584Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T03:55:13.584Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777313579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-24T03:55:13.684Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T03:55:13.685Z||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-24T03:55:13.685Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:55:13.696Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:55:13.697Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T03:55:14.584Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar ASDC sendASDCNotification
2021-08-24T03:55:14.585Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar
2021-08-24T03:55:14.586Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T03:55:14.586Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T03:55:14.588Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T03:55:14.588Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777314584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T03:55:14.688Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T03:55:14.689Z||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-24T03:55:14.690Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:55:14.701Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:55:14.702Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-24T03:55:15.589Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b4e9ada-e154-47a0-a5b8-2c4f40898c39
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-24T03:55:15.611Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b4e9ada-e154-47a0-a5b8-2c4f40898c39
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-24T03:55:15.615Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T03:55:15.615Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||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-24T03:55:15.621Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-24T03:55:45.622Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 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-24T03:55:45.636Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 and serviceModelVersionId: 5324d98a-2544-42c9-bc7b-204bb763c9ae
2021-08-24T03:55:45.636Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4ade386-136b-4508-a0ff-b4bbfd8d945b
2021-08-24T03:55:54.627Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?depth=0
2021-08-24T03:55:54.702Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-08-24T03:55:55.237Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?depth=0|INFO|500||Invoke
2021-08-24T03:55:55.243Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8b4e9ada-e154-47a0-a5b8-2c4f40898c39], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3fa5643-410c-405e-8a84-db20ba7cad8e], X-ECOMP-RequestID=[8b4e9ada-e154-47a0-a5b8-2c4f40898c39], X-TransactionId=[], X-ONAP-RequestID=[8b4e9ada-e154-47a0-a5b8-2c4f40898c39], Content-Type=[application/merge-patch+json]}
2021-08-24T03:55:55.328Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-24T03:55:55.652Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?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/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210824-03:55:55:341-22253], vertex-id=[377040], Content-Length=[0], Date=[Tue, 24 Aug 2021 03:55:55 GMT], Content-Type=[application/json]}
2021-08-24T03:55:55.654Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-24T03:55:55.654Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?depth=0|INFO|500||InvokeReturn
2021-08-24T03:55:55.656Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-24T03:55:55.657Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||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-24T03:55:55.661Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||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-24T03:55:55.666Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-24T03:55:55.667Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-24T03:55:55.667Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T03:55:55.668Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T03:55:55.668Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777355666,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T03:55:55.769Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-24T03:55:55.770Z||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-24T03:55:55.770Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:55:55.786Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:55:55.786Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-08-24T03:55:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:55:56.287Z||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-24T03:55:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:55:56.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:55:56.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T03:55:56.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777296284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:55:56.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
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-24T03:55:56.687Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:55:56.687Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:55:56.687Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:56:06.223Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:56:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:56:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:56:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:56:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:56:56.286Z||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-24T03:56:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:56:56.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:56:56.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T03:56:56.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777296284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T03:56:56.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T03:56:56.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T03:56:56.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777296284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-24T03:56:56.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T03:56:56.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T03:56:56.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777296284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:56:56.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T03:56:56.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T03:56:56.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777296284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-24T03:56:56.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T03:56:56.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T03:56:56.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777296284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T03:56:56.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T03:56:56.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T03:56:56.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777296284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T03:56:56.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T03:56:56.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T03:56:56.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777304537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T03:56:56.821Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:56:56.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T03:56:56.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777307723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T03:56:56.821Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:56:56.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T03:56:56.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777309121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T03:56:56.822Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:56:56.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T03:56:56.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777310386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T03:56:56.822Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:56:56.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T03:56:56.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777311572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T03:56:56.822Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:56:56.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T03:56:56.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777312574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-24T03:56:56.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:56:56.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T03:56:56.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777313579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-24T03:56:56.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:56:56.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T03:56:56.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777314584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T03:56:56.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:56:56.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T03:56:56.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629777355666,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T03:56:56.824Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T03:57:05.841Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:57:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:57:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:57:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:57:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:57:56.287Z||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-24T03:57:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:58:05.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:58:05.837Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:58:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:58:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:58:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:58:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:58:56.287Z||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-24T03:58:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:59:05.828Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:59:05.835Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T03:59:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:59:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T03:59:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T03:59:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T03:59:56.286Z||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-24T03:59:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:00:05.825Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:00:05.825Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:00:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:00:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T04:00:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:00:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:00:56.286Z||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-24T04:00:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:01:05.831Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:01:05.832Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:01:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:01:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T04:01:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:01:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:01:56.286Z||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-24T04:01:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:02:05.834Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:02:05.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:02:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:02:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T04:02:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:02:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:02:56.287Z||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-24T04:02:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:03:05.830Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:03:05.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:03:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:03:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T04:03:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:03:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:03:56.287Z||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-24T04:03:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:04:05.829Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:04:05.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:04:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:04:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T04:04:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:04:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:04:56.286Z||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-24T04:04:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:05:05.826Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:05:05.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:05:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:05:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T04:05:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:05:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:05:56.286Z||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-24T04:05:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:06:05.835Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:06:05.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:06:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:06:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T04:06:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:06:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:06:56.286Z||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-24T04:06:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:07:05.827Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:07:05.835Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:07:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:07:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:07:56.287Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T04:07:56.288Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:07:56.288Z||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-24T04:07:56.288Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:08:05.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:08:05.832Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:08:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:08:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T04:08:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:08:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:08:56.286Z||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-24T04:08:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:09:05.824Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:09:05.827Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:09:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:09:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T04:09:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:09:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:09:56.286Z||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-24T04:09:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:10:05.832Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:10:05.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:10:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:10:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T04:10:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:10:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:10:56.286Z||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-24T04:10:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:11:05.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:11:05.842Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:11:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:11:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T04:11:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:11:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:11:56.286Z||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-24T04:11:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:12:05.833Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:12:05.833Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:12:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:12:56.286Z||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-24T04:12:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:12:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:12:56.287Z||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-24T04:12:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:13:05.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:13:05.833Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:13:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:13:56.285Z||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-24T04:13:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:13:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:13:56.286Z||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-24T04:13:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:14:05.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:14:05.836Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:14:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:14:56.285Z||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-24T04:14:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:14:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:14:56.286Z||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-24T04:14:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:15:05.842Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:15:05.843Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:15:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:15:56.285Z||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-24T04:15:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:15:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:15:56.287Z||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-24T04:15:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:16:05.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:16:05.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:16:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:16:56.285Z||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-24T04:16:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:16:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:16:56.286Z||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-24T04:16:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:17:05.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:17:05.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:17:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:17:56.285Z||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-24T04:17:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:17:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:17:56.286Z||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-24T04:17:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:18:05.830Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:18:05.834Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:18:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:18:56.285Z||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-24T04:18:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:18:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:18:56.286Z||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-24T04:18:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:19:05.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:19:05.839Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:19:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:19:56.285Z||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-24T04:19:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:19:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:19:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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-24T04:19:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:20:05.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:20:05.835Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:20:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:20:56.285Z||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-24T04:20:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:20:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:20:56.287Z||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-24T04:20:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:20:56.715Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:20:56.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629778835874,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:20:56.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T04:20:56.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "dcae-sch",
"timestamp": 1629778838523,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:20:56.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T04:20:56.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629778842109,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:20:56.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T04:20:56.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "cds",
"timestamp": 1629778834329,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:20:56.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T04:20:56.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "aai-ml",
"timestamp": 1629778833227,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:20:56.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T04:20:56.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "dcae-sch",
"timestamp": 1629778838523,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:20:56.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T04:20:56.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629778835874,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:20:56.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T04:20:56.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629778842109,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:20:56.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T04:20:56.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "cds",
"timestamp": 1629778834329,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:20:56.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T04:20:56.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "aai-ml",
"timestamp": 1629778833227,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:20:56.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T04:20:56.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "cds",
"timestamp": 1629778845531,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:20:56.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:20:56.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "aai-ml",
"timestamp": 1629778845545,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:20:56.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:20:56.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629778845609,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:20:56.724Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:20:56.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629778845332,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:20:56.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T04:20:56.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "cds",
"timestamp": 1629778846538,
"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-24T04:20:56.740Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 49cc3739-babe-47a7-92a6-1f2e5664224a
2021-08-24T04:20:56.741Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49cc3739-babe-47a7-92a6-1f2e5664224a 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-24T04:20:56.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629778845332,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:20:56.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T04:20:56.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629778847197,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T04:20:56.750Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:20:56.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629778848201,
"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-24T04:20:56.755Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 49cc3739-babe-47a7-92a6-1f2e5664224a
2021-08-24T04:20:56.756Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49cc3739-babe-47a7-92a6-1f2e5664224a 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-24T04:20:56.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "aai-ml",
"timestamp": 1629778848808,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T04:20:56.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:20:56.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "aai-ml",
"timestamp": 1629778849813,
"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-24T04:20:56.769Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 49cc3739-babe-47a7-92a6-1f2e5664224a
2021-08-24T04:20:56.769Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49cc3739-babe-47a7-92a6-1f2e5664224a 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-24T04:20:56.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "policy-id",
"timestamp": 1629778852422,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:20:56.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T04:20:56.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "policy-id",
"timestamp": 1629778852422,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:20:56.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T04:20:56.909Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:20:56.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T04:20:56.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"49cc3739-babe-47a7-92a6-1f2e5664224a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6e571526-9203-4504-929a-c7c501883b94","serviceDescription":"service","serviceInvariantUUID":"4102e8b8-8b48-453f-bdc8-828a9ec67406","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"14a49f13-f347-4947-a078-83b4aa780c9c","resourceInvariantUUID":"da0b8961-6a17-438a-abe3-98c4c02f52bc","resourceCustomizationUUID":"d905d070-6177-4fb7-86c4-196e4becd5af","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"OWE4OTE2ZTI4ZGIyYjE2N2NiYTQyMGI0NzE4Yjk2NjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"19b4b334-aa0a-4ceb-9906-7c5616026f39","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2UzNTEwZmYxNzY3YjcwZjRmNWFmOGEyODUxYjM1ZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5ad68ab-4b20-4290-87d9-71b8aa5429ba","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T04:20:56.913Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:20:56.914Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:20:56.916Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:20:56.917Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629778856284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:20:57.016Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T04:20:57.017Z||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-24T04:20:57.017Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:20:57.028Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:20:57.028Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:20:57.917Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:20:57.919Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:20:57.921Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:20:57.921Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629778856284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:20:58.022Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T04:20:58.023Z||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-24T04:20:58.023Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:20:58.034Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:20:58.035Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:20:58.923Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "6e571526-9203-4504-929a-c7c501883b94",
"serviceDescription": "service",
"serviceInvariantUUID": "4102e8b8-8b48-453f-bdc8-828a9ec67406",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "d905d070-6177-4fb7-86c4-196e4becd5af",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "14a49f13-f347-4947-a078-83b4aa780c9c",
"resourceInvariantUUID": "da0b8961-6a17-438a-abe3-98c4c02f52bc",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "N2UzNTEwZmYxNzY3YjcwZjRmNWFmOGEyODUxYjM1ZmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e5ad68ab-4b20-4290-87d9-71b8aa5429ba"
}
],
"workloadContext": "Production"
}
2021-08-24T04:20:58.924Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T04:20:58.924Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6e571526-9203-4504-929a-c7c501883b94 ASDC
2021-08-24T04:20:58.925Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:49cc3739-babe-47a7-92a6-1f2e5664224a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:6e571526-9203-4504-929a-c7c501883b94
ServiceInvariantUUID:4102e8b8-8b48-453f-bdc8-828a9ec67406
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:e5ad68ab-4b20-4290-87d9-71b8aa5429ba
ArtifactChecksum:N2UzNTEwZmYxNzY3YjcwZjRmNWFmOGEyODUxYjM1ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d905d070-6177-4fb7-86c4-196e4becd5af
ResourceInvariantUUID:da0b8961-6a17-438a-abe3-98c4c02f52bc
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:14a49f13-f347-4947-a078-83b4aa780c9c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-08-24T04:20:58.925Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e571526-9203-4504-929a-c7c501883b94 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-24T04:20:58.957Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T04:20:58.957Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-24T04:20:58.958Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-24T04:20:58.958Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e5ad68ab-4b20-4290-87d9-71b8aa5429ba from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-24T04:20:58.958Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-24T04:20:58.958Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-24T04:21:00.725Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-24T04:21:00.730Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e5ad68ab-4b20-4290-87d9-71b8aa5429ba 52170
2021-08-24T04:21:00.731Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-24T04:21:00.731Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-24T04:21:00.731Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T04:21:00.731Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:21:00.734Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:21:00.734Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629778860731,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:21:00.834Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:21:00.835Z||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-24T04:21:00.835Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:21:00.844Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:21:00.845Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:21:01.735Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T04:21:01.736Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-24T04:21:01.736Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e5ad68ab-4b20-4290-87d9-71b8aa5429ba, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T04:21:01.737Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-24T04:21:01.737Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T04:21:01.738Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T04:21:01.821Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4145487091846703730/Definitions/service-BasicNetwork-template.yml
2021-08-24T04:21:02.298Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T04:21:02.300Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-24T04:21:02.300Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:21:02.300Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:21:02.300Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-24T04:21:02.300Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-24T04:21:02.300Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T04:21:02.301Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:21:02.301Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:21:02.301Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-24T04:21:02.301Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-24T04:21:02.301Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T04:21:02.302Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:21:02.302Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:21:02.302Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:21:02.302Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:21:02.302Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:21:02.302Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:21:02.303Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:21:02.303Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:21:02.303Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:21:02.303Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:21:02.303Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:6e571526-9203-4504-929a-c7c501883b94
Model Version:NULL
Model InvariantUuid:4102e8b8-8b48-453f-bdc8-828a9ec67406
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:da0b8961-6a17-438a-abe3-98c4c02f52bc
Model UUID:b626dea0-7b25-4cd4-828d-6ce2e0fa579f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:d905d070-6177-4fb7-86c4-196e4becd5af
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-24T04:21:02.308Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 14a49f13-f347-4947-a078-83b4aa780c9c
2021-08-24T04:21:02.308Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||No resources found for Service: 6e571526-9203-4504-929a-c7c501883b94
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-24T04:21:02.312Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||
2021-08-24T04:21:02.312Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-08-24T04:21:02.313Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 6e571526-9203-4504-929a-c7c501883b94
2021-08-24T04:21:02.313Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6e571526-9203-4504-929a-c7c501883b94
2021-08-24T04:21:02.313Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-08-24T04:21:02.313Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
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-24T04:21:02.318Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:21:02.318Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:21:02.318Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:21:02.318Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:21:02.318Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6e571526-9203-4504-929a-c7c501883b94: Generic NeutronNet
2021-08-24T04:21:02.318Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:21:02.318Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:21:02.319Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:21:02.319Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-08-24T04:21:02.473Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:21:02.474Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:21:02.474Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:21:02.474Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:21:02.474Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:21:02.475Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:21:02.475Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-24T04:21:02.576Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-08-24T04:21:02.577Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-24T04:21:02.577Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-24T04:21:02.577Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T04:21:02.578Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:21:02.581Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:21:02.581Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629778862577,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T04:21:02.682Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-24T04:21:02.685Z||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-24T04:21:02.685Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:21:02.697Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:21:02.698Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:21:03.584Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49cc3739-babe-47a7-92a6-1f2e5664224a
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-24T04:21:03.596Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49cc3739-babe-47a7-92a6-1f2e5664224a
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-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||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-24T04:21:03.606Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-24T04:21:33.606Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 49cc3739-babe-47a7-92a6-1f2e5664224a 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-24T04:21:33.613Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 49cc3739-babe-47a7-92a6-1f2e5664224a and serviceModelVersionId: 6e571526-9203-4504-929a-c7c501883b94
2021-08-24T04:21:33.613Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4102e8b8-8b48-453f-bdc8-828a9ec67406
2021-08-24T04:21:33.614Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4102e8b8-8b48-453f-bdc8-828a9ec67406/model-vers/model-ver/6e571526-9203-4504-929a-c7c501883b94?depth=0
2021-08-24T04:21:33.627Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-08-24T04:21:33.653Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4102e8b8-8b48-453f-bdc8-828a9ec67406/model-vers/model-ver/6e571526-9203-4504-929a-c7c501883b94?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-24T04:21:33.654Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4102e8b8-8b48-453f-bdc8-828a9ec67406/model-vers/model-ver/6e571526-9203-4504-929a-c7c501883b94?depth=0|INFO|500||Invoke
2021-08-24T04:21:33.672Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4102e8b8-8b48-453f-bdc8-828a9ec67406/model-vers/model-ver/6e571526-9203-4504-929a-c7c501883b94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-24T04:21:33.835Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4102e8b8-8b48-453f-bdc8-828a9ec67406/model-vers/model-ver/6e571526-9203-4504-929a-c7c501883b94?depth=0|INFO|500||InvokeReturn
2021-08-24T04:21:33.836Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4102e8b8-8b48-453f-bdc8-828a9ec67406/model-vers/model-ver/6e571526-9203-4504-929a-c7c501883b94?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210824-04:21:33:678-92926], vertex-id=[258280], Content-Length=[0], Date=[Tue, 24 Aug 2021 04:21:33 GMT], Content-Type=[application/json]}
2021-08-24T04:21:33.836Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-08-24T04:21:33.836Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-24T04:21:33.837Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||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-24T04:21:33.842Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||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-24T04:21:33.842Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 49cc3739-babe-47a7-92a6-1f2e5664224a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-24T04:21:33.842Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-24T04:21:33.843Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:21:33.844Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:21:33.845Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629778893842,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T04:21:33.945Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:21:33.946Z||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-24T04:21:33.946Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:21:33.959Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:21:33.959Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 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-24T04:21:56.284Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:21:56.285Z|49cc3739-babe-47a7-92a6-1f2e5664224a|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-24T04:21:56.285Z|49cc3739-babe-47a7-92a6-1f2e5664224a|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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:21:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:21:56.286Z||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-24T04:21:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:21:56.305Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:21:56.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:21:56.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "policy-id",
"timestamp": 1629778856552,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:21:56.306Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:22:05.829Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:22:56.284Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:22:56.285Z|49cc3739-babe-47a7-92a6-1f2e5664224a|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-24T04:22:56.285Z|49cc3739-babe-47a7-92a6-1f2e5664224a|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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:22:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:22:56.286Z||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-24T04:22:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:22:56.312Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:22:56.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T04:22:56.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629778856284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:22:56.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T04:23:05.832Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:23:56.284Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:23:56.285Z|49cc3739-babe-47a7-92a6-1f2e5664224a|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-24T04:23:56.285Z|49cc3739-babe-47a7-92a6-1f2e5664224a|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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:23:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:23:56.286Z||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-24T04:23:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:23:56.808Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:23:56.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T04:23:56.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "clamp",
"timestamp": 1629778856528,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:23:56.810Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T04:23:56.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T04:23:56.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "policy-id",
"timestamp": 1629778857556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T04:23:56.811Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:23:56.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T04:23:56.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629778856284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:23:56.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T04:23:56.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T04:23:56.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "clamp",
"timestamp": 1629778856528,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:23:56.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T04:23:56.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T04:23:56.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "policy-id",
"timestamp": 1629778858558,
"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-24T04:23:56.823Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49cc3739-babe-47a7-92a6-1f2e5664224a
2021-08-24T04:23:56.823Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49cc3739-babe-47a7-92a6-1f2e5664224a 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-24T04:23:56.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T04:23:56.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629778860731,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:23:56.831Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:23:56.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T04:23:56.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629778862577,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T04:23:56.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:23:56.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T04:23:56.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "clamp",
"timestamp": 1629778864906,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:23:56.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:23:56.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T04:23:56.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "clamp",
"timestamp": 1629778866913,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T04:23:56.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:23:56.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T04:23:56.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "clamp",
"timestamp": 1629778867916,
"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-24T04:23:56.837Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 49cc3739-babe-47a7-92a6-1f2e5664224a
2021-08-24T04:23:56.837Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49cc3739-babe-47a7-92a6-1f2e5664224a 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-24T04:23:56.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T04:23:56.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629778893842,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T04:23:56.843Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:24:05.835Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:24:56.284Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:24:56.285Z|49cc3739-babe-47a7-92a6-1f2e5664224a|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-24T04:24:56.285Z|49cc3739-babe-47a7-92a6-1f2e5664224a|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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:24:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:24:56.286Z||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-24T04:24:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:24:56.913Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:24:56.915Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.915Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c18a22d-1aea-45f6-bbc6-42e669516a5e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ebba9060-b888-4547-b912-4638b70f24db","serviceDescription":"service","serviceInvariantUUID":"e97fea69-849f-4aa4-b01b-fa6de71ea2e8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d209fc0c-fb9e-4139-b9df-86987aa8bd31","resourceInvariantUUID":"0dfb737d-2adf-4788-9c92-a706c52975e4","resourceCustomizationUUID":"719749a2-01fd-402b-be60-43c717f1721e","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":"NTM3OGNhNTIwNTc1N2U5MzRjZmI4ZGQ0NGUxNWZjMjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d68924f7-d531-40cb-918c-4d608c79d54e","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":"NDc4MDFhYmVmN2RlNjBiMTZmNmViMTMyOGMyMWNiYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"201bfecf-420e-46d3-86d1-2ba34815748e","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":"2e832828-2409-49ac-9283-15bc9f49dcb0","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":"88e5479d-d2e5-49ea-a3d2-13018c551327","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":"4624dc0f-f600-4532-8133-94425163a6ca","artifactVersion":"2","generatedFromUUID":"2e832828-2409-49ac-9283-15bc9f49dcb0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWYwYjFiMDlkYTFiNzM0ZTk1ZWI3ODQzNDRhNzc0MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e67e0c63-10f4-4131-ac02-8fd3ba665729","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjExMTZlMmY0MTNjYzdkNGE3MDcwY2IxZjg3MGFhMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"caf2498b-d6f8-45b1-96c4-b5a4acfc85d2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T04:24:56.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:24:56.918Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:24:56.919Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:24:56.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "dcae-sch",
"timestamp": 1629779058523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.921Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:24:56.922Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779096284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779052109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "cds",
"timestamp": 1629779059329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779055874,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "policy-id",
"timestamp": 1629779052422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "dcae-sch",
"timestamp": 1629779058523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779052109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779055874,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T04:24:56.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "cds",
"timestamp": 1629779059329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "policy-id",
"timestamp": 1629779052422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "dcae-sch",
"timestamp": 1629779058523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779052109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "cds",
"timestamp": 1629779059329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779055874,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-24T04:24:56.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "policy-id",
"timestamp": 1629779052422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-24T04:24:56.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "dcae-sch",
"timestamp": 1629779058523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779052109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "cds",
"timestamp": 1629779059329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779055874,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "policy-id",
"timestamp": 1629779052422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779065332,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "dcae-sch",
"timestamp": 1629779058523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779052109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779055874,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-24T04:24:56.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "cds",
"timestamp": 1629779059329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "policy-id",
"timestamp": 1629779052422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779065332,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "dcae-sch",
"timestamp": 1629779058523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779052109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779055874,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "cds",
"timestamp": 1629779059329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "policy-id",
"timestamp": 1629779052422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "clamp",
"timestamp": 1629779066528,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779065332,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "dcae-sch",
"timestamp": 1629779058523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779052109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779055874,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "cds",
"timestamp": 1629779059329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "policy-id",
"timestamp": 1629779052422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "clamp",
"timestamp": 1629779066528,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779065332,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "clamp",
"timestamp": 1629779066528,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "policy-id",
"timestamp": 1629779069523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779069606,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:24:56.930Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "cds",
"timestamp": 1629779069614,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:24:56.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779069708,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:24:56.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779065332,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "clamp",
"timestamp": 1629779066528,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "policy-id",
"timestamp": 1629779070526,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T04:24:56.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "cds",
"timestamp": 1629779070619,
"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=?
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-24T04:24:56.942Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c18a22d-1aea-45f6-bbc6-42e669516a5e
2021-08-24T04:24:56.943Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c18a22d-1aea-45f6-bbc6-42e669516a5e 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-24T04:24:56.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779070920,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:24:56.950Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:24:56.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779065332,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "clamp",
"timestamp": 1629779066528,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "policy-id",
"timestamp": 1629779071529,
"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-24T04:24:56.954Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c18a22d-1aea-45f6-bbc6-42e669516a5e
2021-08-24T04:24:56.954Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c18a22d-1aea-45f6-bbc6-42e669516a5e 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-24T04:24:56.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779065332,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779071994,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T04:24:56.960Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:24:56.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "clamp",
"timestamp": 1629779066528,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779072316,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:24:56.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:24:56.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779072997,
"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-24T04:24:56.964Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c18a22d-1aea-45f6-bbc6-42e669516a5e
2021-08-24T04:24:56.964Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c18a22d-1aea-45f6-bbc6-42e669516a5e 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-24T04:24:56.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "clamp",
"timestamp": 1629779066528,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:24:56.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779073339,
"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-24T04:24:56.975Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c18a22d-1aea-45f6-bbc6-42e669516a5e
2021-08-24T04:24:56.975Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c18a22d-1aea-45f6-bbc6-42e669516a5e 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-24T04:24:56.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "aai-ml",
"timestamp": 1629779073227,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779074343,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T04:24:56.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:24:56.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "aai-ml",
"timestamp": 1629779073227,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "aai-ml",
"timestamp": 1629779073227,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "aai-ml",
"timestamp": 1629779073227,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "aai-ml",
"timestamp": 1629779073227,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "aai-ml",
"timestamp": 1629779073227,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:24:56.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "aai-ml",
"timestamp": 1629779073227,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:24:56.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-24T04:24:56.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "aai-ml",
"timestamp": 1629779081850,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:24:56.983Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:24:56.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "clamp",
"timestamp": 1629779081943,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:24:56.983Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:24:56.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "clamp",
"timestamp": 1629779083951,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T04:24:56.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:24:56.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "clamp",
"timestamp": 1629779084953,
"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-24T04:24:56.987Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c18a22d-1aea-45f6-bbc6-42e669516a5e
2021-08-24T04:24:56.987Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c18a22d-1aea-45f6-bbc6-42e669516a5e 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-24T04:24:56.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "aai-ml",
"timestamp": 1629779087006,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T04:24:56.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:24:56.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-24T04:24:56.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "aai-ml",
"timestamp": 1629779088011,
"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-24T04:24:56.995Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c18a22d-1aea-45f6-bbc6-42e669516a5e
2021-08-24T04:24:56.995Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c18a22d-1aea-45f6-bbc6-42e669516a5e 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-24T04:24:57.021Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T04:24:57.022Z||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-24T04:24:57.022Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:24:57.032Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:24:57.032Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:24:57.922Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:24:57.923Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:24:57.925Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:24:57.925Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779096284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T04:24:58.025Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:24:58.026Z||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-24T04:24:58.026Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:24:58.036Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:24:58.037Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:24:58.925Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:24:58.927Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:24:58.929Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:24:58.930Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779096284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-24T04:24:59.030Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T04:24:59.030Z||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-24T04:24:59.030Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:24:59.042Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:24:59.042Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:24:59.930Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:24:59.931Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:24:59.933Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:24:59.933Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779096284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:25:00.033Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:25:00.034Z||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-24T04:25:00.034Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:25:00.045Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:25:00.045Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:25:00.933Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:25:00.934Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:25:00.936Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:25:00.937Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779096284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-24T04:25:01.037Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:25:01.038Z||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-24T04:25:01.038Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:25:01.048Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:25:01.049Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:25:01.937Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:25:01.938Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:25:01.940Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:25:01.941Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779096284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:25:02.041Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:25:02.043Z||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-24T04:25:02.043Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:25:02.052Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:25:02.052Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-24T04:25:02.941Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:25:02.942Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:25:02.945Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:25:02.945Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779096284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:25:03.045Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:25:03.046Z||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-24T04:25:03.047Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:25:03.058Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:25:03.058Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:25:03.947Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "ebba9060-b888-4547-b912-4638b70f24db",
"serviceDescription": "service",
"serviceInvariantUUID": "e97fea69-849f-4aa4-b01b-fa6de71ea2e8",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "719749a2-01fd-402b-be60-43c717f1721e",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d209fc0c-fb9e-4139-b9df-86987aa8bd31",
"resourceInvariantUUID": "0dfb737d-2adf-4788-9c92-a706c52975e4",
"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": "NDc4MDFhYmVmN2RlNjBiMTZmNmViMTMyOGMyMWNiYzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "201bfecf-420e-46d3-86d1-2ba34815748e",
"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": "2e832828-2409-49ac-9283-15bc9f49dcb0",
"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": "4624dc0f-f600-4532-8133-94425163a6ca",
"generatedFromUUID": "2e832828-2409-49ac-9283-15bc9f49dcb0"
},
"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": "4624dc0f-f600-4532-8133-94425163a6ca",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MjExMTZlMmY0MTNjYzdkNGE3MDcwY2IxZjg3MGFhMGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "caf2498b-d6f8-45b1-96c4-b5a4acfc85d2"
}
],
"workloadContext": "Production"
}
2021-08-24T04:25:03.948Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T04:25:03.948Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ebba9060-b888-4547-b912-4638b70f24db ASDC
2021-08-24T04:25:03.948Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1c18a22d-1aea-45f6-bbc6-42e669516a5e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ebba9060-b888-4547-b912-4638b70f24db
ServiceInvariantUUID:e97fea69-849f-4aa4-b01b-fa6de71ea2e8
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:caf2498b-d6f8-45b1-96c4-b5a4acfc85d2
ArtifactChecksum:MjExMTZlMmY0MTNjYzdkNGE3MDcwY2IxZjg3MGFhMGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:719749a2-01fd-402b-be60-43c717f1721e
ResourceInvariantUUID:0dfb737d-2adf-4788-9c92-a706c52975e4
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d209fc0c-fb9e-4139-b9df-86987aa8bd31
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:201bfecf-420e-46d3-86d1-2ba34815748e
ArtifactChecksum:NDc4MDFhYmVmN2RlNjBiMTZmNmViMTMyOGMyMWNiYzA=
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:2e832828-2409-49ac-9283-15bc9f49dcb0
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:4624dc0f-f600-4532-8133-94425163a6ca
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:4624dc0f-f600-4532-8133-94425163a6ca
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-24T04:25:03.948Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ebba9060-b888-4547-b912-4638b70f24db 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-24T04:25:03.973Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T04:25:03.974Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-24T04:25:03.974Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-24T04:25:03.974Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: caf2498b-d6f8-45b1-96c4-b5a4acfc85d2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-24T04:25:03.974Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-24T04:25:03.974Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-24T04:25:04.314Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-24T04:25:04.320Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar caf2498b-d6f8-45b1-96c4-b5a4acfc85d2 70852
2021-08-24T04:25:04.320Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:04.320Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:04.320Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T04:25:04.321Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:25:04.323Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:25:04.323Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779104320,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:25:04.423Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:25:04.424Z||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-24T04:25:04.424Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:25:04.436Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:25:04.436Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:25:05.324Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T04:25:05.325Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-24T04:25:05.325Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: caf2498b-d6f8-45b1-96c4-b5a4acfc85d2, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T04:25:05.325Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-24T04:25:05.326Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T04:25:05.326Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T04:25:05.414Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7706067825488806341/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-24T04:25:06.334Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T04:25:06.334Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d44f8127-94e0-4f43-a6a4-f826c1e6954f
2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:06.338Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:25:06.338Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:06.338Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:25:06.338Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:06.338Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:25:06.338Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ebba9060-b888-4547-b912-4638b70f24db
Model Version:NULL
Model InvariantUuid:e97fea69-849f-4aa4-b01b-fa6de71ea2e8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:9e63b5a4-a1e2-4239-8b37-08217cdf72a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0dfb737d-2adf-4788-9c92-a706c52975e4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:719749a2-01fd-402b-be60-43c717f1721e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a0967941-ad31-4a91-a1e2-3ffc26310a34
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:54f37bf4-377e-424f-9014-111cbca3d116
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d44f8127-94e0-4f43-a6a4-f826c1e6954f
ModelInvariantUuid:5b81bd6c-2d6e-46cf-9559-88f51fa07cc9
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:3f7bb669-1d87-4f7e-b17f-a7448ebe666b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:e7acecf2-60a7-41ac-bc66-7c9505af783e
ModelInvariantUuid:1824087a-285b-4a7f-9c62-ab119c71c9ac
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:bf3d2a52-9674-467f-a764-832b54fd492d
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-24T04:25:06.343Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d209fc0c-fb9e-4139-b9df-86987aa8bd31
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-24T04:25:06.345Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||basic_vm 0
2021-08-24T04:25:06.345Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d209fc0c-fb9e-4139-b9df-86987aa8bd31
2021-08-24T04:25:06.345Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 201bfecf-420e-46d3-86d1-2ba34815748e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-24T04:25:06.346Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-24T04:25:06.346Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:06.718Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-24T04:25:06.718Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 201bfecf-420e-46d3-86d1-2ba34815748e 787
2021-08-24T04:25:06.718Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:06.719Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:06.719Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T04:25:06.719Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:25:06.722Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:25:06.722Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779106718,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:25:06.823Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:25:06.823Z||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-24T04:25:06.823Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:25:06.833Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:25:06.833Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:25:07.723Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "a0967941-ad31-4a91-a1e2-3ffc26310a34",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "54f37bf4-377e-424f-9014-111cbca3d116",
"vfModuleModelCustomizationUUID": "01bae1ad-a857-4be6-805e-598a5613903f",
"isBase": true,
"artifacts": [
"2e832828-2409-49ac-9283-15bc9f49dcb0",
"4624dc0f-f600-4532-8133-94425163a6ca"
],
"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-24T04:25:07.728Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:54f37bf4-377e-424f-9014-111cbca3d116
VfModuleModelInvariantUUID:a0967941-ad31-4a91-a1e2-3ffc26310a34
VfModuleModelDescription:NULL
Artifacts UUID List:{
2e832828-2409-49ac-9283-15bc9f49dcb0
,
4624dc0f-f600-4532-8133-94425163a6ca
}
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-24T04:25:07.731Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "a0967941-ad31-4a91-a1e2-3ffc26310a34",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "54f37bf4-377e-424f-9014-111cbca3d116",
"vfModuleModelCustomizationUUID": "01bae1ad-a857-4be6-805e-598a5613903f",
"isBase": true,
"artifacts": [
"2e832828-2409-49ac-9283-15bc9f49dcb0",
"4624dc0f-f600-4532-8133-94425163a6ca"
],
"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-24T04:25:07.731Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:54f37bf4-377e-424f-9014-111cbca3d116
VfModuleModelInvariantUUID:a0967941-ad31-4a91-a1e2-3ffc26310a34
VfModuleModelDescription:NULL
Artifacts UUID List:{
2e832828-2409-49ac-9283-15bc9f49dcb0
,
4624dc0f-f600-4532-8133-94425163a6ca
}
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-24T04:25:07.731Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2e832828-2409-49ac-9283-15bc9f49dcb0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-24T04:25:07.732Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-24T04:25:07.732Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:08.132Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-24T04:25:08.133Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2e832828-2409-49ac-9283-15bc9f49dcb0 5033
2021-08-24T04:25:08.133Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:08.133Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:08.133Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T04:25:08.133Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:25:08.135Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:25:08.136Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779108133,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:25:08.236Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:25:08.236Z||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-24T04:25:08.237Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:25:08.246Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:25:08.246Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:25:09.136Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4624dc0f-f600-4532-8133-94425163a6ca from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-24T04:25:09.138Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-24T04:25:09.138Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:09.524Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-24T04:25:09.525Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 4624dc0f-f600-4532-8133-94425163a6ca 903
2021-08-24T04:25:09.525Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:09.526Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:09.526Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T04:25:09.526Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:25:09.529Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:25:09.529Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779109525,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:25:09.629Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T04:25:09.630Z||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-24T04:25:09.630Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:25:09.640Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:25:09.641Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:25:10.530Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ebba9060-b888-4547-b912-4638b70f24db
2021-08-24T04:25:10.531Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d209fc0c-fb9e-4139-b9df-86987aa8bd31 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-24T04:25:10.550Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:10.550Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:25:10.551Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-08-24T04:25:10.551Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 719749a2-01fd-402b-be60-43c717f1721e
2021-08-24T04:25:10.551Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 719749a2-01fd-402b-be60-43c717f1721e matches Tosca VF Customization UUID: 719749a2-01fd-402b-be60-43c717f1721e
2021-08-24T04:25:10.551Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 719749a2-01fd-402b-be60-43c717f1721e 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-24T04:25:10.553Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:10.554Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:25:10.554Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 719749a2-01fd-402b-be60-43c717f1721e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-08-24T04:25:10.555Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@281e4a50
2021-08-24T04:25:10.555Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:10.555Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T04:25:10.555Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 01bae1ad-a857-4be6-805e-598a5613903f
2021-08-24T04:25:10.556Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 01bae1ad-a857-4be6-805e-598a5613903f
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-24T04:25:10.558Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:10.558Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T04:25:10.559Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T04:25:10.559Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:10.559Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T04:25:10.559Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T04:25:10.560Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:10.560Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-24T04:25:10.560Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-24T04:25:10.560Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-24T04:25:10.560Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d44f8127-94e0-4f43-a6a4-f826c1e6954f
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-24T04:25:10.563Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:10.563Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T04:25:10.563Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T04:25:10.563Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:10.564Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T04:25:10.564Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=719749a2-01fd-402b-be60-43c717f1721e
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-24T04:25:10.565Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:10.566Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:25:10.566Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ebba9060-b888-4547-b912-4638b70f24db: basic_vm
2021-08-24T04:25:10.566Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:10.566Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:25:10.566Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:10.566Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:25:10.566Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:10.567Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:25:10.567Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:10.567Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:25:10.567Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:25:10.567Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:25:10.567Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm
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-24T04:25:10.656Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d209fc0c-fb9e-4139-b9df-86987aa8bd31 1 ASDC deployResourceStructure
2021-08-24T04:25:10.656Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-08-24T04:25:10.656Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-24T04:25:10.656Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T04:25:10.656Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:25:10.657Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:25:10.657Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779110656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T04:25:10.758Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-24T04:25:10.759Z||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-24T04:25:10.759Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:25:10.769Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:25:10.769Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:25:11.658Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-24T04:25:11.659Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-24T04:25:11.659Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T04:25:11.659Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:25:11.662Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:25:11.662Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779111658,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-08-24T04:25:11.762Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:25:11.763Z||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-24T04:25:11.763Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:25:11.774Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:25:11.774Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:25:12.663Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-24T04:25:12.664Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-24T04:25:12.664Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T04:25:12.665Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:25:12.668Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:25:12.669Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779112662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-08-24T04:25:12.769Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:25:12.769Z||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-24T04:25:12.769Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:25:12.779Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:25:12.780Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:25:13.669Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-24T04:25:13.670Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-24T04:25:13.670Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T04:25:13.671Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:25:13.673Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:25:13.673Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779113669,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T04:25:13.773Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T04:25:13.774Z||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-24T04:25:13.774Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:25:13.784Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:25:13.784Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:25:14.674Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c18a22d-1aea-45f6-bbc6-42e669516a5e
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-24T04:25:14.686Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c18a22d-1aea-45f6-bbc6-42e669516a5e
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-24T04:25:14.689Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T04:25:14.689Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-24T04:25:14.689Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-24T04:25:14.689Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-24T04:25:14.689Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T04:25:14.690Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T04:25:14.690Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T04:25:14.690Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T04:25:14.690Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T04:25:14.690Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T04:25:14.690Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:14.694Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-24T04:25:44.694Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c18a22d-1aea-45f6-bbc6-42e669516a5e 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-24T04:25:44.700Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c18a22d-1aea-45f6-bbc6-42e669516a5e and serviceModelVersionId: ebba9060-b888-4547-b912-4638b70f24db
2021-08-24T04:25:44.701Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e97fea69-849f-4aa4-b01b-fa6de71ea2e8
2021-08-24T04:25:44.702Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?depth=0
2021-08-24T04:25:44.708Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-08-24T04:25:44.732Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?depth=0|INFO|500||Invoke
2021-08-24T04:25:44.733Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1c18a22d-1aea-45f6-bbc6-42e669516a5e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89d0d592-3b24-41b7-8878-c3eb0c9cabdb], X-ECOMP-RequestID=[1c18a22d-1aea-45f6-bbc6-42e669516a5e], X-TransactionId=[], X-ONAP-RequestID=[1c18a22d-1aea-45f6-bbc6-42e669516a5e], Content-Type=[application/merge-patch+json]}
2021-08-24T04:25:44.745Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-24T04:25:44.921Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?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/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210824-04:25:44:752-44757], vertex-id=[278760], Content-Length=[0], Date=[Tue, 24 Aug 2021 04:25:44 GMT], Content-Type=[application/json]}
2021-08-24T04:25:44.921Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-24T04:25:44.922Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?depth=0|INFO|500||InvokeReturn
2021-08-24T04:25:44.923Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-24T04:25:44.923Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:44.927Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||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-24T04:25:44.928Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c18a22d-1aea-45f6-bbc6-42e669516a5e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-24T04:25:44.928Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-24T04:25:44.928Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:25:44.931Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:25:44.931Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779144928,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T04:25:45.031Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:25:45.032Z||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-24T04:25:45.032Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:25:45.047Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:25:45.047Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-24T04:25:56.284Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:25:56.285Z||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-24T04:25:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:25:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:25:56.287Z||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-24T04:25:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:25:56.405Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:25:56.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-24T04:25:56.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779096284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:25:56.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-24T04:26:05.825Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:26:56.284Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:26:56.285Z||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-24T04:26:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:26:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:26:56.286Z||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-24T04:26:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:26:56.810Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:26:56.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-24T04:26:56.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779096284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T04:26:56.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-24T04:26:56.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-24T04:26:56.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779096284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-24T04:26:56.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-24T04:26:56.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-24T04:26:56.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779096284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:26:56.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779096284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-24T04:26:56.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779096284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:26:56.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779096284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:26:56.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779104320,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:26:56.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779106718,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:26:56.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779108133,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:26:56.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779109525,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:26:56.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779110656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T04:26:56.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779111658,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-08-24T04:26:56.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779112662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-08-24T04:26:56.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:26:56.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-24T04:26:56.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779113669,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T04:26:56.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:26:56.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-24T04:26:56.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779144928,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T04:26:56.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:27:05.831Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:27:56.284Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:27:56.285Z||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-24T04:27:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:27:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:27:56.286Z||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-24T04:27:56.286Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:28:05.828Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:28:05.828Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:28:56.284Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:28:56.285Z||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-24T04:28:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:28:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:28:56.286Z||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-24T04:28:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:29:05.826Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:29:05.833Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:29:56.284Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:29:56.285Z||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-24T04:29:56.285Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:29:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T04:29:56.287Z||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-24T04:29:56.287Z||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 Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:29:56.411Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:29:56.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "cds",
"timestamp": 1629779359329,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779352109,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "dcae-sch",
"timestamp": 1629779358523,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779355875,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "policy-id",
"timestamp": 1629779352422,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "dcae-sch",
"timestamp": 1629779358523,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "cds",
"timestamp": 1629779359329,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779352109,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779355875,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "policy-id",
"timestamp": 1629779352422,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "dcae-sch",
"timestamp": 1629779358523,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "cds",
"timestamp": 1629779359329,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779352109,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779355875,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "policy-id",
"timestamp": 1629779352422,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "dcae-sch",
"timestamp": 1629779358523,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "cds",
"timestamp": 1629779359329,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779352109,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779355875,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "policy-id",
"timestamp": 1629779352422,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "dcae-sch",
"timestamp": 1629779358523,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "cds",
"timestamp": 1629779359329,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779352109,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779355875,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "policy-id",
"timestamp": 1629779352422,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779365332,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "dcae-sch",
"timestamp": 1629779358523,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779352109,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "cds",
"timestamp": 1629779359329,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779355875,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "policy-id",
"timestamp": 1629779352422,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779365332,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "clamp",
"timestamp": 1629779366528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "dcae-sch",
"timestamp": 1629779358523,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779352109,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "cds",
"timestamp": 1629779359329,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779355875,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "policy-id",
"timestamp": 1629779352422,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779365332,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "clamp",
"timestamp": 1629779366528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "dcae-sch",
"timestamp": 1629779358523,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779352109,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "cds",
"timestamp": 1629779359329,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779355875,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "policy-id",
"timestamp": 1629779352422,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779365332,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "clamp",
"timestamp": 1629779366528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "dcae-sch",
"timestamp": 1629779358523,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779352109,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "cds",
"timestamp": 1629779359329,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779355875,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "policy-id",
"timestamp": 1629779352422,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779365332,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "clamp",
"timestamp": 1629779366528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779365332,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779371020,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:29:56.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:29:56.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "cds",
"timestamp": 1629779371017,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:29:56.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "policy-id",
"timestamp": 1629779371020,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:29:56.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779371105,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:29:56.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "clamp",
"timestamp": 1629779366528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779365332,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "cds",
"timestamp": 1629779372022,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-24T04:29:56.615Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 527680ba-3247-4305-81f0-2bb3c58c7da7
2021-08-24T04:29:56.616Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 527680ba-3247-4305-81f0-2bb3c58c7da7 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-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "policy-id",
"timestamp": 1629779372025,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T04:29:56.622Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "clamp",
"timestamp": 1629779366528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779372804,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:29:56.622Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779365332,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "policy-id",
"timestamp": 1629779373027,
"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-24T04:29:56.625Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 527680ba-3247-4305-81f0-2bb3c58c7da7
2021-08-24T04:29:56.625Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 527680ba-3247-4305-81f0-2bb3c58c7da7 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-24T04:29:56.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779373141,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T04:29:56.631Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:29:56.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "clamp",
"timestamp": 1629779366528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "aai-ml",
"timestamp": 1629779373227,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779365332,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779374144,
"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-24T04:29:56.634Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 527680ba-3247-4305-81f0-2bb3c58c7da7
2021-08-24T04:29:56.634Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 527680ba-3247-4305-81f0-2bb3c58c7da7 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-24T04:29:56.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "clamp",
"timestamp": 1629779366528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779374425,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:29:56.639Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "aai-ml",
"timestamp": 1629779373227,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "clamp",
"timestamp": 1629779366528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "aai-ml",
"timestamp": 1629779373227,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "aai-ml",
"timestamp": 1629779373227,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779377646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "aai-ml",
"timestamp": 1629779373227,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779378680,
"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-24T04:29:56.643Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 527680ba-3247-4305-81f0-2bb3c58c7da7
2021-08-24T04:29:56.643Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 527680ba-3247-4305-81f0-2bb3c58c7da7 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-24T04:29:56.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "aai-ml",
"timestamp": 1629779373227,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779379682,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T04:29:56.647Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:29:56.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "aai-ml",
"timestamp": 1629779373227,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "aai-ml",
"timestamp": 1629779373227,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "clamp",
"timestamp": 1629779380993,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:29:56.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "aai-ml",
"timestamp": 1629779373227,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "clamp",
"timestamp": 1629779382008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T04:29:56.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "clamp",
"timestamp": 1629779383011,
"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-24T04:29:56.651Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 527680ba-3247-4305-81f0-2bb3c58c7da7
2021-08-24T04:29:56.651Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 527680ba-3247-4305-81f0-2bb3c58c7da7 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-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "aai-ml",
"timestamp": 1629779383325,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "dcae-sch",
"timestamp": 1629779378523,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779382109,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779380686,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779385332,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "dcae-sch",
"timestamp": 1629779378523,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779382109,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779380686,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779385332,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "dcae-sch",
"timestamp": 1629779378523,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779382109,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779380686,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779385332,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "dcae-sch",
"timestamp": 1629779378523,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779382109,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779380686,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "aai-ml",
"timestamp": 1629779388906,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T04:29:56.658Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779385332,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "dcae-sch",
"timestamp": 1629779378523,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779382109,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779380686,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "aai-ml",
"timestamp": 1629779389911,
"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-24T04:29:56.661Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 527680ba-3247-4305-81f0-2bb3c58c7da7
2021-08-24T04:29:56.661Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 527680ba-3247-4305-81f0-2bb3c58c7da7 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-24T04:29:56.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "cds",
"timestamp": 1629779389329,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779385332,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "dcae-sch",
"timestamp": 1629779378523,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779382109,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779380686,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "cds",
"timestamp": 1629779389329,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779385332,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "dcae-sch",
"timestamp": 1629779378523,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779382109,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779380686,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "cds",
"timestamp": 1629779389329,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779385332,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "dcae-sch",
"timestamp": 1629779378523,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779382109,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779380686,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "cds",
"timestamp": 1629779389329,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "ves-openapi-manager",
"timestamp": 1629779385332,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "policy-id",
"timestamp": 1629779392422,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "cds",
"timestamp": 1629779389329,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "policy-id",
"timestamp": 1629779392422,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629779394436,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629779394519,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "cds",
"timestamp": 1629779389329,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "policy-id",
"timestamp": 1629779392422,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "cds",
"timestamp": 1629779389329,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f",
"consumerID": "policy-id",
"timestamp": 1629779392422,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-24T04:29:56.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-24T04:29:56.909Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:29:56.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T04:29:56.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"527680ba-3247-4305-81f0-2bb3c58c7da7","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"58dc81c3-ccd7-408d-aaf1-b42235014878","serviceDescription":"service","serviceInvariantUUID":"0f7f0d31-3838-4047-9ef2-63e04cfb58aa","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"617e22c3-9d10-4cb9-ade2-8196ac2f3369","resourceInvariantUUID":"f3a8cf8f-ebb2-447d-8c8c-5e25b3c1e0e3","resourceCustomizationUUID":"eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"YTAyZDQzMWUzZGI4MGJhZjY4ODRjNGRiMmFlMzhiZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f590337e-b4bd-42ea-b8bf-20fc4e570b40","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9b7480fa-2a64-4341-b8e9-3d40ca22a747","artifactVersion":"2","generatedFromUUID":"511c1203-9d59-49ff-b8f0-7baffc8fcf65"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"511c1203-9d59-49ff-b8f0-7baffc8fcf65","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"OTFmMzE4ODlmNGQzMzhkZGFhYWNkZDczN2EwODAxNzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55767113-f0c8-4429-96b6-59a0771f0fe8","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a735659e-ab3e-42bc-a017-256a483c479e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c0c61666-29dd-48a8-bf1a-e595438d2273","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d537644-353c-4d59-bbd0-fd557a48a492","artifactVersion":"2","generatedFromUUID":"a735659e-ab3e-42bc-a017-256a483c479e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZmM4Y2RmOGIwM2ZiOGFmNDYzMWMxZWQ2MTJjOGQzMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d994e7c-6b18-4089-893a-739da06a0aa8","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZGY4NGI0YTZjNGI2OGJkOGY1Mjk3ZjY2YWViZWRiZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88c03a2d-4fd7-4018-a7b2-b0e13da9c2b8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T04:29:56.911Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:29:56.911Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:29:56.913Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:29:56.913Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779396284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:29:57.013Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:29:57.014Z||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-24T04:29:57.015Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:29:57.024Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:29:57.025Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:29:57.914Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:29:57.915Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:29:57.917Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:29:57.917Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779396284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-08-24T04:29:58.017Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:29:58.018Z||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-24T04:29:58.018Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:29:58.030Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:29:58.031Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:29:58.918Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:29:58.919Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:29:58.921Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:29:58.921Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779396284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-08-24T04:29:59.022Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-24T04:29:59.023Z||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-24T04:29:59.023Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:29:59.034Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:29:59.034Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:29:59.922Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:29:59.923Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:29:59.926Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:29:59.926Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779396284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T04:30:00.026Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:30:00.027Z||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-24T04:30:00.027Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:30:00.038Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:30:00.038Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:30:00.927Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:30:00.928Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:30:00.930Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:30:00.930Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779396284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-08-24T04:30:01.030Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T04:30:01.031Z||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-24T04:30:01.031Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:30:01.042Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:30:01.042Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:30:01.931Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:30:01.932Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:30:01.935Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:30:01.935Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779396284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:30:02.035Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:30:02.036Z||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-24T04:30:02.036Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:30:02.048Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:30:02.048Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:30:02.936Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:30:02.937Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:30:02.939Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:30:02.939Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779396284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-08-24T04:30:03.039Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:30:03.040Z||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-24T04:30:03.040Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:30:03.051Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:30:03.052Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:30:03.940Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:30:03.941Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:30:03.944Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:30:03.944Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779396284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T04:30:04.044Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:30:04.045Z||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-24T04:30:04.045Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:30:04.056Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:30:04.057Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:30:04.944Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T04:30:04.945Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:30:04.948Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:30:04.948Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779396284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T04:30:05.049Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:30:05.049Z||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-24T04:30:05.050Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:30:05.060Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:30:05.060Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:30:05.950Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "58dc81c3-ccd7-408d-aaf1-b42235014878",
"serviceDescription": "service",
"serviceInvariantUUID": "0f7f0d31-3838-4047-9ef2-63e04cfb58aa",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "617e22c3-9d10-4cb9-ade2-8196ac2f3369",
"resourceInvariantUUID": "f3a8cf8f-ebb2-447d-8c8c-5e25b3c1e0e3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9b7480fa-2a64-4341-b8e9-3d40ca22a747",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "511c1203-9d59-49ff-b8f0-7baffc8fcf65",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "OTFmMzE4ODlmNGQzMzhkZGFhYWNkZDczN2EwODAxNzY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "55767113-f0c8-4429-96b6-59a0771f0fe8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a735659e-ab3e-42bc-a017-256a483c479e",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5d537644-353c-4d59-bbd0-fd557a48a492",
"generatedFromUUID": "a735659e-ab3e-42bc-a017-256a483c479e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5d537644-353c-4d59-bbd0-fd557a48a492",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "ZGY4NGI0YTZjNGI2OGJkOGY1Mjk3ZjY2YWViZWRiZjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "88c03a2d-4fd7-4018-a7b2-b0e13da9c2b8"
}
],
"workloadContext": "Production"
}
2021-08-24T04:30:05.950Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T04:30:05.950Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 58dc81c3-ccd7-408d-aaf1-b42235014878 ASDC
2021-08-24T04:30:05.951Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:527680ba-3247-4305-81f0-2bb3c58c7da7
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:58dc81c3-ccd7-408d-aaf1-b42235014878
ServiceInvariantUUID:0f7f0d31-3838-4047-9ef2-63e04cfb58aa
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:88c03a2d-4fd7-4018-a7b2-b0e13da9c2b8
ArtifactChecksum:ZGY4NGI0YTZjNGI2OGJkOGY1Mjk3ZjY2YWViZWRiZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8
ResourceInvariantUUID:f3a8cf8f-ebb2-447d-8c8c-5e25b3c1e0e3
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:617e22c3-9d10-4cb9-ade2-8196ac2f3369
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:9b7480fa-2a64-4341-b8e9-3d40ca22a747
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:511c1203-9d59-49ff-b8f0-7baffc8fcf65
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:55767113-f0c8-4429-96b6-59a0771f0fe8
ArtifactChecksum:OTFmMzE4ODlmNGQzMzhkZGFhYWNkZDczN2EwODAxNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:a735659e-ab3e-42bc-a017-256a483c479e
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:5d537644-353c-4d59-bbd0-fd557a48a492
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:5d537644-353c-4d59-bbd0-fd557a48a492
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-24T04:30:05.951Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 58dc81c3-ccd7-408d-aaf1-b42235014878 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-24T04:30:05.981Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T04:30:05.981Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-24T04:30:05.981Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-24T04:30:05.981Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 88c03a2d-4fd7-4018-a7b2-b0e13da9c2b8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-24T04:30:05.981Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-24T04:30:05.981Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-24T04:30:06.157Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-24T04:30:06.162Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 88c03a2d-4fd7-4018-a7b2-b0e13da9c2b8 68764
2021-08-24T04:30:06.163Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-08-24T04:30:06.163Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-24T04:30:06.163Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T04:30:06.163Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:30:06.165Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:30:06.165Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779406163,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:30:06.266Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:30:06.267Z||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-24T04:30:06.267Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:30:06.278Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:30:06.279Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:30:07.166Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T04:30:07.167Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-24T04:30:07.168Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 88c03a2d-4fd7-4018-a7b2-b0e13da9c2b8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-24T04:30:07.168Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-08-24T04:30:07.168Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-24T04:30:07.168Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-24T04:30:07.244Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12691218997270569651/Definitions/service-BasicCnf-template.yml
2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||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-BasicCnf-csar.csar
2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2f4ae171-a9e5-4753-9ec0-a09b42cd7036
2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:30:08.140Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:30:08.140Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:30:08.140Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:30:08.140Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:58dc81c3-ccd7-408d-aaf1-b42235014878
Model Version:NULL
Model InvariantUuid:0f7f0d31-3838-4047-9ef2-63e04cfb58aa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:0a621fc7-c01a-43ef-9612-e85d3d5bf57f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f3a8cf8f-ebb2-447d-8c8c-5e25b3c1e0e3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ab869f0a-10ba-45ce-a6b3-e0a83bb776d5
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:e1eb3a14-3281-47df-9646-598b8afb091a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2f4ae171-a9e5-4753-9ec0-a09b42cd7036
ModelInvariantUuid:e0adcc8a-6b07-4973-967b-61b1e6e6aa20
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:ec4115a2-3cd9-48d5-8c72-4821aecc469d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:844aae56-5853-434e-bdf5-45056c2d000c
ModelInvariantUuid:4f2ccd17-1fdc-4c99-a2b8-86694d65facc
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d14d202a-7953-4413-bac5-771c60690386
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-24T04:30:08.148Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 617e22c3-9d10-4cb9-ade2-8196ac2f3369
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-24T04:30:08.151Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||basic_cnf 0
2021-08-24T04:30:08.151Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 617e22c3-9d10-4cb9-ade2-8196ac2f3369
2021-08-24T04:30:08.151Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9b7480fa-2a64-4341-b8e9-3d40ca22a747 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-24T04:30:08.151Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-24T04:30:08.151Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-24T04:30:08.700Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-24T04:30:08.700Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 9b7480fa-2a64-4341-b8e9-3d40ca22a747 12
2021-08-24T04:30:08.701Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-08-24T04:30:08.701Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-24T04:30:08.701Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T04:30:08.701Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:30:08.703Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:30:08.703Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779408701,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:30:08.803Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:30:08.804Z||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-24T04:30:08.804Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:30:08.815Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:30:08.815Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:30:09.704Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 511c1203-9d59-49ff-b8f0-7baffc8fcf65 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-24T04:30:09.705Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-24T04:30:09.705Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-24T04:30:10.103Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-24T04:30:10.103Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 511c1203-9d59-49ff-b8f0-7baffc8fcf65 2688
2021-08-24T04:30:10.103Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-08-24T04:30:10.103Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-24T04:30:10.103Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T04:30:10.104Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:30:10.105Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:30:10.105Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779410103,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:30:10.206Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-24T04:30:10.206Z||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-24T04:30:10.206Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:30:10.217Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:30:10.217Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:30:11.107Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55767113-f0c8-4429-96b6-59a0771f0fe8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-24T04:30:11.108Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-24T04:30:11.108Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-24T04:30:11.213Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-24T04:30:11.213Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 55767113-f0c8-4429-96b6-59a0771f0fe8 828
2021-08-24T04:30:11.214Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-08-24T04:30:11.214Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-24T04:30:11.214Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T04:30:11.214Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:30:11.217Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:30:11.217Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779411214,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:30:11.317Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:30:11.318Z||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-24T04:30:11.318Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:30:11.329Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:30:11.329Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:30:12.217Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "ab869f0a-10ba-45ce-a6b3-e0a83bb776d5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e1eb3a14-3281-47df-9646-598b8afb091a",
"vfModuleModelCustomizationUUID": "4fe841d4-296a-4e9e-af0d-33c5f2d69a13",
"isBase": true,
"artifacts": [
"511c1203-9d59-49ff-b8f0-7baffc8fcf65",
"a735659e-ab3e-42bc-a017-256a483c479e",
"5d537644-353c-4d59-bbd0-fd557a48a492"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"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-24T04:30:12.222Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e1eb3a14-3281-47df-9646-598b8afb091a
VfModuleModelInvariantUUID:ab869f0a-10ba-45ce-a6b3-e0a83bb776d5
VfModuleModelDescription:NULL
Artifacts UUID List:{
511c1203-9d59-49ff-b8f0-7baffc8fcf65
,
a735659e-ab3e-42bc-a017-256a483c479e
,
5d537644-353c-4d59-bbd0-fd557a48a492
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-24T04:30:12.225Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "ab869f0a-10ba-45ce-a6b3-e0a83bb776d5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e1eb3a14-3281-47df-9646-598b8afb091a",
"vfModuleModelCustomizationUUID": "4fe841d4-296a-4e9e-af0d-33c5f2d69a13",
"isBase": true,
"artifacts": [
"511c1203-9d59-49ff-b8f0-7baffc8fcf65",
"a735659e-ab3e-42bc-a017-256a483c479e",
"5d537644-353c-4d59-bbd0-fd557a48a492"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"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-24T04:30:12.225Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e1eb3a14-3281-47df-9646-598b8afb091a
VfModuleModelInvariantUUID:ab869f0a-10ba-45ce-a6b3-e0a83bb776d5
VfModuleModelDescription:NULL
Artifacts UUID List:{
511c1203-9d59-49ff-b8f0-7baffc8fcf65
,
a735659e-ab3e-42bc-a017-256a483c479e
,
5d537644-353c-4d59-bbd0-fd557a48a492
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-24T04:30:12.225Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a735659e-ab3e-42bc-a017-256a483c479e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-24T04:30:12.225Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-24T04:30:12.225Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-24T04:30:12.343Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-24T04:30:12.344Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a735659e-ab3e-42bc-a017-256a483c479e 1164
2021-08-24T04:30:12.344Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-08-24T04:30:12.344Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-24T04:30:12.344Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T04:30:12.345Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:30:12.347Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:30:12.347Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779412344,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:30:12.448Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-24T04:30:12.448Z||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-24T04:30:12.449Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:30:12.459Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:30:12.460Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:30:13.348Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5d537644-353c-4d59-bbd0-fd557a48a492 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-24T04:30:13.349Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-24T04:30:13.349Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-24T04:30:14.022Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-24T04:30:14.022Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5d537644-353c-4d59-bbd0-fd557a48a492 200
2021-08-24T04:30:14.022Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-08-24T04:30:14.023Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-24T04:30:14.023Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T04:30:14.023Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-24T04:30:14.025Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T04:30:14.025Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629779414022,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T04:30:14.125Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T04:30:14.126Z||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-24T04:30:14.126Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ...
2021-08-24T04:30:14.137Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T04:30:14.137Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T04:30:15.026Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 58dc81c3-ccd7-408d-aaf1-b42235014878
2021-08-24T04:30:15.027Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 617e22c3-9d10-4cb9-ade2-8196ac2f3369 ASDC
2021-08-24T04:30:15.037Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
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 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-24T04:30:15.051Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T04:30:15.051Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T04:30:15.052Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-08-24T04:30:15.052Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8
2021-08-24T04:30:15.052Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8 matches Tosca VF Customization UUID: eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8
2021-08-24T04:30:15.052Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8 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-24T04:30:15.054Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery