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-19T01:56:27.600Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-8btwb with PID 14 (/app/app.jar started by so in /app)
2021-08-19T01:56:27.609Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-19T01:56:27.610Z||main|||||INFO|500||The following profiles are active: basic
2021-08-19T01:56:35.537Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-19T01:56:35.537Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-19T01:56:35.640Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-19T01:56:37.296Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-19T01:56:37.486Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-19T01:56:37.958Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-19T01:56:37.966Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-19T01:56:38.053Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-19T01:56:38.210Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-19T01:56:38.679Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-19T01:56:39.690Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-19T01:56:41.953Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-19T01:56:42.011Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-19T01:56:42.447Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-19T01:56:42.678Z||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-19T01:56:44.119Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-19T01:56:45.188Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-19T01:56:45.212Z||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$$c9512ee.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-19T01:56:45.213Z||main|||||WARN|500||The sdc end point is not alive
2021-08-19T01:56:47.727Z||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-19T01:56:50.260Z||main|||||WARN|500||---
2021-08-19T01:56:50.260Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-19T01:56:50.260Z||main|||||WARN|500||---
2021-08-19T01:56:50.583Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-19T01:56:54.185Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T01:56:54.186Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T01:56:54.188Z||main|||||INFO|500||Started Application in 28.697 seconds (JVM running for 30.052)
2021-08-19T01:56:54.196Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T01:56:54.221Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T01:56:54.308Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 950e196c-9677-4a14-ae7b-ca035d568dd7 url= /sdc/v1/artifactTypes
2021-08-19T01:56:54.309Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T01:56:55.435Z||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.29.107] 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-19T01:56:55.440Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1571005c
2021-08-19T01:56:55.440Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T01:56:55.450Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T01:56:55.452Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T01:56:55.455Z||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-19T01:57:44.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T01:57:44.181Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T01:57:44.181Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T01:57:44.184Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T01:57:44.190Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 332d2193-e269-41ff-aa13-a2906b839ea7 url= /sdc/v1/artifactTypes
2021-08-19T01:57:44.191Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T01:57:45.227Z||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.29.107] 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-19T01:57:45.227Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@72bd0aa0
2021-08-19T01:57:45.228Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T01:57:45.228Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T01:57:45.228Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T01:57:45.228Z||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-19T01:58:34.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T01:58:34.181Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T01:58:34.181Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T01:58:34.186Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T01:58:34.196Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c63674a0-cf27-4287-a0e3-bc62ebf52250 url= /sdc/v1/artifactTypes
2021-08-19T01:58:34.196Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T01:58:35.211Z||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.29.107] 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-19T01:58:35.212Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61f58420
2021-08-19T01:58:35.212Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T01:58:35.212Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T01:58:35.212Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T01:58:35.213Z||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-19T01:59:24.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T01:59:24.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T01:59:24.180Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T01:59:24.184Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T01:59:24.189Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2d762668-a2f9-43c1-92f8-4e817b274646 url= /sdc/v1/artifactTypes
2021-08-19T01:59:24.189Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T01:59:25.227Z||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.29.107] 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-19T01:59:25.227Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3644b5b4
2021-08-19T01:59:25.228Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T01:59:25.228Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T01:59:25.228Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T01:59:25.229Z||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-19T02:00:14.181Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T02:00:14.181Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T02:00:14.182Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T02:00:14.187Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T02:00:14.194Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3290e478-f2f2-44da-b39b-bb0e9b1cf2cf url= /sdc/v1/artifactTypes
2021-08-19T02:00:14.194Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T02:00:15.243Z||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.29.107] 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-19T02:00:15.244Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@176552df
2021-08-19T02:00:15.245Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T02:00:15.246Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T02:00:15.246Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T02:00:15.247Z||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-19T02:01:04.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T02:01:04.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T02:01:04.181Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T02:01:04.185Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T02:01:04.189Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 55a1a2c3-7b44-4143-b767-4f17b70f2d50 url= /sdc/v1/artifactTypes
2021-08-19T02:01:04.189Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T02:01:05.227Z||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.29.107] 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-19T02:01:05.227Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@420596
2021-08-19T02:01:05.227Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T02:01:05.228Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T02:01:05.228Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T02:01:05.228Z||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-19T02:01:54.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T02:01:54.181Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T02:01:54.181Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T02:01:54.183Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T02:01:54.190Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba9989b8-8c10-4350-abf3-96f0d6aeb98f url= /sdc/v1/artifactTypes
2021-08-19T02:01:54.190Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T02:01:55.215Z||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.29.107] 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-19T02:01:55.215Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@576ff06a
2021-08-19T02:01:55.216Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T02:01:55.216Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T02:01:55.216Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T02:01:55.217Z||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-19T02:02:44.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T02:02:44.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T02:02:44.180Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T02:02:44.183Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T02:02:44.188Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b8a8d413-0125-4cd6-ace5-e047871a9d0e url= /sdc/v1/artifactTypes
2021-08-19T02:02:44.188Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T02:02:45.227Z||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.29.107] 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-19T02:02:45.227Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d63362f
2021-08-19T02:02:45.228Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T02:02:45.228Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T02:02:45.228Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T02:02:45.229Z||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-19T02:03:34.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T02:03:34.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T02:03:34.180Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T02:03:34.182Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T02:03:34.187Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 06614dd3-b65c-4d96-bbc2-03964229ccde url= /sdc/v1/artifactTypes
2021-08-19T02:03:34.187Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T02:03:35.211Z||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.29.107] 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-19T02:03:35.211Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79e5893e
2021-08-19T02:03:35.211Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T02:03:35.212Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T02:03:35.212Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T02:03:35.212Z||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-19T02:04:24.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T02:04:24.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T02:04:24.180Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T02:04:24.182Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T02:04:24.188Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d733a761-8260-44d2-94fa-7fd4fff99a7a url= /sdc/v1/artifactTypes
2021-08-19T02:04:24.188Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T02:04:25.227Z||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.29.107] 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-19T02:04:25.227Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79cc36c
2021-08-19T02:04:25.228Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T02:04:25.228Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T02:04:25.228Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T02:04:25.228Z||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-19T02:05:14.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T02:05:14.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T02:05:14.181Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T02:05:14.183Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T02:05:14.188Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4f919ab1-59d6-4d8c-a4b9-7613c845eae0 url= /sdc/v1/artifactTypes
2021-08-19T02:05:14.188Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T02:05:14.376Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-19T02:05:14.383Z||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-19T02:05:14.405Z||scheduling-1|||||DEBUG|500||create keys
2021-08-19T02:05:14.413Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-19T02:05:14.440Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:05:14.459Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 959853d4-5a5c-4d5a-9f98-18c07f6f1f78 url= /sdc/v1/registerForDistribution
2021-08-19T02:05:14.589Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 959853d4-5a5c-4d5a-9f98-18c07f6f1f78 url= /sdc/v1/registerForDistribution
2021-08-19T02:05:14.589Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-19T02:05:14.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:05:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:05:14.601Z||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-19T02:05:14.601Z||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-19T02:05:14.601Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:05:14.601Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:05:14.602Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-19T02:05:24.831Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:05:24.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:06:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:06:14.596Z||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-19T02:06:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:06:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:06:14.598Z||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-19T02:06:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:06:24.153Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:06:24.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:06:40.736Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-19T02:07:14.595Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:07:14.596Z||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-19T02:07:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:07:14.598Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:07:14.599Z||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-19T02:07:14.599Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:07:24.146Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:07:24.146Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:08:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:08:14.596Z||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-19T02:08:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:08:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:08:14.598Z||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-19T02:08:14.599Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:08:24.148Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:08:24.151Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:09:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:09:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:09:14.596Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:09:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:09:14.598Z||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-19T02:09:14.599Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:09:24.143Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:09:24.143Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:10:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:10:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:10:14.596Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:10:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:10:14.598Z||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-19T02:10:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:10:24.142Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:10:24.143Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:11:14.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:11:14.597Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:11:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:11:14.597Z||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-19T02:11:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:11:14.597Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:11:24.150Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:11:24.150Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:12:14.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:12:14.597Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:12:14.597Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:12:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:12:14.600Z||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-19T02:12:14.601Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:12:24.145Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:12:24.147Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:13:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:13:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:13:14.597Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:13:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:13:14.598Z||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-19T02:13:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:13:24.149Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:13:24.149Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:14:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:14:14.597Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:14:14.597Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:14:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:14:14.598Z||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-19T02:14:14.599Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:14:24.148Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:14:24.148Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:15:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:15:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:15:14.597Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:15:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:15:14.598Z||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-19T02:15:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:15:24.144Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:15:24.144Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:16:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:16:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:16:14.596Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:16:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:16:14.598Z||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-19T02:16:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:16:24.135Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:16:24.141Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:17:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:17:14.596Z||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-19T02:17:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:17:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:17:14.598Z||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-19T02:17:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:17:24.143Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:17:24.143Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:18:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:18:14.596Z||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-19T02:18:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:18:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:18:14.598Z||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-19T02:18:14.599Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:18:24.144Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:18:24.144Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:19:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:19:14.596Z||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-19T02:19:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:19:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:19:14.598Z||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-19T02:19:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:19:24.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:19:24.142Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:20:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:20:14.596Z||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-19T02:20:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:20:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:20:14.598Z||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-19T02:20:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:20:24.142Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:20:24.147Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:21:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:21:14.596Z||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-19T02:21:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:21:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:21:14.598Z||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-19T02:21:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:21:24.141Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:21:24.141Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:22:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:22:14.596Z||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-19T02:22:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:22:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:22:14.598Z||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-19T02:22:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:22:24.143Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:22:24.144Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:23:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:23:14.596Z||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-19T02:23:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:23:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:23:14.598Z||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-19T02:23:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:23:24.145Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:23:24.146Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:24:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:24:14.597Z||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-19T02:24:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:24:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:24:14.598Z||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-19T02:24:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:24:24.144Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:24:24.144Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:25:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:25:14.597Z||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-19T02:25:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:25:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:25:14.598Z||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-19T02:25:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:25:24.141Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:25:24.143Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:26:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:26:14.596Z||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-19T02:26:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:26:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:26:14.598Z||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-19T02:26:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:26:24.159Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:26:24.166Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:27:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:27:14.596Z||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-19T02:27:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:27:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:27:14.598Z||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-19T02:27:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:27:24.143Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:27:24.146Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:28:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:28:14.596Z||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-19T02:28:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:28:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:28:14.598Z||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-19T02:28:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:28:24.137Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:28:24.147Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:29:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:29:14.596Z||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-19T02:29:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:29:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:29:14.598Z||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-19T02:29:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:29:24.143Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:29:24.143Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:30:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:30:14.596Z||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-19T02:30:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:30:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:30:14.598Z||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-19T02:30:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:30:24.146Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:30:24.147Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:31:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:31:14.596Z||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-19T02:31:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:31:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:31:14.598Z||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-19T02:31:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:31:24.141Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:31:24.142Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:32:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:32:14.596Z||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-19T02:32:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:32:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:32:14.598Z||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-19T02:32:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:32:24.143Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:32:24.143Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:33:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:33:14.596Z||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-19T02:33:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:33:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:33:14.598Z||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-19T02:33:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:33:24.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:33:24.144Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:34:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:34:14.596Z||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-19T02:34:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:34:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:34:14.598Z||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-19T02:34:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:34:24.137Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:34:24.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:35:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:35:14.596Z||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-19T02:35:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:35:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:35:14.598Z||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-19T02:35:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:35:24.141Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:35:24.145Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:36:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:36:14.596Z||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-19T02:36:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:36:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:36:14.598Z||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-19T02:36:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:36:24.140Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:36:24.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:37:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:37:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:37:14.598Z||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-19T02:37:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:37:14.597Z||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-19T02:37:14.600Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:37:24.144Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:37:24.144Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:38:14.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:38:14.597Z||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-19T02:38:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:38:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:38:14.598Z||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-19T02:38:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:38:24.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:38:24.140Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:39:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:39:14.596Z||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-19T02:39:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:39:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:39:14.598Z||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-19T02:39:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:39:24.141Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:39:24.142Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:40:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:40:14.596Z||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-19T02:40:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:40:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:40:14.598Z||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-19T02:40:14.599Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:40:24.138Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:40:24.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:41:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:41:14.596Z||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-19T02:41:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:41:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:41:14.597Z||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-19T02:41:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:41:24.140Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:41:24.142Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:42:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:42:14.596Z||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-19T02:42:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:42:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:42:14.598Z||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-19T02:42:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:42:24.140Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:42:24.141Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:43:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:43:14.596Z||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-19T02:43:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:43:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:43:14.598Z||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-19T02:43:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:43:24.142Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:43:24.142Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:44:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:44:14.596Z||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-19T02:44:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:44:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:44:14.598Z||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-19T02:44:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:44:24.141Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:44:24.141Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:45:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:45:14.596Z||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-19T02:45:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:45:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:45:14.598Z||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-19T02:45:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:45:24.141Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:45:24.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:46:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:46:14.596Z||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-19T02:46:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:46:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:46:14.598Z||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-19T02:46:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:46:24.135Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:46:24.139Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:47:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:47:14.596Z||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-19T02:47:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:47:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:47:14.598Z||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-19T02:47:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:47:24.139Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:47:24.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:48:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:48:14.596Z||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-19T02:48:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:48:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:48:14.598Z||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-19T02:48:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:48:24.155Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:48:24.155Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:49:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:49:14.596Z||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-19T02:49:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:49:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:49:14.598Z||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-19T02:49:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:49:24.150Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:49:24.150Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:50:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:50:14.596Z||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-19T02:50:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:50:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:50:14.598Z||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-19T02:50:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:50:24.140Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:50:24.141Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:51:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:51:14.596Z||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-19T02:51:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:51:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:51:14.598Z||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-19T02:51:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:51:24.138Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:51:24.143Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:52:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:52:14.596Z||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-19T02:52:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:52:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:52:14.598Z||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-19T02:52:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:52:24.164Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:52:24.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:53:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:53:14.596Z||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-19T02:53:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:53:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:53:14.598Z||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-19T02:53:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:53:24.142Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:53:24.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:54:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:54:14.596Z||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-19T02:54:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:54:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:54:14.597Z||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-19T02:54:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:54:24.140Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:54:24.141Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:55:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:55:14.596Z||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-19T02:55:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:55:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:55:14.598Z||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-19T02:55:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:55:24.138Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:55:24.139Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:56:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:56:14.597Z||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-19T02:56:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:56:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:56:14.598Z||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-19T02:56:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:56:24.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:56:24.142Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:57:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:57:14.596Z||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-19T02:57:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:57:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:57:14.598Z||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-19T02:57:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:57:24.138Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:57:24.139Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:58:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:58:14.596Z||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-19T02:58:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:58:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:58:14.598Z||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-19T02:58:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:58:24.136Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:58:24.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:59:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:59:14.596Z||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-19T02:59:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:59:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:59:14.598Z||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-19T02:59:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:59:24.140Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T02:59:24.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:00:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:00:14.596Z||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-19T03:00:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:00:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:00:14.598Z||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-19T03:00:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:00:24.137Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:00:24.138Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:01:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:01:14.596Z||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-19T03:01:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:01:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:01:14.598Z||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-19T03:01:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:01:24.136Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:01:24.141Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:02:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:02:14.596Z||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-19T03:02:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:02:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:02:14.598Z||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-19T03:02:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:02:24.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:02:24.141Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:03:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:03:14.596Z||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-19T03:03:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:03:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:03:14.598Z||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-19T03:03:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:03:24.141Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:03:24.142Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:04:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:04:14.596Z||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-19T03:04:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:04:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:04:14.598Z||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-19T03:04:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:04:24.138Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:04:24.140Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:05:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:05:14.596Z||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-19T03:05:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:05:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:05:14.598Z||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-19T03:05:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:05:24.145Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:05:24.147Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:06:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:06:14.596Z||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-19T03:06:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:06:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:06:14.598Z||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-19T03:06:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:06:24.144Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:06:24.144Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:07:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:07:14.596Z||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-19T03:07:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:07:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:07:14.598Z||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-19T03:07:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:07:24.139Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:07:24.140Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:08:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:08:14.596Z||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-19T03:08:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:08:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:08:14.598Z||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-19T03:08:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:08:24.139Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:08:24.139Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:09:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:09:14.596Z||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-19T03:09:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:09:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:09:14.598Z||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-19T03:09:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:09:24.137Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:09:24.137Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:10:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:10:14.596Z||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-19T03:10:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:10:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:10:14.598Z||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-19T03:10:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:10:24.146Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:10:24.146Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:11:14.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:11:14.597Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:11:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:11:14.597Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:11:14.598Z||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-19T03:11:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:11:24.139Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:11:24.144Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:12:14.595Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:12:14.597Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:12:14.597Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:12:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:12:14.598Z||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-19T03:12:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:12:24.150Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:12:24.151Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:13:14.595Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:13:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:13:14.598Z||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-19T03:13:14.598Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:13:14.598Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:13:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:13:24.141Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:13:24.146Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:14:14.595Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:14:14.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:14:14.596Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:14:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:14:14.598Z||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-19T03:14:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:14:24.137Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:14:24.143Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:15:14.595Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:15:14.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:15:14.596Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:15:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:15:14.598Z||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-19T03:15:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:15:24.140Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:15:24.140Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:16:14.595Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:16:14.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:16:14.596Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:16:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:16:14.598Z||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-19T03:16:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:16:24.140Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:16:24.141Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:17:14.595Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:17:14.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:17:14.596Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:17:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:17:14.598Z||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-19T03:17:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:17:24.140Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:17:24.140Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:18:14.595Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:18:14.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:18:14.596Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:18:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:18:14.598Z||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-19T03:18:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:18:24.138Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:18:24.139Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:19:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:19:14.596Z||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-19T03:19:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:19:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:19:14.598Z||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-19T03:19:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:19:24.138Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:19:24.139Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:20:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:20:14.596Z||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-19T03:20:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:20:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:20:14.598Z||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-19T03:20:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:20:24.136Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:20:24.138Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:21:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:21:14.596Z||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-19T03:21:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:21:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:21:14.598Z||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-19T03:21:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:21:24.133Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:21:24.149Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:22:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:22:14.596Z||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-19T03:22:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:22:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:22:14.598Z||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-19T03:22:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:22:24.141Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:22:24.145Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:23:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:23:14.596Z||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-19T03:23:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:23:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:23:14.598Z||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-19T03:23:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:23:24.139Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:23:24.139Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:24:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:24:14.596Z||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-19T03:24:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:24:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:24:14.598Z||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-19T03:24:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:24:24.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:24:24.142Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:25:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:25:14.596Z||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-19T03:25:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:25:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:25:14.598Z||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-19T03:25:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:25:24.139Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:25:24.139Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:26:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:26:14.596Z||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-19T03:26:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:26:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:26:14.598Z||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-19T03:26:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:26:24.139Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:26:24.140Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:27:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:27:14.596Z||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-19T03:27:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:27:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:27:14.598Z||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-19T03:27:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:27:24.138Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:27:24.142Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:28:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:28:14.596Z||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-19T03:28:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:28:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:28:14.598Z||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-19T03:28:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:28:24.139Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:28:24.139Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:29:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:29:14.596Z||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-19T03:29:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:29:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:29:14.598Z||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-19T03:29:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:29:24.140Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:29:24.143Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:30:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:30:14.596Z||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-19T03:30:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:30:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:30:14.598Z||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-19T03:30:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:30:24.140Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:30:24.143Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:31:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:31:14.596Z||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-19T03:31:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:31:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:31:14.597Z||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-19T03:31:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:31:24.149Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:31:24.149Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:32:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:32:14.596Z||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-19T03:32:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:32:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:32:14.598Z||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-19T03:32:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:32:24.138Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:32:24.140Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:33:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:33:14.596Z||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-19T03:33:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:33:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:33:14.598Z||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-19T03:33:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:33:24.142Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:33:24.144Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:34:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:34:14.596Z||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-19T03:34:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:34:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:34:14.598Z||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-19T03:34:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:34:24.141Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:34:24.141Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:35:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:35:14.596Z||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-19T03:35:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:35:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:35:14.598Z||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-19T03:35:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:35:24.140Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:35:24.140Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:36:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:36:14.596Z||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-19T03:36:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:36:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:36:14.598Z||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-19T03:36:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:36:24.144Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:36:24.145Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:37:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:37:14.596Z||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-19T03:37:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:37:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:37:14.598Z||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-19T03:37:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:37:24.138Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:37:24.140Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:38:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:38:14.596Z||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-19T03:38:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:38:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:38:14.598Z||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-19T03:38:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:38:24.138Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:38:24.139Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:39:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:39:14.596Z||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-19T03:39:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:39:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:39:14.598Z||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-19T03:39:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:39:24.139Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:39:24.141Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:40:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:40:14.596Z||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-19T03:40:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:40:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:40:14.598Z||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-19T03:40:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:40:24.147Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:40:24.147Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:41:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:41:14.596Z||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-19T03:41:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:41:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:41:14.597Z||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-19T03:41:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:41:24.139Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:41:24.144Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:42:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:42:14.596Z||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-19T03:42:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:42:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:42:14.598Z||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-19T03:42:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:42:24.138Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:42:24.143Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:43:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:43:14.596Z||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-19T03:43:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:43:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:43:14.598Z||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-19T03:43:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:43:24.139Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:43:24.139Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:44:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:44:14.596Z||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-19T03:44:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:44:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:44:14.598Z||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-19T03:44:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:44:24.134Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:44:24.136Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:45:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:45:14.596Z||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-19T03:45:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:45:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:45:14.597Z||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-19T03:45:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:45:24.148Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:45:24.148Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:46:14.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:46:14.597Z||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-19T03:46:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:46:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:46:14.597Z||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-19T03:46:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:46:24.141Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:46:24.141Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:47:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:47:14.596Z||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-19T03:47:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:47:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:47:14.598Z||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-19T03:47:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:47:24.138Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:47:24.139Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:48:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:48:14.596Z||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-19T03:48:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:48:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:48:14.598Z||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-19T03:48:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:48:24.147Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:48:24.148Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:49:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:49:14.597Z||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-19T03:49:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:49:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:49:14.598Z||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-19T03:49:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:49:24.140Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:49:24.141Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:50:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:50:14.596Z||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-19T03:50:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:50:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:50:14.598Z||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-19T03:50:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:50:24.139Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:50:24.142Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:51:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:51:14.596Z||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-19T03:51:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:51:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:51:14.598Z||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-19T03:51:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:51:24.141Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:51:24.141Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:52:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:52:14.596Z||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-19T03:52:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:52:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:52:14.598Z||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-19T03:52:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:52:24.141Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:52:24.143Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:53:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:53:14.596Z||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-19T03:53:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:53:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:53:14.597Z||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-19T03:53:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:53:24.139Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:53:24.139Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:54:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:54:14.596Z||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-19T03:54:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:54:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:54:14.598Z||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-19T03:54:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:54:24.157Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:54:24.157Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:55:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:55:14.596Z||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-19T03:55:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:55:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:55:14.598Z||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-19T03:55:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:55:24.140Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:55:24.142Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:56:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:56:14.596Z||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-19T03:56:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:56:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:56:14.598Z||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-19T03:56:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:56:24.138Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:56:24.138Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:57:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:57:14.596Z||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-19T03:57:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:57:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:57:14.598Z||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-19T03:57:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:57:24.145Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:57:24.148Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:58:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:58:14.596Z||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-19T03:58:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:58:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:58:14.598Z||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-19T03:58:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:58:24.137Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:58:24.137Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:59:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:59:14.596Z||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-19T03:59:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:59:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:59:14.597Z||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-19T03:59:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:59:24.136Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T03:59:24.138Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:00:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:00:14.596Z||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-19T04:00:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:00:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:00:14.597Z||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-19T04:00:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:00:24.139Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:00:24.147Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:01:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:01:14.596Z||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-19T04:01:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:01:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:01:14.597Z||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-19T04:01:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:01:24.136Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:01:24.139Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:02:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:02:14.596Z||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-19T04:02:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:02:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:02:14.598Z||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-19T04:02:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:02:24.140Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:02:24.141Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:03:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:03:14.596Z||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-19T04:03:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:03:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:03:14.597Z||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-19T04:03:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:03:24.141Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:03:24.141Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:04:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:04:14.596Z||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-19T04:04:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:04:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:04:14.598Z||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-19T04:04:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:04:24.136Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:04:24.137Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:05:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:05:14.596Z||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-19T04:05:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:05:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:05:14.597Z||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-19T04:05:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:05:24.138Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:05:24.138Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:06:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:06:14.596Z||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-19T04:06:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:06:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:06:14.598Z||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-19T04:06:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:06:24.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:06:24.141Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:07:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:07:14.596Z||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-19T04:07:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:07:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:07:14.598Z||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-19T04:07:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:07:24.138Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:07:24.139Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:08:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:08:14.596Z||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-19T04:08:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:08:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:08:14.598Z||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-19T04:08:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:08:24.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:08:24.141Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:09:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:09:14.596Z||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-19T04:09:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:09:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:09:14.598Z||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-19T04:09:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:09:24.138Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:09:24.139Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:10:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:10:14.596Z||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-19T04:10:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:10:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:10:14.598Z||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-19T04:10:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:10:24.135Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:10:24.138Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:11:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:11:14.596Z||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-19T04:11:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:11:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:11:14.598Z||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-19T04:11:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:11:24.139Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:11:24.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:12:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:12:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:12:14.597Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:12:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:12:14.599Z||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-19T04:12:14.599Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:12:24.140Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:12:24.141Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:13:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:13:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:13:14.596Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:13:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:13:14.597Z||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-19T04:13:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:13:24.137Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:13:24.140Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:14:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:14:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:14:14.596Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:14:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:14:14.598Z||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-19T04:14:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:14:24.148Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:14:24.148Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:15:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:15:14.596Z||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-19T04:15:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:15:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:15:14.597Z||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-19T04:15:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:15:24.139Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:15:24.139Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:16:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:16:14.596Z||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-19T04:16:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:16:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:16:14.598Z||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-19T04:16:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:16:24.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:16:24.140Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:17:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:17:14.596Z||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-19T04:17:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:17:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:17:14.597Z||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-19T04:17:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:17:24.138Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:17:24.139Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:18:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:18:14.596Z||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-19T04:18:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:18:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:18:14.597Z||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-19T04:18:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:18:24.139Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:18:24.139Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:19:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:19:14.596Z||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-19T04:19:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:19:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:19:14.598Z||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-19T04:19:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:19:24.141Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:19:24.141Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:20:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:20:14.596Z||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-19T04:20:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:20:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:20:14.598Z||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-19T04:20:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:20:24.143Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:20:24.143Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:21:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:21:14.596Z||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-19T04:21:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:21:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:21:14.598Z||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-19T04:21:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:21:24.138Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:21:24.139Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:22:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:22:14.596Z||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-19T04:22:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:22:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:22:14.598Z||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-19T04:22:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:22:24.140Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:22:24.141Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:23:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:23:14.596Z||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-19T04:23:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:23:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:23:14.598Z||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-19T04:23:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:23:24.137Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:23:24.139Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:24:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:24:14.596Z||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-19T04:24:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:24:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:24:14.598Z||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-19T04:24:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:24:24.137Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:24:24.137Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:25:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:25:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:25:14.596Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:25:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:25:14.598Z||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-19T04:25:14.599Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:25:24.145Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:25:24.147Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:26:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:26:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:26:14.596Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:26:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:26:14.598Z||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-19T04:26:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:26:24.142Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:26:24.143Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:27:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:27:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:27:14.596Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:27:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:27:14.598Z||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-19T04:27:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:27:24.140Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:27:24.140Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:28:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:28:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:28:14.596Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:28:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:28:14.598Z||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-19T04:28:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:28:24.139Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:28:24.142Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:29:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:29:14.596Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:29:14.598Z||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-19T04:29:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:14.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:14.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "clamp",
"timestamp": 1629347351101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:29:14.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "aai-ml",
"timestamp": 1629347348236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:29:14.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "policy-id",
"timestamp": 1629347351504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:29:14.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347350341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "ves-openapi-manager",
"timestamp": 1629347345278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "cds",
"timestamp": 1629347348899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "clamp",
"timestamp": 1629347351101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
"status": "NOTIFIED"
}
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "aai-ml",
"timestamp": 1629347348236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "policy-id",
"timestamp": 1629347351504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347350341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
"status": "NOTIFIED"
}
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "ves-openapi-manager",
"timestamp": 1629347345278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "cds",
"timestamp": 1629347348899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:29:14.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "clamp",
"timestamp": 1629347351101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:29:15.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:15.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T04:29:15.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"97244ba2-b0d9-4473-b66c-ef65a0077757","serviceName":"vFW 2021-08-19 04-26-26","serviceVersion":"1.0","serviceUUID":"b88df62f-0e0b-485f-946b-4a54762dcebd","serviceDescription":"catalog service description","serviceInvariantUUID":"a36231f9-945f-4d12-9e33-ec579d6786a2","resources":[{"resourceInstanceName":"vFW 7c3f8dd0-025c 0","resourceName":"vFW 7c3f8dd0-025c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"429d4ca0-2896-4c27-82ff-622b252e1ea9","resourceInvariantUUID":"1afd2876-c040-405e-8235-af91498a392c","resourceCustomizationUUID":"bab322bb-3e6f-468b-876a-49a62ac26e0d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml","artifactChecksum":"OTVlNWYwZDA2YmJmMDM3NjcyMzYyZTY0ZGNkODRjMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b96c228-5c3d-4bf2-8931-2e72c6b13538","artifactVersion":"1"},{"artifactName":"vfw7c3f8dd0025c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json","artifactChecksum":"Mjg2MTQwNDgyODdlMzUwZGZiYWRhNGI2NmUyOWQ4NWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c7f95a2f-7087-4fe8-8df2-99e4fa321772","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"74d46eb6-792a-4491-8464-5cd72425143e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml","artifactChecksum":"NzNiNmRhZjI2ZDhiMGY4YTM1ZDRjOGMxM2JmYmI5NmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4ac14f09-bb25-4431-85c9-c2bd8e6f31c6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72a18d39-ae5a-4444-bc99-75fb0dff4ace","artifactVersion":"2","generatedFromUUID":"74d46eb6-792a-4491-8464-5cd72425143e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210819042626-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml","artifactChecksum":"YWFkMGJhNWNmODM1Mjg5ZGFkYzViYzkzNTViMGJmZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7eb3afb4-9474-4cf1-aa54-da26128b26c8","artifactVersion":"1"},{"artifactName":"service-Vfw20210819042626-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar","artifactChecksum":"MGFmZTBjMWFkOTEyOTcyOWE0YzlkNTNkNDZjZWI2NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"53db1285-f1a1-4ecd-8b3c-b3e432b3e971","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-19T04:29:15.235Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:29:15.239Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:15.248Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:15.248Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347354595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:29:15.348Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-19T04:29:15.351Z||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-19T04:29:15.351Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:15.360Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:15.361Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:16.252Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:29:16.253Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:16.255Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:16.255Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347354595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
"status": "NOTIFIED"
}
2021-08-19T04:29:16.355Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:16.356Z||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-19T04:29:16.356Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:16.366Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:16.367Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:17.255Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:29:17.256Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:17.258Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:17.258Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347354595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-19T04:29:17.358Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:17.359Z||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-19T04:29:17.359Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:17.368Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:17.369Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:18.259Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:29:18.259Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:18.261Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:18.261Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347354595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:29:18.361Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:18.362Z||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-19T04:29:18.362Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:18.370Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:18.370Z||pool-6-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:19.262Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:29:19.263Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:19.265Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:19.265Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347354595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-19T04:29:19.365Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:19.366Z||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-19T04:29:19.366Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:19.375Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:19.376Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:20.265Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:29:20.266Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:20.268Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:20.268Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347354595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:29:20.368Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:20.369Z||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-19T04:29:20.369Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:20.379Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:20.379Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:21.268Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:29:21.269Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:21.271Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:21.271Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347354595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:29:21.371Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:21.372Z||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-19T04:29:21.372Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:21.381Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:21.381Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:22.273Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"serviceName": "vFW 2021-08-19 04-26-26",
"serviceVersion": "1.0",
"serviceUUID": "b88df62f-0e0b-485f-946b-4a54762dcebd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a36231f9-945f-4d12-9e33-ec579d6786a2",
"resources": [
{
"resourceInstanceName": "vFW 7c3f8dd0-025c 0",
"resourceCustomizationUUID": "bab322bb-3e6f-468b-876a-49a62ac26e0d",
"resourceName": "vFW 7c3f8dd0-025c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "429d4ca0-2896-4c27-82ff-622b252e1ea9",
"resourceInvariantUUID": "1afd2876-c040-405e-8235-af91498a392c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7c3f8dd0025c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
"artifactChecksum": "Mjg2MTQwNDgyODdlMzUwZGZiYWRhNGI2NmUyOWQ4NWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c7f95a2f-7087-4fe8-8df2-99e4fa321772",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "74d46eb6-792a-4491-8464-5cd72425143e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "72a18d39-ae5a-4444-bc99-75fb0dff4ace",
"generatedFromUUID": "74d46eb6-792a-4491-8464-5cd72425143e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "72a18d39-ae5a-4444-bc99-75fb0dff4ace",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210819042626-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"artifactChecksum": "MGFmZTBjMWFkOTEyOTcyOWE0YzlkNTNkNDZjZWI2NjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "53db1285-f1a1-4ecd-8b3c-b3e432b3e971"
}
],
"workloadContext": "Production"
}
2021-08-19T04:29:22.274Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-19T04:29:22.275Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b88df62f-0e0b-485f-946b-4a54762dcebd ASDC
2021-08-19T04:29:22.392Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:97244ba2-b0d9-4473-b66c-ef65a0077757
ServiceName:vFW 2021-08-19 04-26-26
ServiceVersion:1.0
ServiceUUID:b88df62f-0e0b-485f-946b-4a54762dcebd
ServiceInvariantUUID:a36231f9-945f-4d12-9e33-ec579d6786a2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210819042626-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar
ArtifactUUID:53db1285-f1a1-4ecd-8b3c-b3e432b3e971
ArtifactChecksum:MGFmZTBjMWFkOTEyOTcyOWE0YzlkNTNkNDZjZWI2NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7c3f8dd0-025c 0
ResourceCustomizationUUID:bab322bb-3e6f-468b-876a-49a62ac26e0d
ResourceInvariantUUID:1afd2876-c040-405e-8235-af91498a392c
ResourceName:vFW 7c3f8dd0-025c
ResourceType:VF
ResourceUUID:429d4ca0-2896-4c27-82ff-622b252e1ea9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7c3f8dd0025c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json
ArtifactUUID:c7f95a2f-7087-4fe8-8df2-99e4fa321772
ArtifactChecksum:Mjg2MTQwNDgyODdlMzUwZGZiYWRhNGI2NmUyOWQ4NWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml
ArtifactUUID:74d46eb6-792a-4491-8464-5cd72425143e
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env
ArtifactUUID:72a18d39-ae5a-4444-bc99-75fb0dff4ace
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env
ArtifactUUID:72a18d39-ae5a-4444-bc99-75fb0dff4ace
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-19T04:29:22.393Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b88df62f-0e0b-485f-946b-4a54762dcebd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:29:22.600Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:29:22.601Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:29:22.602Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:29:22.602Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 53db1285-f1a1-4ecd-8b3c-b3e432b3e971 from URL: /sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:22.602Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:29:22.603Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:24.287Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:29:24.304Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar 53db1285-f1a1-4ecd-8b3c-b3e432b3e971 98744
2021-08-19T04:29:24.304Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar ASDC sendASDCNotification
2021-08-19T04:29:24.305Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:24.305Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:29:24.306Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:24.308Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:24.308Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347364304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:29:24.408Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:24.409Z||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-19T04:29:24.409Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:24.419Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:24.419Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:25.308Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:29:25.309Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:29:25.309Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 53db1285-f1a1-4ecd-8b3c-b3e432b3e971, URL: /sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar to file: /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:25.310Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210819042626-csar.csar
2021-08-19T04:29:25.428Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:25.429Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:25.869Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8508872796428367344/Definitions/service-Vfw20210819042626-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-08-19T04:29:28.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-19T04:29:28.796Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:29:28.797Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.797Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-19T04:29:28.797Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.797Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.797Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.798Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.798Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.798Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.798Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.798Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||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-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.798Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.798Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.798Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7c3f8dd0-025c 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.799Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.799Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.799Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:29:28.804Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:28.806Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:28.808Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:28.808Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:29:28.810Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:29:28.811Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:28.811Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:28.811Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:28.812Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:29:28.812Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:29:28.812Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:28.813Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:28.815Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:28.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is not matching search criteria
2021-08-19T04:29:28.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T04:29:28.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T04:29:28.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.818Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-19T04:29:28.818Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:28.818Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T04:29:28.819Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:28.819Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:28.819Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:29:28.819Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:28.819Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:28.819Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:29:28.820Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:28.820Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:28.820Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:29:28.820Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:28.820Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T04:29:28.822Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.822Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cb79941c-f256-405d-95bf-c3e4daf3d53f
2021-08-19T04:29:28.822Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:28.822Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is not matching search criteria
2021-08-19T04:29:28.822Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T04:29:28.822Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T04:29:28.822Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.822Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=af3555d7-5eb8-4444-87f7-6245127066b5
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is not matching search criteria
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=97a3cbec-4531-4adc-8bb3-6dd8e09d0b85
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:28.826Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:28.826Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:28.826Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:28.826Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:28.826Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-08-19 04-26-26
Description:catalog service description
Model UUID:b88df62f-0e0b-485f-946b-4a54762dcebd
Model Version:NULL
Model InvariantUuid:a36231f9-945f-4d12-9e33-ec579d6786a2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7c3f8dd0-025c
Model UUID:90f62b3b-c836-4eb0-8a13-7905053ac6c3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1afd2876-c040-405e-8235-af91498a392c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bab322bb-3e6f-468b-876a-49a62ac26e0d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b89bb9fa-c6bf-4063-8d48-a92c065da712
ModelName:Vfw7c3f8dd0025c..base_vfw..module-0
ModelUuid:d45a3082-8532-4232-b788-78db37909981
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cb79941c-f256-405d-95bf-c3e4daf3d53f
ModelInvariantUuid:24967382-e8f4-49ca-9fff-446b5ea766d0
ModelName:vFW 7c3f8dd0-025c-nodes.vfwCvfc
ModelUuid:11605e71-3c74-4965-ab8f-4497c8daaf60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:40e84f52-d3dc-452a-a3cd-f91069ebe0eb
ModelInvariantUuid:bacd858e-b6be-4248-ac51-e2e9ac34d0bc
ModelName:Vfw7c3f8dd0025c.compute.nodes.heat.vfw
ModelUuid:c8536e2a-ec78-450a-bc5c-991b0e881907
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:af3555d7-5eb8-4444-87f7-6245127066b5
ModelInvariantUuid:8bbfb0bf-e078-40bb-a747-1ccc1f6a495e
ModelName:vFW 7c3f8dd0-025c-nodes.vsnCvfc
ModelUuid:d264e296-e198-48d9-a570-9e8ba0d05725
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f4bcef28-28c6-46e5-9cf6-2bcf4dc951bd
ModelInvariantUuid:2ca0463a-fb73-4b48-a4ed-62b8fdb08a56
ModelName:Vfw7c3f8dd0025c.compute.nodes.heat.vsn
ModelUuid:6ae314f6-31ec-435a-9f75-828c51a6ea31
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:97a3cbec-4531-4adc-8bb3-6dd8e09d0b85
ModelInvariantUuid:dd2ed053-d5a8-4baa-ab0a-f8d2b2ca23ca
ModelName:vFW 7c3f8dd0-025c-nodes.vpgCvfc
ModelUuid:f8b136fd-8f64-43ec-b0a7-8c6cd0775bbb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:873c17be-7104-4e63-893e-ad9aeec85908
ModelInvariantUuid:9b46149d-fe52-49e3-88ee-84234d217c1b
ModelName:Vfw7c3f8dd0025c.compute.nodes.heat.vpg
ModelUuid:4df7a133-07f1-4cd3-ba86-19f5e2dfe326
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-19T04:29:28.852Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 429d4ca0-2896-4c27-82ff-622b252e1ea9
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-19T04:29:28.988Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||vFW 7c3f8dd0-025c 0
2021-08-19T04:29:28.995Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 429d4ca0-2896-4c27-82ff-622b252e1ea9
2021-08-19T04:29:28.995Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c7f95a2f-7087-4fe8-8df2-99e4fa321772 from URL: /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json
2021-08-19T04:29:28.995Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:29:28.995Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json
2021-08-19T04:29:29.229Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:29:29.230Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json c7f95a2f-7087-4fe8-8df2-99e4fa321772 785
2021-08-19T04:29:29.230Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json ASDC sendASDCNotification
2021-08-19T04:29:29.230Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json
2021-08-19T04:29:29.230Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:29:29.231Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:29.233Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:29.233Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347369230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:29:29.333Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:29.334Z||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-19T04:29:29.334Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:29.344Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:29.344Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:29:30.235Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7c3f8dd0025c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b89bb9fa-c6bf-4063-8d48-a92c065da712",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d45a3082-8532-4232-b788-78db37909981",
"vfModuleModelCustomizationUUID": "2fc05c28-e201-41e0-9764-ce7911c1b18a",
"isBase": true,
"artifacts": [
"74d46eb6-792a-4491-8464-5cd72425143e",
"72a18d39-ae5a-4444-bc99-75fb0dff4ace"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-19T04:29:30.262Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7c3f8dd0025c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d45a3082-8532-4232-b788-78db37909981
VfModuleModelInvariantUUID:b89bb9fa-c6bf-4063-8d48-a92c065da712
VfModuleModelDescription:NULL
Artifacts UUID List:{
74d46eb6-792a-4491-8464-5cd72425143e
,
72a18d39-ae5a-4444-bc99-75fb0dff4ace
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-19T04:29:30.265Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7c3f8dd0025c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b89bb9fa-c6bf-4063-8d48-a92c065da712",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d45a3082-8532-4232-b788-78db37909981",
"vfModuleModelCustomizationUUID": "2fc05c28-e201-41e0-9764-ce7911c1b18a",
"isBase": true,
"artifacts": [
"74d46eb6-792a-4491-8464-5cd72425143e",
"72a18d39-ae5a-4444-bc99-75fb0dff4ace"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-19T04:29:30.266Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7c3f8dd0025c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d45a3082-8532-4232-b788-78db37909981
VfModuleModelInvariantUUID:b89bb9fa-c6bf-4063-8d48-a92c065da712
VfModuleModelDescription:NULL
Artifacts UUID List:{
74d46eb6-792a-4491-8464-5cd72425143e
,
72a18d39-ae5a-4444-bc99-75fb0dff4ace
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-19T04:29:30.266Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 74d46eb6-792a-4491-8464-5cd72425143e from URL: /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml
2021-08-19T04:29:30.266Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:29:30.266Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml
2021-08-19T04:29:30.518Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:29:30.519Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml 74d46eb6-792a-4491-8464-5cd72425143e 20368
2021-08-19T04:29:30.519Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-19T04:29:30.519Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml
2021-08-19T04:29:30.519Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:29:30.519Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:30.521Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:30.521Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347370519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:29:30.621Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:30.622Z||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-19T04:29:30.622Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:30.632Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:30.633Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:31.522Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 72a18d39-ae5a-4444-bc99-75fb0dff4ace from URL: /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env
2021-08-19T04:29:31.522Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:29:31.522Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env
2021-08-19T04:29:31.728Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:29:31.728Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env 72a18d39-ae5a-4444-bc99-75fb0dff4ace 2098
2021-08-19T04:29:31.729Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-19T04:29:31.729Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env
2021-08-19T04:29:31.729Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:29:31.729Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:31.732Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:31.732Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347371729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:29:31.832Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-19T04:29:31.832Z||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-19T04:29:31.832Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:31.842Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:31.842Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:32.733Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b88df62f-0e0b-485f-946b-4a54762dcebd
2021-08-19T04:29:32.733Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7c3f8dd0-025c 0 429d4ca0-2896-4c27-82ff-622b252e1ea9 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-19T04:29:32.775Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.775Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:32.775Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-08-19T04:29:32.775Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= bab322bb-3e6f-468b-876a-49a62ac26e0d
2021-08-19T04:29:32.775Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bab322bb-3e6f-468b-876a-49a62ac26e0d matches Tosca VF Customization UUID: bab322bb-3e6f-468b-876a-49a62ac26e0d
2021-08-19T04:29:32.776Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: bab322bb-3e6f-468b-876a-49a62ac26e0d 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-19T04:29:32.781Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.782Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:32.783Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id bab322bb-3e6f-468b-876a-49a62ac26e0d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-08-19T04:29:32.783Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f3a00cb
2021-08-19T04:29:32.783Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.783Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T04:29:32.784Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2fc05c28-e201-41e0-9764-ce7911c1b18a
2021-08-19T04:29:32.784Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2fc05c28-e201-41e0-9764-ce7911c1b18a
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-19T04:29:32.789Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.790Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:32.790Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:29:32.790Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.791Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:32.791Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:29:32.791Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.791Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is not matching search criteria
2021-08-19T04:29:32.791Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T04:29:32.791Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-19T04:29:32.791Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T04:29:32.791Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T04:29:32.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T04:29:32.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:32.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:32.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T04:29:32.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:32.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T04:29:32.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:32.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cb79941c-f256-405d-95bf-c3e4daf3d53f
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-19T04:29:32.801Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.802Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:32.802Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:29:32.802Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.802Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is not matching search criteria
2021-08-19T04:29:32.802Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T04:29:32.803Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T04:29:32.803Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:32.803Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:32.803Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T04:29:32.803Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:32.803Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T04:29:32.803Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-19T04:29:32.804Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T04:29:32.804Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:32.804Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T04:29:32.804Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:32.804Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=af3555d7-5eb8-4444-87f7-6245127066b5
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-19T04:29:32.806Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.807Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:32.807Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is not matching search criteria
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T04:29:32.810Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T04:29:32.810Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T04:29:32.810Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:32.810Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:32.810Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-19T04:29:32.810Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=97a3cbec-4531-4adc-8bb3-6dd8e09d0b85
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-19T04:29:32.812Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.812Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:32.812Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:29:32.812Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.813Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:32.813Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=bab322bb-3e6f-468b-876a-49a62ac26e0d
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-19T04:29:32.814Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.814Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:32.815Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b88df62f-0e0b-485f-946b-4a54762dcebd: vFW 7c3f8dd0-025c
2021-08-19T04:29:32.815Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.815Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:32.815Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.815Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:32.815Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.815Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:32.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:32.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:29:32.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:32.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-08-19 04-26-26
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:29:33.094Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7c3f8dd0-025c 429d4ca0-2896-4c27-82ff-622b252e1ea9 1 ASDC deployResourceStructure
2021-08-19T04:29:33.094Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json ASDC sendASDCNotification
2021-08-19T04:29:33.094Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json
2021-08-19T04:29:33.094Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:29:33.095Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:33.096Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:33.096Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347373094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-19T04:29:33.197Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:29:33.197Z||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-19T04:29:33.197Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:33.206Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:33.207Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:34.097Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-19T04:29:34.098Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml
2021-08-19T04:29:34.098Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:29:34.098Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:34.099Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:34.100Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347374097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-19T04:29:34.200Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:34.202Z||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-19T04:29:34.202Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:34.211Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:34.211Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:35.100Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-19T04:29:35.101Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env
2021-08-19T04:29:35.101Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:29:35.101Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:35.104Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:35.104Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347375100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-19T04:29:35.204Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:35.205Z||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-19T04:29:35.205Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:35.215Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:35.216Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:36.105Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar ASDC sendASDCNotification
2021-08-19T04:29:36.105Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:36.105Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:29:36.106Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:36.107Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:36.107Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347376105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T04:29:36.208Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:36.208Z||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-19T04:29:36.209Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:36.217Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:29:36.217Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:37.108Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
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-19T04:29:37.134Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
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-19T04:29:37.137Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:29:37.137Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:29:37.137Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:30:07.137Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
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-19T04:30:07.150Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
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-19T04:30:07.154Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:30:07.154Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:30:07.154Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:30:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:30:14.598Z||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-19T04:30:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:30:14.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:30:14.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:30:14.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "aai-ml",
"timestamp": 1629347348236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:30:14.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:30:37.155Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
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-19T04:30:37.166Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
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-19T04:30:37.168Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:30:37.168Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:30:37.168Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:31:07.168Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
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-19T04:31:07.182Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
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-19T04:31:07.185Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:31:07.185Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:31:07.185Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:31:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:31:14.598Z||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-19T04:31:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:31:14.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:31:14.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:31:14.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "policy-id",
"timestamp": 1629347351504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-19T04:31:14.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:31:14.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:31:14.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347350341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-19T04:31:14.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:31:14.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:31:14.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "ves-openapi-manager",
"timestamp": 1629347345278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:31:14.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:31:14.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:31:14.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "cds",
"timestamp": 1629347348899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:31:14.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:31:37.185Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
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-19T04:31:37.199Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
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-19T04:31:37.204Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:31:37.205Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:31:37.205Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:32:07.205Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
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-19T04:32:07.216Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
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-19T04:32:07.218Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:32:07.218Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:32:07.218Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:32:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:32:14.598Z||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-19T04:32:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:32:14.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:32:14.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347354595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "clamp",
"timestamp": 1629347351101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "aai-ml",
"timestamp": 1629347348236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "policy-id",
"timestamp": 1629347351504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347350341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "ves-openapi-manager",
"timestamp": 1629347345278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "cds",
"timestamp": 1629347348899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347354595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
"status": "NOTIFIED"
}
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "clamp",
"timestamp": 1629347351101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "aai-ml",
"timestamp": 1629347348236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "policy-id",
"timestamp": 1629347351504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347350341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-19T04:32:14.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "ves-openapi-manager",
"timestamp": 1629347345278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "cds",
"timestamp": 1629347348899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347354595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "clamp",
"timestamp": 1629347351101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "aai-ml",
"timestamp": 1629347348236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "policy-id",
"timestamp": 1629347351504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347350341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "ves-openapi-manager",
"timestamp": 1629347345278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "cds",
"timestamp": 1629347348899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "dcae-sch",
"timestamp": 1629347357294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347354595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "clamp",
"timestamp": 1629347351101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "policy-id",
"timestamp": 1629347351504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "aai-ml",
"timestamp": 1629347348236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347350341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "ves-openapi-manager",
"timestamp": 1629347345278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "cds",
"timestamp": 1629347348899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347357933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "dcae-sch",
"timestamp": 1629347357294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347354595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347357933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "dcae-sch",
"timestamp": 1629347357294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347354595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347357933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "dcae-sch",
"timestamp": 1629347357294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347361197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "cds",
"timestamp": 1629347361210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "aai-ml",
"timestamp": 1629347361214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347354595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "policy-id",
"timestamp": 1629347361400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347357933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "dcae-sch",
"timestamp": 1629347357294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "cds",
"timestamp": 1629347362226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:32:14.661Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97244ba2-b0d9-4473-b66c-ef65a0077757
2021-08-19T04:32:14.661Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97244ba2-b0d9-4473-b66c-ef65a0077757 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-19T04:32:14.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "policy-id",
"timestamp": 1629347362406,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T04:32:14.672Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347357933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "dcae-sch",
"timestamp": 1629347357294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "policy-id",
"timestamp": 1629347363409,
"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-19T04:32:14.678Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97244ba2-b0d9-4473-b66c-ef65a0077757
2021-08-19T04:32:14.679Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97244ba2-b0d9-4473-b66c-ef65a0077757 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-19T04:32:14.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347357933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "dcae-sch",
"timestamp": 1629347357294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347364096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347364304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347357933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:32:14.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:32:14.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347366181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347366428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347367314,
"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-19T04:32:14.699Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97244ba2-b0d9-4473-b66c-ef65a0077757
2021-08-19T04:32:14.699Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97244ba2-b0d9-4473-b66c-ef65a0077757 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-19T04:32:14.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347368318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-19T04:32:14.706Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347369230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.706Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347370519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347371693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347371729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "clamp",
"timestamp": 1629347372242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.708Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347372698,
"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-19T04:32:14.714Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97244ba2-b0d9-4473-b66c-ef65a0077757
2021-08-19T04:32:14.715Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97244ba2-b0d9-4473-b66c-ef65a0077757 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-19T04:32:14.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "aai-ml",
"timestamp": 1629347372983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T04:32:14.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347373094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-19T04:32:14.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "aai-ml",
"timestamp": 1629347373988,
"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-19T04:32:14.730Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97244ba2-b0d9-4473-b66c-ef65a0077757
2021-08-19T04:32:14.730Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97244ba2-b0d9-4473-b66c-ef65a0077757 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-19T04:32:14.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347374097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-19T04:32:14.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "clamp",
"timestamp": 1629347374259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T04:32:14.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347375100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-19T04:32:14.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "clamp",
"timestamp": 1629347375264,
"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-19T04:32:14.744Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 97244ba2-b0d9-4473-b66c-ef65a0077757
2021-08-19T04:32:14.744Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97244ba2-b0d9-4473-b66c-ef65a0077757 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-19T04:32:14.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347376105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T04:32:14.754Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:37.219Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
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-19T04:32:37.229Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
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-19T04:32:37.233Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:32:37.233Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-19T04:32:37.233Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-19T04:32:37.233Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-19T04:32:37.234Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:32:37.234Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:32:37.234Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:32:37.234Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:32:37.234Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:32:37.235Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:32:37.235Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:32:37.241Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-19T04:33:07.242Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757 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-19T04:33:07.254Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97244ba2-b0d9-4473-b66c-ef65a0077757 and serviceModelVersionId: b88df62f-0e0b-485f-946b-4a54762dcebd
2021-08-19T04:33:07.254Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a36231f9-945f-4d12-9e33-ec579d6786a2
2021-08-19T04:33:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:33:14.598Z||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-19T04:33:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:15.123Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:15.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "dcae-sch",
"timestamp": 1629347417293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347417933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "cds",
"timestamp": 1629347423899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347417933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "dcae-sch",
"timestamp": 1629347417293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "cds",
"timestamp": 1629347423899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1629347425278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347417933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "dcae-sch",
"timestamp": 1629347417293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "cds",
"timestamp": 1629347423899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1629347425278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347417933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "dcae-sch",
"timestamp": 1629347417293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "cds",
"timestamp": 1629347423899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1629347425278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "dcae-sch",
"timestamp": 1629347417293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347417933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "cds",
"timestamp": 1629347423899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1629347425278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347417933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "dcae-sch",
"timestamp": 1629347417293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "cds",
"timestamp": 1629347423899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1629347425278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347417933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:33:15.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "dcae-sch",
"timestamp": 1629347417293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "cds",
"timestamp": 1629347423899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:33:15.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1629347425278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347430341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347431648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:33:15.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "cds",
"timestamp": 1629347431740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:33:15.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1629347425278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347430341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
"status": "NOTIFIED"
}
2021-08-19T04:33:15.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "policy-id",
"timestamp": 1629347431504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "cds",
"timestamp": 1629347432746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-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-19T04:33:15.163Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2d82d083-5558-4639-8247-f24ce352d7f8
2021-08-19T04:33:15.163Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d82d083-5558-4639-8247-f24ce352d7f8 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-19T04:33:15.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347430341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-19T04:33:15.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "policy-id",
"timestamp": 1629347431504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347430341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347434123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T04:33:15.180Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "policy-id",
"timestamp": 1629347431504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-19T04:33:15.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347430341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-19T04:33:15.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629347435126,
"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-19T04:33:15.189Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2d82d083-5558-4639-8247-f24ce352d7f8
2021-08-19T04:33:15.190Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d82d083-5558-4639-8247-f24ce352d7f8 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-19T04:33:15.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "policy-id",
"timestamp": 1629347431504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347430341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "policy-id",
"timestamp": 1629347431504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347430341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:33:15.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "policy-id",
"timestamp": 1629347431504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "policy-id",
"timestamp": 1629347431504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:33:15.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "aai-ml",
"timestamp": 1629347438236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347439085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:33:15.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "aai-ml",
"timestamp": 1629347438236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.205Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "policy-id",
"timestamp": 1629347440695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:33:15.206Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "aai-ml",
"timestamp": 1629347438236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347441487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:33:15.207Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "policy-id",
"timestamp": 1629347441699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T04:33:15.207Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "clamp",
"timestamp": 1629347441101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "aai-ml",
"timestamp": 1629347438236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "clamp",
"timestamp": 1629347441101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
"status": "NOTIFIED"
}
2021-08-19T04:33:15.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "policy-id",
"timestamp": 1629347442703,
"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-19T04:33:15.215Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d82d083-5558-4639-8247-f24ce352d7f8
2021-08-19T04:33:15.215Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d82d083-5558-4639-8247-f24ce352d7f8 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-19T04:33:15.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "aai-ml",
"timestamp": 1629347438236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "clamp",
"timestamp": 1629347441101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "aai-ml",
"timestamp": 1629347438236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.226Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347444086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:33:15.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "clamp",
"timestamp": 1629347441101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "aai-ml",
"timestamp": 1629347438236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:33:15.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347445107,
"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-19T04:33:15.233Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d82d083-5558-4639-8247-f24ce352d7f8
2021-08-19T04:33:15.233Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d82d083-5558-4639-8247-f24ce352d7f8 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-19T04:33:15.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "clamp",
"timestamp": 1629347441101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "aai-ml",
"timestamp": 1629347446094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:33:15.241Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629347446109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-19T04:33:15.242Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "clamp",
"timestamp": 1629347441101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "clamp",
"timestamp": 1629347441101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:33:15.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:33:15.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "aai-ml",
"timestamp": 1629347452107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T04:33:15.243Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "aai-ml",
"timestamp": 1629347453111,
"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-19T04:33:15.248Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2d82d083-5558-4639-8247-f24ce352d7f8
2021-08-19T04:33:15.248Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d82d083-5558-4639-8247-f24ce352d7f8 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-19T04:33:15.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "clamp",
"timestamp": 1629347462247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:33:15.284Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "clamp",
"timestamp": 1629347464255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T04:33:15.285Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "clamp",
"timestamp": 1629347465258,
"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-19T04:33:15.291Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2d82d083-5558-4639-8247-f24ce352d7f8
2021-08-19T04:33:15.291Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d82d083-5558-4639-8247-f24ce352d7f8 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-19T04:33:19.295Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a36231f9-945f-4d12-9e33-ec579d6786a2/model-vers/model-ver/b88df62f-0e0b-485f-946b-4a54762dcebd?depth=0
2021-08-19T04:33:19.421Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-08-19T04:33:20.101Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a36231f9-945f-4d12-9e33-ec579d6786a2/model-vers/model-ver/b88df62f-0e0b-485f-946b-4a54762dcebd?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-19T04:33:20.107Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a36231f9-945f-4d12-9e33-ec579d6786a2/model-vers/model-ver/b88df62f-0e0b-485f-946b-4a54762dcebd?depth=0|INFO|500||Invoke
2021-08-19T04:33:20.241Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a36231f9-945f-4d12-9e33-ec579d6786a2/model-vers/model-ver/b88df62f-0e0b-485f-946b-4a54762dcebd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-19T04:33:20.690Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a36231f9-945f-4d12-9e33-ec579d6786a2/model-vers/model-ver/b88df62f-0e0b-485f-946b-4a54762dcebd?depth=0|INFO|500||InvokeReturn
2021-08-19T04:33:20.691Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a36231f9-945f-4d12-9e33-ec579d6786a2/model-vers/model-ver/b88df62f-0e0b-485f-946b-4a54762dcebd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210819-04:33:20:248-20203], vertex-id=[159920], Content-Length=[0], Date=[Thu, 19 Aug 2021 04:33:20 GMT], Content-Type=[application/json]}
2021-08-19T04:33:20.691Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-08-19T04:33:20.695Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-19T04:33:20.695Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||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-19T04:33:20.702Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-19T04:33:20.710Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97244ba2-b0d9-4473-b66c-ef65a0077757 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-19T04:33:20.712Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-19T04:33:20.712Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:20.714Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:20.714Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347600711,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:33:20.814Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:20.815Z||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-19T04:33:20.815Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:20.824Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:20.825Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 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-19T04:33:21.728Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:33:21.729Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:33:21.729Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:26.031Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:26.032Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T04:33:26.032Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2d82d083-5558-4639-8247-f24ce352d7f8","serviceName":"basic_onboard_Tkovfu","serviceVersion":"1.0","serviceUUID":"375acd65-a9eb-44b2-9d8f-934612092763","serviceDescription":"service","serviceInvariantUUID":"7d58d498-2e04-4be9-aedb-9ba38da7ca74","resources":[{"resourceInstanceName":"basic_onboard_Tkovfu 0","resourceName":"basic_onboard_Tkovfu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"03f6f878-bf86-4080-a942-0ab2f41101a2","resourceInvariantUUID":"d532e3ce-7a96-4565-a1bf-db5a65fb5989","resourceCustomizationUUID":"e204f3d9-5d43-417b-8da8-46cea985cefa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml","artifactChecksum":"MjEwZWMwNzZiZDYzZTUwZmUwZWRlNTQ4MWJiZjczMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63de270c-fe79-4112-b8b3-9c9f9a4e6f06","artifactVersion":"1"},{"artifactName":"basic_onboard_tkovfu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json","artifactChecksum":"OTg2YTlkZTM1MzUxY2NjOWI5MzgzNjMxYTIxZWIxNWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5acaa8c8-dd78-428d-9a75-0892651232d0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e773a57c-969c-4cd8-a5f0-dbc05e62ff28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"90768379-e5d1-434a-b98d-b76a4b4f7258","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bb4cba30-7f31-4d0a-a143-395ca00feed6","artifactVersion":"2","generatedFromUUID":"e773a57c-969c-4cd8-a5f0-dbc05e62ff28"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTkovfu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml","artifactChecksum":"OTFmYTRkZjEzYzAxM2Y3MTA0MTU5NTRkODZlMmQ5OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf869d70-e160-4de2-ab4f-aff5ea4b5a0b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTkovfu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar","artifactChecksum":"YmMwYWY2NGM1OWUyZjg1NjEwMDdiZGI0ODNmMDY1YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40d183e9-82ce-4203-a1ac-97caf67cce86","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-19T04:33:26.034Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:33:26.035Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:26.036Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:26.037Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347601728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:26.137Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:26.137Z||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-19T04:33:26.137Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:26.146Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:26.146Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:27.037Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:33:27.038Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:27.040Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:27.040Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347601728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
"status": "NOTIFIED"
}
2021-08-19T04:33:27.140Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:27.140Z||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-19T04:33:27.141Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:27.150Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:27.151Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:28.040Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:33:28.041Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:28.042Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:28.043Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347601728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-19T04:33:28.143Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:28.144Z||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-19T04:33:28.144Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:28.153Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:28.153Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:29.043Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:33:29.044Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:29.046Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:29.046Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347601728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:29.146Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:29.147Z||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-19T04:33:29.147Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:29.155Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:29.156Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:30.047Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:33:30.047Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:30.049Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:30.049Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347601728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-19T04:33:30.150Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:30.150Z||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-19T04:33:30.150Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:30.160Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:30.160Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:31.050Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:33:31.051Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:31.053Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:31.053Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347601728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:33:31.153Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:31.154Z||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-19T04:33:31.154Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:31.165Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:31.165Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:32.054Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:33:32.054Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:32.056Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:32.056Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347601728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:33:32.156Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:32.157Z||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-19T04:33:32.157Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:32.166Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:32.166Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:33.058Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"serviceName": "basic_onboard_Tkovfu",
"serviceVersion": "1.0",
"serviceUUID": "375acd65-a9eb-44b2-9d8f-934612092763",
"serviceDescription": "service",
"serviceInvariantUUID": "7d58d498-2e04-4be9-aedb-9ba38da7ca74",
"resources": [
{
"resourceInstanceName": "basic_onboard_Tkovfu 0",
"resourceCustomizationUUID": "e204f3d9-5d43-417b-8da8-46cea985cefa",
"resourceName": "basic_onboard_Tkovfu",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "03f6f878-bf86-4080-a942-0ab2f41101a2",
"resourceInvariantUUID": "d532e3ce-7a96-4565-a1bf-db5a65fb5989",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_tkovfu0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
"artifactChecksum": "OTg2YTlkZTM1MzUxY2NjOWI5MzgzNjMxYTIxZWIxNWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5acaa8c8-dd78-428d-9a75-0892651232d0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e773a57c-969c-4cd8-a5f0-dbc05e62ff28",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bb4cba30-7f31-4d0a-a143-395ca00feed6",
"generatedFromUUID": "e773a57c-969c-4cd8-a5f0-dbc05e62ff28"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bb4cba30-7f31-4d0a-a143-395ca00feed6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardTkovfu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"artifactChecksum": "YmMwYWY2NGM1OWUyZjg1NjEwMDdiZGI0ODNmMDY1YTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "40d183e9-82ce-4203-a1ac-97caf67cce86"
}
],
"workloadContext": "Production"
}
2021-08-19T04:33:33.058Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-19T04:33:33.058Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 375acd65-a9eb-44b2-9d8f-934612092763 ASDC
2021-08-19T04:33:33.059Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2d82d083-5558-4639-8247-f24ce352d7f8
ServiceName:basic_onboard_Tkovfu
ServiceVersion:1.0
ServiceUUID:375acd65-a9eb-44b2-9d8f-934612092763
ServiceInvariantUUID:7d58d498-2e04-4be9-aedb-9ba38da7ca74
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTkovfu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar
ArtifactUUID:40d183e9-82ce-4203-a1ac-97caf67cce86
ArtifactChecksum:YmMwYWY2NGM1OWUyZjg1NjEwMDdiZGI0ODNmMDY1YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Tkovfu 0
ResourceCustomizationUUID:e204f3d9-5d43-417b-8da8-46cea985cefa
ResourceInvariantUUID:d532e3ce-7a96-4565-a1bf-db5a65fb5989
ResourceName:basic_onboard_Tkovfu
ResourceType:VF
ResourceUUID:03f6f878-bf86-4080-a942-0ab2f41101a2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tkovfu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json
ArtifactUUID:5acaa8c8-dd78-428d-9a75-0892651232d0
ArtifactChecksum:OTg2YTlkZTM1MzUxY2NjOWI5MzgzNjMxYTIxZWIxNWY=
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/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e773a57c-969c-4cd8-a5f0-dbc05e62ff28
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/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env
ArtifactUUID:bb4cba30-7f31-4d0a-a143-395ca00feed6
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/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env
ArtifactUUID:bb4cba30-7f31-4d0a-a143-395ca00feed6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-19T04:33:33.059Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 375acd65-a9eb-44b2-9d8f-934612092763 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-19T04:33:33.094Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:33:33.095Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:33:33.095Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:33:33.095Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 40d183e9-82ce-4203-a1ac-97caf67cce86 from URL: /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:33.095Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:33:33.096Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:33.378Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:33:33.381Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar 40d183e9-82ce-4203-a1ac-97caf67cce86 71357
2021-08-19T04:33:33.382Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar ASDC sendASDCNotification
2021-08-19T04:33:33.382Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:33.382Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:33:33.382Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:33.385Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:33.385Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347613382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:33:33.485Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:33.486Z||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-19T04:33:33.486Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:33.496Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:33.497Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:34.385Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:33:34.387Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:33:34.387Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 40d183e9-82ce-4203-a1ac-97caf67cce86, URL: /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar to file: /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:34.387Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:34.388Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:34.388Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:34.684Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12154533701122281836/Definitions/service-BasicOnboardTkovfu-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-19T04:33:36.192Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-19T04:33:36.192Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:33:36.192Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.192Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Tkovfu 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-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||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-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||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-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:33:36.194Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:36.194Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:36.194Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:36.194Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:33:36.194Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:33:36.195Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:36.195Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:36.195Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:36.195Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:33:36.195Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:33:36.196Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:36.196Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:36.196Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:36.196Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is not matching search criteria
2021-08-19T04:33:36.196Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-19T04:33:36.197Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-19T04:33:36.197Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-19T04:33:36.197Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-19T04:33:36.197Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-19T04:33:36.197Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:36.197Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T04:33:36.198Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:36.198Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:36.198Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:33:36.198Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:36.198Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:36.199Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:33:36.199Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:36.199Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:36.199Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:33:36.199Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:36.200Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is not matching search criteria
2021-08-19T04:33:36.200Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-19T04:33:36.200Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-19T04:33:36.200Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2f248073-d1e9-41bb-a650-cc0c655acad2
2021-08-19T04:33:36.200Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:36.200Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:36.201Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:36.201Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:36.201Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:36.201Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:36.201Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:36.201Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:36.202Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_Tkovfu
Description:service
Model UUID:375acd65-a9eb-44b2-9d8f-934612092763
Model Version:NULL
Model InvariantUuid:7d58d498-2e04-4be9-aedb-9ba38da7ca74
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_Tkovfu
Model UUID:c74ed4bd-a644-4d3d-b7d3-0c604da6685a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d532e3ce-7a96-4565-a1bf-db5a65fb5989
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e204f3d9-5d43-417b-8da8-46cea985cefa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:185e1f28-8e16-4c5a-ae9d-de2a380f7457
ModelName:BasicOnboardTkovfu..base_ubuntu18..module-0
ModelUuid:79c21e0e-65c2-4307-9353-2377dcd0b459
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2f248073-d1e9-41bb-a650-cc0c655acad2
ModelInvariantUuid:be956d69-be69-4e07-a83e-4ee9aa383aef
ModelName:basic_onboard_Tkovfu-nodes.ubuntu18Cvfc
ModelUuid:80e9d50c-4639-4a91-b006-85cb0f7b4761
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:58ddbd97-5177-48de-8257-4bf8e8dbaf9e
ModelInvariantUuid:5980f437-a280-4db8-8c7e-e3e96c9f2a7d
ModelName:BasicOnboardTkovfu.compute.nodes.heat.ubuntu18
ModelUuid:3798e66e-0f5d-405a-9ebd-5e011fa0eae7
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-19T04:33:36.208Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 03f6f878-bf86-4080-a942-0ab2f41101a2
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-19T04:33:36.211Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||basic_onboard_Tkovfu 0
2021-08-19T04:33:36.211Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 03f6f878-bf86-4080-a942-0ab2f41101a2
2021-08-19T04:33:36.211Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5acaa8c8-dd78-428d-9a75-0892651232d0 from URL: /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json
2021-08-19T04:33:36.211Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:33:36.211Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json
2021-08-19T04:33:37.894Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:33:37.894Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json 5acaa8c8-dd78-428d-9a75-0892651232d0 798
2021-08-19T04:33:37.895Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json ASDC sendASDCNotification
2021-08-19T04:33:37.895Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json
2021-08-19T04:33:37.895Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:33:37.895Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:37.897Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:37.897Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347617895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:33:37.998Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:37.998Z||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-19T04:33:37.999Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:38.009Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:38.009Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:38.898Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTkovfu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "185e1f28-8e16-4c5a-ae9d-de2a380f7457",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "79c21e0e-65c2-4307-9353-2377dcd0b459",
"vfModuleModelCustomizationUUID": "7ab7ea89-a58b-46a5-b2dd-00db4a8402c8",
"isBase": true,
"artifacts": [
"e773a57c-969c-4cd8-a5f0-dbc05e62ff28",
"bb4cba30-7f31-4d0a-a143-395ca00feed6"
],
"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-19T04:33:38.902Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTkovfu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79c21e0e-65c2-4307-9353-2377dcd0b459
VfModuleModelInvariantUUID:185e1f28-8e16-4c5a-ae9d-de2a380f7457
VfModuleModelDescription:NULL
Artifacts UUID List:{
e773a57c-969c-4cd8-a5f0-dbc05e62ff28
,
bb4cba30-7f31-4d0a-a143-395ca00feed6
}
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-19T04:33:38.904Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTkovfu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "185e1f28-8e16-4c5a-ae9d-de2a380f7457",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "79c21e0e-65c2-4307-9353-2377dcd0b459",
"vfModuleModelCustomizationUUID": "7ab7ea89-a58b-46a5-b2dd-00db4a8402c8",
"isBase": true,
"artifacts": [
"e773a57c-969c-4cd8-a5f0-dbc05e62ff28",
"bb4cba30-7f31-4d0a-a143-395ca00feed6"
],
"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-19T04:33:38.904Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTkovfu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79c21e0e-65c2-4307-9353-2377dcd0b459
VfModuleModelInvariantUUID:185e1f28-8e16-4c5a-ae9d-de2a380f7457
VfModuleModelDescription:NULL
Artifacts UUID List:{
e773a57c-969c-4cd8-a5f0-dbc05e62ff28
,
bb4cba30-7f31-4d0a-a143-395ca00feed6
}
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-19T04:33:38.904Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e773a57c-969c-4cd8-a5f0-dbc05e62ff28 from URL: /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml
2021-08-19T04:33:38.904Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:33:38.905Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml
2021-08-19T04:33:40.388Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:33:40.388Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml e773a57c-969c-4cd8-a5f0-dbc05e62ff28 5033
2021-08-19T04:33:40.389Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-19T04:33:40.389Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml
2021-08-19T04:33:40.389Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:33:40.389Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:40.391Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:40.391Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347620389,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:33:40.492Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:40.493Z||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-19T04:33:40.493Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:40.503Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:40.503Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:41.392Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bb4cba30-7f31-4d0a-a143-395ca00feed6 from URL: /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env
2021-08-19T04:33:41.393Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:33:41.393Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env
2021-08-19T04:33:42.981Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:33:42.982Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env bb4cba30-7f31-4d0a-a143-395ca00feed6 909
2021-08-19T04:33:42.982Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-19T04:33:42.983Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env
2021-08-19T04:33:42.983Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:33:42.983Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:42.985Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:42.986Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347622982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:33:43.085Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-19T04:33:43.086Z||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-19T04:33:43.086Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:43.095Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:43.095Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:33:43.986Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 375acd65-a9eb-44b2-9d8f-934612092763
2021-08-19T04:33:43.987Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Tkovfu 0 03f6f878-bf86-4080-a942-0ab2f41101a2 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-19T04:33:43.999Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:44.000Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:44.000Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-08-19T04:33:44.000Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e204f3d9-5d43-417b-8da8-46cea985cefa
2021-08-19T04:33:44.000Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e204f3d9-5d43-417b-8da8-46cea985cefa matches Tosca VF Customization UUID: e204f3d9-5d43-417b-8da8-46cea985cefa
2021-08-19T04:33:44.000Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e204f3d9-5d43-417b-8da8-46cea985cefa 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-19T04:33:44.002Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:44.003Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:44.003Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e204f3d9-5d43-417b-8da8-46cea985cefa: {\"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-19T04:33:44.004Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2863247
2021-08-19T04:33:44.004Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:44.004Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T04:33:44.004Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ab7ea89-a58b-46a5-b2dd-00db4a8402c8
2021-08-19T04:33:44.004Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ab7ea89-a58b-46a5-b2dd-00db4a8402c8
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-19T04:33:44.006Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:44.007Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:44.007Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:33:44.007Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:44.007Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:44.007Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:33:44.008Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:44.008Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is not matching search criteria
2021-08-19T04:33:44.008Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-19T04:33:44.008Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-19T04:33:44.008Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2f248073-d1e9-41bb-a650-cc0c655acad2
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-19T04:33:44.010Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:44.010Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:44.010Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:33:44.011Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:44.011Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:44.011Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0] matching following query criteria: sdcType=VF, customizationUUID=e204f3d9-5d43-417b-8da8-46cea985cefa
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-19T04:33:44.013Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:44.013Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:44.013Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 375acd65-a9eb-44b2-9d8f-934612092763: basic_onboard_Tkovfu
2021-08-19T04:33:44.014Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:44.014Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:44.014Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:44.014Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:44.014Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:44.014Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:44.015Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:44.015Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:44.015Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:33:44.015Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:44.015Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_Tkovfu
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-19T04:33:44.098Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Tkovfu 03f6f878-bf86-4080-a942-0ab2f41101a2 1 ASDC deployResourceStructure
2021-08-19T04:33:44.099Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json ASDC sendASDCNotification
2021-08-19T04:33:44.099Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json
2021-08-19T04:33:44.099Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:33:44.099Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:44.101Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:44.101Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347624099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-19T04:33:44.201Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:44.202Z||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-19T04:33:44.202Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:44.211Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:44.212Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:45.102Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-19T04:33:45.103Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml
2021-08-19T04:33:45.103Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:33:45.103Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:45.105Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:45.105Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347625102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-19T04:33:45.205Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:45.205Z||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-19T04:33:45.206Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:45.217Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:45.218Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:46.105Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-19T04:33:46.106Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env
2021-08-19T04:33:46.106Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:33:46.106Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:46.108Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:46.108Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347626105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-19T04:33:46.208Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:46.209Z||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-19T04:33:46.209Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:46.217Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:46.218Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:47.108Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar ASDC sendASDCNotification
2021-08-19T04:33:47.109Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:47.109Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:33:47.109Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:47.111Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:47.111Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347627108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T04:33:47.211Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:47.212Z||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-19T04:33:47.212Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:47.221Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:33:47.221Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:33:48.112Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d82d083-5558-4639-8247-f24ce352d7f8
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-19T04:33:48.123Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d82d083-5558-4639-8247-f24ce352d7f8
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-19T04:33:48.128Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:33:48.128Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-19T04:33:48.129Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-19T04:33:48.129Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-19T04:33:48.129Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:33:48.129Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:33:48.129Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:33:48.130Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:33:48.130Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:33:48.130Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:33:48.130Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:33:48.136Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-19T04:34:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:34:14.598Z||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-19T04:34:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:34:15.248Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:34:15.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347600711,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:34:15.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:15.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347601728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:34:15.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:34:15.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347601728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
"status": "NOTIFIED"
}
2021-08-19T04:34:15.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:34:15.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347601728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-19T04:34:15.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:34:15.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347601728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347601728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347601728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347601728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347613382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:34:15.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:15.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347617895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:34:15.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:15.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347620389,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:34:15.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347622982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347624099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347625102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347626105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:15.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347627108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T04:34:15.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:18.137Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2d82d083-5558-4639-8247-f24ce352d7f8 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-19T04:34:18.144Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2d82d083-5558-4639-8247-f24ce352d7f8 and serviceModelVersionId: 375acd65-a9eb-44b2-9d8f-934612092763
2021-08-19T04:34:18.144Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7d58d498-2e04-4be9-aedb-9ba38da7ca74
2021-08-19T04:34:18.145Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?depth=0
2021-08-19T04:34:18.148Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-08-19T04:34:18.188Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?depth=0|INFO|500||Invoke
2021-08-19T04:34:18.189Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2d82d083-5558-4639-8247-f24ce352d7f8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c06b2b5-928b-4313-9c03-1f7fd90b14ad], X-ECOMP-RequestID=[2d82d083-5558-4639-8247-f24ce352d7f8], X-TransactionId=[], X-ONAP-RequestID=[2d82d083-5558-4639-8247-f24ce352d7f8], Content-Type=[application/merge-patch+json]}
2021-08-19T04:34:18.210Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-19T04:34:18.880Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?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/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210819-04:34:18:217-14253], vertex-id=[163976], Content-Length=[0], Date=[Thu, 19 Aug 2021 04:34:18 GMT], Content-Type=[application/json]}
2021-08-19T04:34:18.880Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-19T04:34:18.881Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?depth=0|INFO|500||InvokeReturn
2021-08-19T04:34:18.881Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-19T04:34:18.881Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||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-19T04:34:18.886Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-19T04:34:18.886Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2d82d083-5558-4639-8247-f24ce352d7f8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-19T04:34:18.886Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-19T04:34:18.886Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:34:18.888Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:34:18.889Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347658886,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:34:18.989Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:34:18.990Z||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-19T04:34:18.990Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:34:19.003Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:34:19.004Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 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-19T04:34:19.903Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:34:19.904Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:34:19.904Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:34:29.449Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:34:29.450Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:34:29.451Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:34:29.451Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:34:38.990Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:34:38.991Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:34:38.991Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:34:38.991Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:34:48.530Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:34:48.531Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:34:48.531Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:34:48.531Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:34:58.064Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:35:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:35:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:35:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:35:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:35:14.598Z||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-19T04:35:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:35:15.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:35:15.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T04:35:15.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629347658886,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:35:15.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:35:24.139Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:36:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:36:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:36:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:36:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:36:14.598Z||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-19T04:36:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:36:24.140Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:36:24.141Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:37:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:37:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:37:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:37:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:37:14.598Z||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-19T04:37:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:37:24.140Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:37:24.143Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:38:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:38:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:38:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:38:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:38:14.598Z||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-19T04:38:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:38:24.137Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:38:24.139Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:39:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:39:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:39:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:39:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:39:14.598Z||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-19T04:39:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:39:24.137Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:39:24.139Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:40:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:40:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:40:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:40:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:40:14.598Z||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-19T04:40:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:40:24.134Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:40:24.138Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:41:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:41:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:41:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:41:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:41:14.597Z||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-19T04:41:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:41:24.135Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:41:24.140Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:42:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:42:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:42:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:42:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:42:14.598Z||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-19T04:42:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:42:24.136Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:42:24.139Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:43:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:43:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:43:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:43:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:43:14.598Z||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-19T04:43:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:43:24.138Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:43:24.141Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:44:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:44:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:44:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:44:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:44:14.598Z||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-19T04:44:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:44:24.135Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:44:24.139Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:45:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:45:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:45:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:45:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:45:14.597Z||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-19T04:45:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:45:15.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:45:15.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "cds",
"timestamp": 1629348278899,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.225Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:45:15.225Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.225Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9ee46f09-d2bb-461a-93de-f52ba3c394e0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"730b53bf-1a11-4d66-9ec4-13e12dd9da7f","serviceDescription":"service","serviceInvariantUUID":"3fd2e66e-b49f-4fe8-8f20-59e48e258dd5","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c315cea9-6c9c-43e7-8cf6-81d842e1a996","resourceInvariantUUID":"71c79871-d509-400b-8f89-38f42606d5c1","resourceCustomizationUUID":"7f2d6be6-7ec1-4580-b9ac-3d99384c640c","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":"ODVmN2M5NDYzNTZjMjY2NjU2N2MwYTRlMzc2NzdkOGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9d362bff-c1c9-4505-80bc-c0eb94e03659","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTZkZWUxOTVjMGZmNTUyNThmOWI4MWVhMTM1YWNiMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"22dea187-709f-4aa7-8fb0-f7e7ef2d66a9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-19T04:45:15.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-19T04:45:15.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "aai-ml",
"timestamp": 1629348278236,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-19T04:45:15.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "clamp",
"timestamp": 1629348281101,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-19T04:45:15.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "dcae-sch",
"timestamp": 1629348277293,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-19T04:45:15.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "aai-ml",
"timestamp": 1629348278236,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:45:15.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-19T04:45:15.227Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:45:15.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "clamp",
"timestamp": 1629348281101,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:45:15.228Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:45:15.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-19T04:45:15.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "dcae-sch",
"timestamp": 1629348277293,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-19T04:45:15.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "cds",
"timestamp": 1629348278899,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:45:15.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "aai-ml",
"timestamp": 1629348285801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "cds",
"timestamp": 1629348285883,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1629348285278,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-19T04:45:15.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "cds",
"timestamp": 1629348286890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-08-19T04:45:15.230Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:45:15.230Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629348314595,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:45:15.249Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9ee46f09-d2bb-461a-93de-f52ba3c394e0
2021-08-19T04:45:15.249Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee46f09-d2bb-461a-93de-f52ba3c394e0 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-19T04:45:15.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1629348285278,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-19T04:45:15.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629348287933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-19T04:45:15.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "aai-ml",
"timestamp": 1629348288947,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T04:45:15.259Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629348287933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:45:15.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-19T04:45:15.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "aai-ml",
"timestamp": 1629348289951,
"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-19T04:45:15.266Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9ee46f09-d2bb-461a-93de-f52ba3c394e0
2021-08-19T04:45:15.266Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee46f09-d2bb-461a-93de-f52ba3c394e0 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-19T04:45:15.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629348290770,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:45:15.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629348290341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.277Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-19T04:45:15.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629348290341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:45:15.277Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "policy-id",
"timestamp": 1629348291504,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629348292308,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "policy-id",
"timestamp": 1629348291504,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-19T04:45:15.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629348293312,
"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-19T04:45:15.283Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9ee46f09-d2bb-461a-93de-f52ba3c394e0
2021-08-19T04:45:15.284Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee46f09-d2bb-461a-93de-f52ba3c394e0 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-19T04:45:15.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "clamp",
"timestamp": 1629348294381,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:45:15.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "policy-id",
"timestamp": 1629348295198,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:45:15.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "policy-id",
"timestamp": 1629348296203,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T04:45:15.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "clamp",
"timestamp": 1629348296391,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T04:45:15.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "policy-id",
"timestamp": 1629348297206,
"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-19T04:45:15.299Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ee46f09-d2bb-461a-93de-f52ba3c394e0
2021-08-19T04:45:15.299Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee46f09-d2bb-461a-93de-f52ba3c394e0 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-19T04:45:15.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "clamp",
"timestamp": 1629348297395,
"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-19T04:45:15.315Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9ee46f09-d2bb-461a-93de-f52ba3c394e0
2021-08-19T04:45:15.315Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee46f09-d2bb-461a-93de-f52ba3c394e0 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-19T04:45:15.330Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:45:15.331Z||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-19T04:45:15.331Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:45:15.341Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:45:15.341Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:45:16.231Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:45:16.232Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:45:16.234Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:45:16.234Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629348314595,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:45:16.334Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:45:16.335Z||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-19T04:45:16.335Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:45:16.345Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:45:16.346Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:45:17.235Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "730b53bf-1a11-4d66-9ec4-13e12dd9da7f",
"serviceDescription": "service",
"serviceInvariantUUID": "3fd2e66e-b49f-4fe8-8f20-59e48e258dd5",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "7f2d6be6-7ec1-4580-b9ac-3d99384c640c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "c315cea9-6c9c-43e7-8cf6-81d842e1a996",
"resourceInvariantUUID": "71c79871-d509-400b-8f89-38f42606d5c1",
"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": "OTZkZWUxOTVjMGZmNTUyNThmOWI4MWVhMTM1YWNiMzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "22dea187-709f-4aa7-8fb0-f7e7ef2d66a9"
}
],
"workloadContext": "Production"
}
2021-08-19T04:45:17.235Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-19T04:45:17.235Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 730b53bf-1a11-4d66-9ec4-13e12dd9da7f ASDC
2021-08-19T04:45:17.236Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9ee46f09-d2bb-461a-93de-f52ba3c394e0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:730b53bf-1a11-4d66-9ec4-13e12dd9da7f
ServiceInvariantUUID:3fd2e66e-b49f-4fe8-8f20-59e48e258dd5
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:22dea187-709f-4aa7-8fb0-f7e7ef2d66a9
ArtifactChecksum:OTZkZWUxOTVjMGZmNTUyNThmOWI4MWVhMTM1YWNiMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7f2d6be6-7ec1-4580-b9ac-3d99384c640c
ResourceInvariantUUID:71c79871-d509-400b-8f89-38f42606d5c1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c315cea9-6c9c-43e7-8cf6-81d842e1a996
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-08-19T04:45:17.236Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 730b53bf-1a11-4d66-9ec4-13e12dd9da7f 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-19T04:45:17.265Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:45:17.266Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:45:17.266Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:45:17.266Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 22dea187-709f-4aa7-8fb0-f7e7ef2d66a9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-19T04:45:17.266Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:45:17.266Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-19T04:45:18.985Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:45:18.987Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 22dea187-709f-4aa7-8fb0-f7e7ef2d66a9 52173
2021-08-19T04:45:18.988Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||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-19T04:45:18.988Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||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-19T04:45:18.988Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:45:18.988Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:45:18.990Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:45:18.990Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629348318988,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:45:19.091Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:45:19.091Z||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-19T04:45:19.091Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:45:19.101Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:45:19.101Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:45:19.991Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:45:19.992Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:45:19.992Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 22dea187-709f-4aa7-8fb0-f7e7ef2d66a9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-19T04:45:19.993Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-19T04:45:19.993Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-19T04:45:19.993Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-19T04:45:20.084Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8160183555864631198/Definitions/service-BasicNetwork-template.yml
2021-08-19T04:45:20.475Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||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-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||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-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||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-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||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-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||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-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||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-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||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-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:45:20.478Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.478Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:45:20.478Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.478Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:45:20.479Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.479Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:45:20.479Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.479Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:730b53bf-1a11-4d66-9ec4-13e12dd9da7f
Model Version:NULL
Model InvariantUuid:3fd2e66e-b49f-4fe8-8f20-59e48e258dd5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:71c79871-d509-400b-8f89-38f42606d5c1
Model UUID:f395caaf-cf4c-4f01-914c-5cb936e57c21
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:7f2d6be6-7ec1-4580-b9ac-3d99384c640c
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-19T04:45:20.487Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: c315cea9-6c9c-43e7-8cf6-81d842e1a996
2021-08-19T04:45:20.487Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||No resources found for Service: 730b53bf-1a11-4d66-9ec4-13e12dd9da7f
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-19T04:45:20.490Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||
2021-08-19T04:45:20.490Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-08-19T04:45:20.491Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 730b53bf-1a11-4d66-9ec4-13e12dd9da7f
2021-08-19T04:45:20.491Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 730b53bf-1a11-4d66-9ec4-13e12dd9da7f
2021-08-19T04:45:20.491Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-08-19T04:45:20.491Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||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-19T04:45:20.496Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:45:20.496Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.496Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:45:20.496Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.497Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 730b53bf-1a11-4d66-9ec4-13e12dd9da7f: Generic NeutronNet
2021-08-19T04:45:20.497Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:45:20.497Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.497Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:45:20.497Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||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-19T04:45:20.518Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:45:20.518Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.518Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:45:20.518Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.518Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:45:20.519Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.519Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||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-19T04:45:20.571Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-08-19T04:45:20.571Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||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-19T04:45:20.571Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||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-19T04:45:20.571Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:45:20.571Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:45:20.573Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:45:20.573Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629348320571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T04:45:20.674Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:45:20.675Z||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-19T04:45:20.675Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:45:20.683Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:45:20.684Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:45:21.573Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ee46f09-d2bb-461a-93de-f52ba3c394e0
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-19T04:45:21.586Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ee46f09-d2bb-461a-93de-f52ba3c394e0
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-19T04:45:21.588Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:45:21.594Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-19T04:45:51.594Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9ee46f09-d2bb-461a-93de-f52ba3c394e0 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-19T04:45:51.602Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9ee46f09-d2bb-461a-93de-f52ba3c394e0 and serviceModelVersionId: 730b53bf-1a11-4d66-9ec4-13e12dd9da7f
2021-08-19T04:45:51.602Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3fd2e66e-b49f-4fe8-8f20-59e48e258dd5
2021-08-19T04:45:51.603Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?depth=0
2021-08-19T04:45:51.609Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-08-19T04:45:51.652Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?depth=0|INFO|500||Invoke
2021-08-19T04:45:51.653Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9ee46f09-d2bb-461a-93de-f52ba3c394e0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[69b3b680-499e-496d-b456-dd01afbf0092], X-ECOMP-RequestID=[9ee46f09-d2bb-461a-93de-f52ba3c394e0], X-TransactionId=[], X-ONAP-RequestID=[9ee46f09-d2bb-461a-93de-f52ba3c394e0], Content-Type=[application/merge-patch+json]}
2021-08-19T04:45:51.678Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-19T04:45:51.767Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?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/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210819-04:45:51:686-16665], vertex-id=[151632], Content-Length=[0], Date=[Thu, 19 Aug 2021 04:45:51 GMT], Content-Type=[application/json]}
2021-08-19T04:45:51.768Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-19T04:45:51.768Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?depth=0|INFO|500||InvokeReturn
2021-08-19T04:45:51.768Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-19T04:45:51.768Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||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-19T04:45:51.772Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-19T04:45:51.772Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9ee46f09-d2bb-461a-93de-f52ba3c394e0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-19T04:45:51.772Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-19T04:45:51.772Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:45:51.774Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:45:51.774Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629348351772,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:45:51.874Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:45:51.875Z||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-19T04:45:51.875Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:45:51.887Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:45:51.887Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"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-19T04:46:14.595Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:46:14.596Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:46:14.596Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:46:14.597Z||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-19T04:46:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:14.715Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:46:14.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:46:14.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629348314595,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:46:14.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-19T04:46:15.216Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:46:15.217Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T04:46:15.217Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e60d49bf-e494-46ba-b885-4c9204318eda","serviceName":"Demo_pNF_knRnXhVZT6eeIOJb3GPA","serviceVersion":"1.0","serviceUUID":"820bb494-4e60-417d-a935-4f9eb7192c96","serviceDescription":"catalog service description","serviceInvariantUUID":"3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148","resources":[{"resourceInstanceName":"pNF 932c87a4-8a7c 0","resourceName":"pNF 932c87a4-8a7c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"009a3737-fccb-45a4-b078-25c4f00066a9","resourceInvariantUUID":"60667b85-c54a-4750-a7a2-54b3203c68e8","resourceCustomizationUUID":"e3fe3944-4dcf-46b8-84a1-fe640e8350d8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vf-license-model.xml","artifactChecksum":"YzBmZTQyOWQ3ZjE4ZmFhMGNhMzU2NGJhODFkYjA0OGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2fa5fb5f-02f3-4d5f-8547-e25abb282bf7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/pNF.csar","artifactChecksum":"NzgyMTI2NGZmZDk5YjY3NmM5NzM3ZTg1YzRjMGYyNDk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aed7b490-3d90-48c8-861f-4f48aaa2aa3b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54a1717a-0567-4345-a1ee-56ce76b224ef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmMzZGU4MzRjMGM4YmNlNjVjMzBiNDNjYmFjM2M0NmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d1257c6a-69a9-48e6-80b5-c432e48a19fc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6c13e5bd-ebf0-43af-bec2-8a93cd3daea8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c9f4812-96da-4147-99a9-4994e073d8b2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKnrnxhvzt6eeiojb3gpa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-template.yml","artifactChecksum":"YzJkMjM3ZGMwZTZkMDQ0MTAwOWY4ZGIyOGZkZGQ0ZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"53ac719f-85cf-43d6-b226-2c2cdd380b6f","artifactVersion":"1"},{"artifactName":"service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar","artifactChecksum":"MzZlZmExYWNiZDk2OTRkOWM1MTc0YTNiYjgzZjEyYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f75557aa-123c-4c99-b430-ab661880ab88","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-19T04:46:15.219Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:46:15.219Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:15.220Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:15.221Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629348374595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:46:15.321Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:46:15.321Z||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-19T04:46:15.321Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:15.330Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:46:15.330Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:46:16.221Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:46:16.222Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:16.223Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:16.224Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629348374595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:46:16.324Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:46:16.325Z||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-19T04:46:16.325Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:16.341Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:46:16.341Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:46:17.224Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:46:17.225Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:17.226Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:17.227Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629348374595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:46:17.327Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:46:17.328Z||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-19T04:46:17.328Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:17.335Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:46:17.336Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:46:18.227Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:46:18.228Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:18.230Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:18.230Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629348374595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:46:18.330Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:46:18.331Z||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-19T04:46:18.331Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:18.341Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:46:18.342Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:46:19.230Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:46:19.231Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:19.233Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:19.233Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629348374595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:46:19.333Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:46:19.334Z||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-19T04:46:19.334Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:19.342Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:46:19.343Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:46:20.233Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:46:20.234Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:20.236Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:20.236Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629348374595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:46:20.336Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:46:20.337Z||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-19T04:46:20.337Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:20.347Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:46:20.347Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:46:21.236Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:46:21.237Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:21.239Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:21.239Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629348374595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T04:46:21.340Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:46:21.340Z||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-19T04:46:21.341Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:21.349Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:46:21.350Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:46:22.240Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:46:22.241Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:22.242Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:22.242Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629348374595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T04:46:22.343Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:46:22.343Z||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-19T04:46:22.343Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:22.354Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:46:22.355Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:46:23.243Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
"serviceName": "Demo_pNF_knRnXhVZT6eeIOJb3GPA",
"serviceVersion": "1.0",
"serviceUUID": "820bb494-4e60-417d-a935-4f9eb7192c96",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148",
"resources": [
{
"resourceInstanceName": "pNF 932c87a4-8a7c 0",
"resourceCustomizationUUID": "e3fe3944-4dcf-46b8-84a1-fe640e8350d8",
"resourceName": "pNF 932c87a4-8a7c",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "009a3737-fccb-45a4-b078-25c4f00066a9",
"resourceInvariantUUID": "60667b85-c54a-4750-a7a2-54b3203c68e8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
"artifactChecksum": "MzZlZmExYWNiZDk2OTRkOWM1MTc0YTNiYjgzZjEyYTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f75557aa-123c-4c99-b430-ab661880ab88"
}
],
"workloadContext": "Production"
}
2021-08-19T04:46:23.244Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-19T04:46:23.244Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 820bb494-4e60-417d-a935-4f9eb7192c96 ASDC
2021-08-19T04:46:23.244Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e60d49bf-e494-46ba-b885-4c9204318eda
ServiceName:Demo_pNF_knRnXhVZT6eeIOJb3GPA
ServiceVersion:1.0
ServiceUUID:820bb494-4e60-417d-a935-4f9eb7192c96
ServiceInvariantUUID:3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
ArtifactUUID:f75557aa-123c-4c99-b430-ab661880ab88
ArtifactChecksum:MzZlZmExYWNiZDk2OTRkOWM1MTc0YTNiYjgzZjEyYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 932c87a4-8a7c 0
ResourceCustomizationUUID:e3fe3944-4dcf-46b8-84a1-fe640e8350d8
ResourceInvariantUUID:60667b85-c54a-4750-a7a2-54b3203c68e8
ResourceName:pNF 932c87a4-8a7c
ResourceType:PNF
ResourceUUID:009a3737-fccb-45a4-b078-25c4f00066a9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-08-19T04:46:23.244Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 820bb494-4e60-417d-a935-4f9eb7192c96 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:46:23.271Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:46:23.271Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:46:23.271Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:46:23.271Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f75557aa-123c-4c99-b430-ab661880ab88 from URL: /sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:23.272Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:46:23.272Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:24.895Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:46:24.898Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar f75557aa-123c-4c99-b430-ab661880ab88 82551
2021-08-19T04:46:24.899Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar ASDC sendASDCNotification
2021-08-19T04:46:24.899Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:24.899Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:46:24.899Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:24.901Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:24.901Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629348384899,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T04:46:25.002Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:46:25.003Z||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-19T04:46:25.003Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:25.012Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T04:46:25.012Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:46:25.902Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:46:25.903Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:46:25.904Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f75557aa-123c-4c99-b430-ab661880ab88, URL: /sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar to file: /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:25.904Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:25.905Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:25.905Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.010Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14254004283486090825/Definitions/service-DemoPnfKnrnxhvzt6eeiojb3gpa-template.yml
2021-08-19T04:46:26.627Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-19T04:46:26.628Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:46:26.628Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.628Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-19T04:46:26.628Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.628Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.628Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.628Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.629Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.629Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.629Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 932c87a4-8a7c 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.629Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:46:26.629Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:46:26.630Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_knRnXhVZT6eeIOJb3GPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:46:26.630Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Node template pNF 932c87a4-8a7c 0 is matching search criteria
2021-08-19T04:46:26.630Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:46:26.630Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 932c87a4-8a7c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:46:26.630Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:46:26.631Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_knRnXhVZT6eeIOJb3GPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:46:26.631Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Node template pNF 932c87a4-8a7c 0 is matching search criteria
2021-08-19T04:46:26.631Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:46:26.631Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 932c87a4-8a7c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:46:26.632Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:46:26.632Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_knRnXhVZT6eeIOJb3GPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:46:26.632Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:46:26.632Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_knRnXhVZT6eeIOJb3GPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:46:26.633Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:46:26.633Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_knRnXhVZT6eeIOJb3GPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:46:26.633Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:46:26.633Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_knRnXhVZT6eeIOJb3GPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:46:26.633Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:46:26.634Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_knRnXhVZT6eeIOJb3GPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:46:26.634Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_knRnXhVZT6eeIOJb3GPA
Description:catalog service description
Model UUID:820bb494-4e60-417d-a935-4f9eb7192c96
Model Version:NULL
Model InvariantUuid:3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-19T04:46:26.640Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 009a3737-fccb-45a4-b078-25c4f00066a9
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-19T04:46:26.643Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||pNF 932c87a4-8a7c 0
2021-08-19T04:46:26.643Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 009a3737-fccb-45a4-b078-25c4f00066a9
2021-08-19T04:46:26.644Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 820bb494-4e60-417d-a935-4f9eb7192c96
2021-08-19T04:46:26.644Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 820bb494-4e60-417d-a935-4f9eb7192c96
2021-08-19T04:46:26.644Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 932c87a4-8a7c 0 009a3737-fccb-45a4-b078-25c4f00066a9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:46:26.649Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T04:46:26.649Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_knRnXhVZT6eeIOJb3GPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:46:26.650Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 820bb494-4e60-417d-a935-4f9eb7192c96: pNF 932c87a4-8a7c
2021-08-19T04:46:26.650Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||Processing PNF resource: 009a3737-fccb-45a4-b078-25c4f00066a9
2021-08-19T04:46:26.650Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery