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-05-30T23:23:45.124Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-ddln8 with PID 14 (/app/app.jar started by so in /app)
2021-05-30T23:23:45.131Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-30T23:23:45.132Z||main|||||INFO|500||The following profiles are active: basic
2021-05-30T23:23:51.984Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-30T23:23:51.985Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-30T23:23:52.058Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-30T23:23:53.418Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-30T23:23:53.577Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-30T23:23:53.934Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-30T23:23:53.942Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-30T23:23:54.026Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-30T23:23:54.141Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-30T23:23:54.532Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-30T23:23:55.365Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-30T23:23:57.301Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-30T23:23:57.341Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-30T23:23:57.767Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-30T23:23:57.932Z||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-05-30T23:23:59.001Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-30T23:23:59.816Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-30T23:23:59.832Z||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$$20f08d04.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-05-30T23:23:59.833Z||main|||||WARN|500||The sdc end point is not alive
2021-05-30T23:24:01.807Z||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-05-30T23:24:03.858Z||main|||||WARN|500||---
2021-05-30T23:24:03.859Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-30T23:24:03.859Z||main|||||WARN|500||---
2021-05-30T23:24:04.135Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-30T23:24:06.869Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-30T23:24:06.871Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-30T23:24:06.871Z||main|||||INFO|500||Started Application in 23.597 seconds (JVM running for 24.684)
2021-05-30T23:24:06.881Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-30T23:24:06.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-30T23:24:06.971Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d65d1e19-85ac-43ef-948f-6e030fc81cff url= /sdc/v1/artifactTypes
2021-05-30T23:24:06.971Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-30T23:24:08.072Z||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.52.157] 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-05-30T23:24:08.076Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c22fe25
2021-05-30T23:24:08.077Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-30T23:24:08.085Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-30T23:24:08.086Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-30T23:24:08.088Z||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-05-30T23:24:56.865Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-30T23:24:56.866Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-30T23:24:56.866Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-30T23:24:56.869Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-30T23:24:56.872Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 40d6c33d-6987-40f1-b29a-afc4a34fb341 url= /sdc/v1/artifactTypes
2021-05-30T23:24:56.873Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-30T23:24:57.890Z||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.52.157] 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-05-30T23:24:57.891Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3467889
2021-05-30T23:24:57.891Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-30T23:24:57.892Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-30T23:24:57.892Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-30T23:24:57.892Z||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-05-30T23:25:46.869Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-30T23:25:46.873Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-30T23:25:46.873Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-30T23:25:46.878Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-30T23:25:46.884Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f5ae1ed0-9a4f-4ea0-8cd5-11e5b3b78c15 url= /sdc/v1/artifactTypes
2021-05-30T23:25:46.884Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-30T23:25:47.908Z||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.52.157] 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-05-30T23:25:47.910Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@329e4734
2021-05-30T23:25:47.911Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-30T23:25:47.911Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-30T23:25:47.911Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-30T23:25:47.912Z||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-05-30T23:26:36.865Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-30T23:26:36.866Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-30T23:26:36.866Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-30T23:26:36.868Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-30T23:26:36.873Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc49b00f-7e14-49ee-ac4e-b16c2afc8543 url= /sdc/v1/artifactTypes
2021-05-30T23:26:36.873Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-30T23:26:37.892Z||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.52.157] 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-05-30T23:26:37.892Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25f6122b
2021-05-30T23:26:37.893Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-30T23:26:37.893Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-30T23:26:37.893Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-30T23:26:37.894Z||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-05-30T23:27:26.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-30T23:27:26.867Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-30T23:27:26.867Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-30T23:27:26.870Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-30T23:27:26.875Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a0b29ee0-7e88-47af-ab7e-1c5522e1a6a4 url= /sdc/v1/artifactTypes
2021-05-30T23:27:26.875Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-30T23:27:27.908Z||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.52.157] 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-05-30T23:27:27.909Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30a11e33
2021-05-30T23:27:27.909Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-30T23:27:27.909Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-30T23:27:27.910Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-30T23:27:27.910Z||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-05-30T23:28:16.865Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-30T23:28:16.866Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-30T23:28:16.866Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-30T23:28:16.870Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-30T23:28:16.874Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 430f9679-40ca-477e-beec-8a3b2811b2dd url= /sdc/v1/artifactTypes
2021-05-30T23:28:16.874Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-30T23:28:17.892Z||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.52.157] 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-05-30T23:28:17.892Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61612f08
2021-05-30T23:28:17.893Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-30T23:28:17.893Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-30T23:28:17.893Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-30T23:28:17.893Z||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-05-30T23:29:06.865Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-30T23:29:06.866Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-30T23:29:06.866Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-30T23:29:06.869Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-30T23:29:06.873Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 83ef11bd-dbfc-4414-9e23-026baa153c73 url= /sdc/v1/artifactTypes
2021-05-30T23:29:06.874Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-30T23:29:07.908Z||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.52.157] 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-05-30T23:29:07.908Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25e52808
2021-05-30T23:29:07.908Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-30T23:29:07.909Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-30T23:29:07.909Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-30T23:29:07.909Z||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-05-30T23:29:56.865Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-30T23:29:56.866Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-30T23:29:56.866Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-30T23:29:56.868Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-30T23:29:56.872Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 38ed0c2e-adae-4cfa-bd32-1a537e751923 url= /sdc/v1/artifactTypes
2021-05-30T23:29:56.872Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-30T23:29:57.892Z||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.52.157] 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-05-30T23:29:57.893Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a5ce7d3
2021-05-30T23:29:57.893Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-30T23:29:57.893Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-30T23:29:57.893Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-30T23:29:57.894Z||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-05-30T23:30:46.865Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-30T23:30:46.866Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-30T23:30:46.866Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-30T23:30:46.868Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-30T23:30:46.872Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff6a6670-e35e-4e45-b14e-4f735311884d url= /sdc/v1/artifactTypes
2021-05-30T23:30:46.872Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-30T23:30:47.042Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-30T23:30:47.051Z||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-05-30T23:30:47.077Z||scheduling-1|||||DEBUG|500||create keys
2021-05-30T23:30:47.083Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-30T23:30:47.106Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:30:47.120Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c712da75-f9ac-4eed-a057-ac4a83f8dac5 url= /sdc/v1/registerForDistribution
2021-05-30T23:30:47.216Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c712da75-f9ac-4eed-a057-ac4a83f8dac5 url= /sdc/v1/registerForDistribution
2021-05-30T23:30:47.217Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-30T23:30:47.225Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:30:47.225Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:30:47.230Z||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-05-30T23:30:47.230Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:30:47.230Z||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-05-30T23:30:47.230Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:30:47.230Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-30T23:30:57.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:30:57.448Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:31:47.223Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:31:47.224Z||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-05-30T23:31:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:31:47.224Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:31:47.225Z||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-05-30T23:31:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:31:56.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:31:56.771Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:32:47.223Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:32:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:32:47.226Z||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-05-30T23:32:47.226Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:32:47.229Z||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-05-30T23:32:47.230Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:32:56.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:32:56.776Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:33:43.208Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-30T23:33:47.222Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:33:47.224Z||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-05-30T23:33:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:33:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:33:47.225Z||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-05-30T23:33:47.226Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:33:56.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:33:56.770Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:34:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:34:47.223Z||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-05-30T23:34:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:34:47.225Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:34:47.226Z||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-05-30T23:34:47.226Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:34:56.767Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:34:56.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:35:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:35:47.223Z||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-05-30T23:35:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:35:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:35:47.225Z||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-05-30T23:35:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:35:56.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:35:56.766Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:36:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:36:47.223Z||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-05-30T23:36:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:36:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:36:47.225Z||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-05-30T23:36:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:36:56.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:36:56.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:37:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:37:47.223Z||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-05-30T23:37:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:37:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:37:47.226Z||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-05-30T23:37:47.226Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:37:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:37:56.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:38:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:38:47.223Z||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-05-30T23:38:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:38:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:38:47.225Z||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-05-30T23:38:47.226Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:38:56.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:38:56.768Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:39:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:39:47.223Z||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-05-30T23:39:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:39:47.224Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:39:47.225Z||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-05-30T23:39:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:39:56.765Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:39:56.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:40:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:40:47.223Z||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-05-30T23:40:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:40:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:40:47.225Z||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-05-30T23:40:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:40:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:40:56.785Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:41:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:41:47.223Z||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-05-30T23:41:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:41:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:41:47.225Z||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-05-30T23:41:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:41:56.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:41:56.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:42:47.223Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:42:47.224Z||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-05-30T23:42:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:42:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:42:47.225Z||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-05-30T23:42:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:42:56.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:42:56.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:43:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:43:47.223Z||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-05-30T23:43:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:43:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:43:47.225Z||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-05-30T23:43:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:43:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:43:56.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:44:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:44:47.223Z||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-05-30T23:44:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:44:47.224Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:44:47.225Z||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-05-30T23:44:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:44:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:44:56.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:45:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:45:47.223Z||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-05-30T23:45:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:45:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:45:47.225Z||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-05-30T23:45:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:45:56.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:45:56.768Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:46:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:46:47.223Z||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-05-30T23:46:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:46:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:46:47.225Z||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-05-30T23:46:47.226Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:46:56.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:46:56.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:47:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:47:47.223Z||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-05-30T23:47:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:47:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:47:47.225Z||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-05-30T23:47:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:47:56.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:47:56.767Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:48:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:48:47.223Z||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-05-30T23:48:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:48:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:48:47.225Z||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-05-30T23:48:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:48:56.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:48:56.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:49:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:49:47.223Z||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-05-30T23:49:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:49:47.224Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:49:47.225Z||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-05-30T23:49:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:49:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:49:56.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:50:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:50:47.223Z||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-05-30T23:50:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:50:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:50:47.225Z||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-05-30T23:50:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:50:56.766Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:50:56.766Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:51:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:51:47.223Z||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-05-30T23:51:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:51:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:51:47.225Z||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-05-30T23:51:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:51:56.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:51:56.789Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:52:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:52:47.223Z||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-05-30T23:52:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:52:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:52:47.225Z||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-05-30T23:52:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:52:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:52:56.764Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:53:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:53:47.223Z||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-05-30T23:53:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:53:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:53:47.225Z||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-05-30T23:53:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:53:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:53:56.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:54:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:54:47.223Z||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-05-30T23:54:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:54:47.224Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:54:47.225Z||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-05-30T23:54:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:54:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:54:56.761Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:55:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:55:47.223Z||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-05-30T23:55:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:55:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:55:47.225Z||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-05-30T23:55:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:55:56.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:55:56.766Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:56:47.223Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:56:47.223Z||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-05-30T23:56:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:56:47.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:56:47.254Z||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-05-30T23:56:47.255Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:56:56.792Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:56:56.797Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:57:47.223Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:57:47.224Z||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-05-30T23:57:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:57:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:57:47.225Z||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-05-30T23:57:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:57:56.771Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:57:56.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:58:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:58:47.223Z||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-05-30T23:58:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:58:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:58:47.225Z||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-05-30T23:58:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:58:56.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:58:56.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:59:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:59:47.223Z||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-05-30T23:59:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:59:47.224Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T23:59:47.225Z||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-05-30T23:59:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-30T23:59:56.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T23:59:56.764Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:00:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:00:47.223Z||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-05-31T00:00:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:00:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:00:47.225Z||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-05-31T00:00:47.226Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:00:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:00:56.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:01:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:01:47.223Z||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-05-31T00:01:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:01:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:01:47.225Z||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-05-31T00:01:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:01:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:01:56.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:02:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:02:47.223Z||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-05-31T00:02:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:02:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:02:47.225Z||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-05-31T00:02:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:02:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:02:56.760Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:03:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:03:47.223Z||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-05-31T00:03:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:03:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:03:47.225Z||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-05-31T00:03:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:03:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:03:56.763Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:04:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:04:47.223Z||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-05-31T00:04:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:04:47.224Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:04:47.225Z||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-05-31T00:04:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:04:56.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:04:56.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:05:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:05:47.223Z||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-05-31T00:05:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:05:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:05:47.225Z||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-05-31T00:05:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:05:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:05:56.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:06:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:06:47.223Z||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-05-31T00:06:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:06:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:06:47.225Z||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-05-31T00:06:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:06:56.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:06:56.765Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:07:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:07:47.223Z||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-05-31T00:07:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:07:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:07:47.225Z||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-05-31T00:07:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:07:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:07:56.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:08:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:08:47.223Z||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-05-31T00:08:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:08:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:08:47.225Z||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-05-31T00:08:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:08:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:08:56.762Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:09:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:09:47.223Z||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-05-31T00:09:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:09:47.224Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:09:47.225Z||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-05-31T00:09:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:09:56.765Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:09:56.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:10:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:10:47.223Z||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-05-31T00:10:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:10:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:10:47.225Z||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-05-31T00:10:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:10:56.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:10:56.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:11:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:11:47.223Z||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-05-31T00:11:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:11:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:11:47.225Z||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-05-31T00:11:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:11:56.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:11:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:12:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:12:47.223Z||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-05-31T00:12:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:12:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:12:47.225Z||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-05-31T00:12:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:12:56.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:12:56.765Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:13:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:13:47.223Z||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-05-31T00:13:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:13:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:13:47.225Z||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-05-31T00:13:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:13:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:13:56.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:14:47.223Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:14:47.224Z||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-05-31T00:14:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:14:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:14:47.225Z||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-05-31T00:14:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:14:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:14:56.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:15:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:15:47.223Z||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-05-31T00:15:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:15:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:15:47.225Z||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-05-31T00:15:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:15:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:15:56.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:16:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:16:47.223Z||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-05-31T00:16:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:16:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:16:47.225Z||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-05-31T00:16:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:16:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:16:56.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:17:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:17:47.223Z||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-05-31T00:17:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:17:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:17:47.225Z||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-05-31T00:17:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:17:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:17:56.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:18:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:18:47.223Z||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-05-31T00:18:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:18:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:18:47.225Z||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-05-31T00:18:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:18:56.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:18:56.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:19:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:19:47.223Z||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-05-31T00:19:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:19:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:19:47.225Z||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-05-31T00:19:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:19:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:19:56.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:20:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:20:47.223Z||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-05-31T00:20:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:20:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:20:47.225Z||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-05-31T00:20:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:20:56.753Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:20:56.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:21:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:21:47.223Z||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-05-31T00:21:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:21:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:21:47.225Z||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-05-31T00:21:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:21:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:21:56.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:22:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:22:47.223Z||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-05-31T00:22:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:22:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:22:47.225Z||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-05-31T00:22:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:22:56.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:22:56.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:23:47.223Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:23:47.224Z||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-05-31T00:23:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:23:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:23:47.225Z||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-05-31T00:23:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:23:56.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:23:56.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:24:47.223Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:24:47.224Z||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-05-31T00:24:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:24:47.225Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:24:47.225Z||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-05-31T00:24:47.226Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:24:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:24:56.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:25:47.223Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:25:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:25:47.224Z||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-05-31T00:25:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:25:47.225Z||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-05-31T00:25:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:25:56.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:25:56.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:26:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:26:47.223Z||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-05-31T00:26:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:26:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:26:47.225Z||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-05-31T00:26:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:26:56.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:26:56.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:27:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:27:47.223Z||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-05-31T00:27:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:27:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:27:47.225Z||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-05-31T00:27:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:27:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:27:56.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:28:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:28:47.223Z||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-05-31T00:28:47.224Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:28:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:28:47.225Z||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-05-31T00:28:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:28:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:28:56.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:29:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:29:47.223Z||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-05-31T00:29:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:29:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:29:47.225Z||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-05-31T00:29:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:29:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:29:56.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:30:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:30:47.223Z||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-05-31T00:30:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:30:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:30:47.225Z||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-05-31T00:30:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:30:56.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:30:56.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:31:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:31:47.223Z||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-05-31T00:31:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:31:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:31:47.225Z||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-05-31T00:31:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:31:56.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:31:56.765Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:32:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:32:47.223Z||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-05-31T00:32:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:32:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:32:47.225Z||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-05-31T00:32:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:32:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:32:56.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:33:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:33:47.223Z||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-05-31T00:33:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:33:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:33:47.225Z||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-05-31T00:33:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:33:56.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:33:56.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:34:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:34:47.223Z||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-05-31T00:34:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:34:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:34:47.225Z||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-05-31T00:34:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:34:56.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:34:56.783Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:35:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:35:47.223Z||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-05-31T00:35:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:35:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:35:47.225Z||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-05-31T00:35:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:35:56.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:35:56.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:36:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:36:47.223Z||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-05-31T00:36:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:36:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:36:47.225Z||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-05-31T00:36:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:36:56.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:36:56.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:37:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:37:47.223Z||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-05-31T00:37:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:37:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:37:47.225Z||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-05-31T00:37:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:37:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:37:56.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:38:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:38:47.223Z||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-05-31T00:38:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:38:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:38:47.225Z||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-05-31T00:38:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:38:56.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:38:56.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:39:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:39:47.223Z||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-05-31T00:39:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:39:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:39:47.225Z||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-05-31T00:39:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:39:56.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:39:56.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:40:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:40:47.223Z||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-05-31T00:40:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:40:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:40:47.225Z||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-05-31T00:40:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:40:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:40:56.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:41:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:41:47.223Z||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-05-31T00:41:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:41:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:41:47.225Z||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-05-31T00:41:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:41:56.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:41:56.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:42:47.222Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:42:47.223Z||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-05-31T00:42:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:42:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:42:47.225Z||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-05-31T00:42:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:42:56.757Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:42:56.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:43:47.222Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:43:47.223Z||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-05-31T00:43:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:43:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:43:47.225Z||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-05-31T00:43:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:43:56.758Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:43:56.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:44:47.222Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:44:47.223Z||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-05-31T00:44:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:44:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:44:47.225Z||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-05-31T00:44:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:44:56.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:44:56.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:45:47.222Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:45:47.223Z||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-05-31T00:45:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:45:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:45:47.225Z||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-05-31T00:45:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:45:56.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:45:56.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:46:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:46:47.223Z||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-05-31T00:46:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:46:47.225Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:46:47.225Z||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-05-31T00:46:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:46:56.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:46:56.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:47:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:47:47.223Z||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-05-31T00:47:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:47:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:47:47.225Z||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-05-31T00:47:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:47:56.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:47:56.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:48:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:48:47.223Z||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-05-31T00:48:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:48:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:48:47.225Z||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-05-31T00:48:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:48:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:48:56.766Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:49:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:49:47.223Z||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-05-31T00:49:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:49:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:49:47.225Z||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-05-31T00:49:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:49:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:49:56.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:50:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:50:47.223Z||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-05-31T00:50:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:50:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:50:47.225Z||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-05-31T00:50:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:50:56.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:50:56.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:51:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:51:47.223Z||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-05-31T00:51:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:51:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:51:47.225Z||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-05-31T00:51:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:51:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:51:56.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:52:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:52:47.223Z||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-05-31T00:52:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:52:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:52:47.225Z||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-05-31T00:52:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:52:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:52:56.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:53:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:53:47.223Z||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-05-31T00:53:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:53:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:53:47.225Z||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-05-31T00:53:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:53:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:53:56.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:54:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:54:47.223Z||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-05-31T00:54:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:54:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:54:47.225Z||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-05-31T00:54:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:54:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:54:56.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:55:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:55:47.223Z||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-05-31T00:55:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:55:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:55:47.225Z||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-05-31T00:55:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:55:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:55:56.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:56:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:56:47.223Z||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-05-31T00:56:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:56:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:56:47.225Z||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-05-31T00:56:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:56:56.765Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:56:56.768Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:57:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:57:47.223Z||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-05-31T00:57:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:57:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:57:47.225Z||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-05-31T00:57:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:57:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:57:56.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:58:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:58:47.223Z||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-05-31T00:58:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:58:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:58:47.225Z||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-05-31T00:58:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:58:56.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:58:56.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:59:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:59:47.223Z||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-05-31T00:59:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:59:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T00:59:47.225Z||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-05-31T00:59:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T00:59:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T00:59:56.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:00:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:00:47.223Z||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-05-31T01:00:47.223Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:00:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:00:47.225Z||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-05-31T01:00:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:00:56.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:00:56.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:01:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:01:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:01:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:01:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:01:47.225Z||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-05-31T01:01:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:01:56.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:01:56.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:02:47.223Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:02:47.224Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:02:47.224Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:02:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:02:47.225Z||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-05-31T01:02:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:02:56.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:02:56.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:03:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:03:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:03:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:03:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:03:47.225Z||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-05-31T01:03:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:03:56.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:03:56.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:04:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:04:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:04:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:04:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:04:47.225Z||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-05-31T01:04:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:04:56.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:04:56.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:05:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:05:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:05:47.224Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:05:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:05:47.225Z||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-05-31T01:05:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:05:56.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:05:56.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:06:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:06:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:06:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:06:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:06:47.225Z||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-05-31T01:06:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:06:56.763Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:06:56.765Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:07:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:07:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:07:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:07:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:07:47.224Z||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-05-31T01:07:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:07:56.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:07:56.758Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:08:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:08:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:08:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:08:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:08:47.225Z||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-05-31T01:08:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:08:56.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:08:56.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:09:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:09:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:09:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:09:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:09:47.225Z||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-05-31T01:09:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:09:56.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:09:56.757Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:10:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:10:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:10:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:10:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:10:47.225Z||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-05-31T01:10:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:10:56.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:10:56.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:11:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:11:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:11:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:11:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:11:47.225Z||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-05-31T01:11:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:11:56.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:11:56.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:12:47.222Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:12:47.223Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:12:47.223Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:12:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:12:47.225Z||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-05-31T01:12:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:12:56.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:12:56.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:13:47.222Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:13:47.223Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:13:47.223Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:13:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:13:47.225Z||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-05-31T01:13:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:13:56.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:13:56.769Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:14:47.222Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:14:47.223Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:14:47.223Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:14:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:14:47.225Z||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-05-31T01:14:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:14:56.768Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:14:56.768Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:15:47.222Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:15:47.223Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:15:47.223Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:15:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:15:47.225Z||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-05-31T01:15:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:15:56.757Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:15:56.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:16:47.222Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:16:47.223Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:16:47.223Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:16:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:16:47.225Z||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-05-31T01:16:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:16:47.448Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:16:47.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "cds",
"timestamp": 1622423788569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "dcae-sch",
"timestamp": 1622423791782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622423786476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "cds",
"timestamp": 1622423788569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "dcae-sch",
"timestamp": 1622423791782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622423786476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "NOTIFIED"
}
2021-05-31T01:16:47.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "ves-openapi-manager",
"timestamp": 1622423795564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "cds",
"timestamp": 1622423788569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "dcae-sch",
"timestamp": 1622423791782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622423786476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-31T01:16:47.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622423795923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "ves-openapi-manager",
"timestamp": 1622423795564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "cds",
"timestamp": 1622423788569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "dcae-sch",
"timestamp": 1622423791782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622423786476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622423795923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "NOTIFIED"
}
2021-05-31T01:16:47.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "ves-openapi-manager",
"timestamp": 1622423795564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "cds",
"timestamp": 1622423788569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "dcae-sch",
"timestamp": 1622423791782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622423786476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-31T01:16:47.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622423795923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-31T01:16:47.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "ves-openapi-manager",
"timestamp": 1622423795564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "cds",
"timestamp": 1622423788569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "dcae-sch",
"timestamp": 1622423791782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622423786476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622423795923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "ves-openapi-manager",
"timestamp": 1622423795564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "cds",
"timestamp": 1622423788569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:16:47.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "dcae-sch",
"timestamp": 1622423791782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622423799666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622423786476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:16:47.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622423795923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-31T01:16:47.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "ves-openapi-manager",
"timestamp": 1622423795564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622423799666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "NOTIFIED"
}
2021-05-31T01:16:47.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622423795923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "aai-ml",
"timestamp": 1622423801367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622423802162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:16:47.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:16:47.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "cds",
"timestamp": 1622423802182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:16:47.486Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:16:47.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "ves-openapi-manager",
"timestamp": 1622423795564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622423799666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-31T01:16:47.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622423795923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:16:47.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "aai-ml",
"timestamp": 1622423801367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "cds",
"timestamp": 1622423803196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-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-05-31T01:16:47.613Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dda051f2-8f24-476c-836c-3752ea181eb2
2021-05-31T01:16:47.628Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dda051f2-8f24-476c-836c-3752ea181eb2 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-05-31T01:16:47.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622423799666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "aai-ml",
"timestamp": 1622423801367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "policy-id",
"timestamp": 1622423803427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622423799666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-31T01:16:47.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "clamp",
"timestamp": 1622423803681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "aai-ml",
"timestamp": 1622423801367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "policy-id",
"timestamp": 1622423803427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "clamp",
"timestamp": 1622423803681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "NOTIFIED"
}
2021-05-31T01:16:47.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622423805322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:16:47.651Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:16:47.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622423799666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622423805623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:16:47.652Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:16:47.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "aai-ml",
"timestamp": 1622423801367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "policy-id",
"timestamp": 1622423803427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-31T01:16:47.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622423799666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:16:47.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "clamp",
"timestamp": 1622423803681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622423806724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:16:47.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:16:47.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622423806838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:16:47.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:16:47.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "aai-ml",
"timestamp": 1622423801367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "policy-id",
"timestamp": 1622423803427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.656Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-31T01:16:47.846Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:16:47.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-31T01:16:47.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"dda051f2-8f24-476c-836c-3752ea181eb2","serviceName":"vFW 2021-05-31 01-14-03","serviceVersion":"1.0","serviceUUID":"65918932-70d3-4a50-8be1-9b1e045a619f","serviceDescription":"catalog service description","serviceInvariantUUID":"87d01638-9f9b-41c9-ba6f-59c7b62fb090","resources":[{"resourceInstanceName":"vFW 798b9834-41f1 0","resourceName":"vFW 798b9834-41f1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ee43101-00fa-4d4a-b63a-49f414ad93e5","resourceInvariantUUID":"3463e56c-ca88-47f1-86b2-538847a1abf6","resourceCustomizationUUID":"3260b3c9-c94c-4a16-9bce-cdd23a9ffad3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml","artifactChecksum":"ZDg3MGQxNjEyZjM5MjBlZDg1YjcxMDlmOGJlODZiMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"11f6b54b-f10c-4f8d-8b22-a629f9503057","artifactVersion":"1"},{"artifactName":"vfw798b983441f10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json","artifactChecksum":"NTU4MTYyM2U2NTVhZDczYTE3NzFiZTJiZjc3OGVhMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c754cd2d-f6e1-4f00-9da3-575035868283","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8bc1ed9e-ac71-4ee9-9091-07340a043fef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml","artifactChecksum":"YjVmYTRmYjNhZTljOGZmMjQ4ODUwYjRjNTFkNmRlOTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a71e75f8-6d9b-4e8b-8c8c-26eafe5d4193","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c5b80e25-caeb-4a93-bcf3-7863811c5509","artifactVersion":"2","generatedFromUUID":"8bc1ed9e-ac71-4ee9-9091-07340a043fef"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210531011403-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml","artifactChecksum":"YzU0YTExZThmYTMwMGU1Y2E1MmVjNjM2NGE3OGZiYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36ee0a89-f808-4092-8c16-a7651302f71a","artifactVersion":"1"},{"artifactName":"service-Vfw20210531011403-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar","artifactChecksum":"NTNiMmI2MmM4Y2FkODAxNGVkYzdiNjQ4MmIzYTUxMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eae15bf4-6a69-482d-9cce-dc844180ae6b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-31T01:16:47.852Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:16:47.857Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:16:47.863Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:16:47.863Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423807222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:47.963Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-05-31T01:16:47.966Z||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-05-31T01:16:47.966Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:16:47.976Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:16:47.976Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:16:48.867Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:16:48.868Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:16:48.869Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:16:48.869Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423807222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "NOTIFIED"
}
2021-05-31T01:16:48.969Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:16:48.970Z||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-05-31T01:16:48.970Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:16:48.979Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:16:48.980Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-31T01:16:49.869Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:16:49.870Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:16:49.872Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:16:49.872Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423807222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-31T01:16:49.972Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:16:49.973Z||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-05-31T01:16:49.973Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:16:49.981Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:16:49.981Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:16:50.872Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:16:50.873Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:16:50.874Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:16:50.874Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423807222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:50.975Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:16:50.975Z||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-05-31T01:16:50.975Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:16:50.983Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:16:50.983Z||pool-6-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:16:51.875Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:16:51.876Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:16:51.877Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:16:51.877Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423807222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-31T01:16:51.977Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:16:51.978Z||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-05-31T01:16:51.978Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:16:51.987Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:16:51.987Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:16:52.877Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:16:52.878Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:16:52.880Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:16:52.880Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423807222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:16:52.980Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:16:52.981Z||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-05-31T01:16:52.981Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:16:52.989Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:16:52.989Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:16:53.880Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:16:53.881Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:16:53.882Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:16:53.883Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423807222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:16:53.983Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:16:53.983Z||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-05-31T01:16:53.984Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:16:53.992Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:16:53.992Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:16:54.884Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"serviceName": "vFW 2021-05-31 01-14-03",
"serviceVersion": "1.0",
"serviceUUID": "65918932-70d3-4a50-8be1-9b1e045a619f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "87d01638-9f9b-41c9-ba6f-59c7b62fb090",
"resources": [
{
"resourceInstanceName": "vFW 798b9834-41f1 0",
"resourceCustomizationUUID": "3260b3c9-c94c-4a16-9bce-cdd23a9ffad3",
"resourceName": "vFW 798b9834-41f1",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7ee43101-00fa-4d4a-b63a-49f414ad93e5",
"resourceInvariantUUID": "3463e56c-ca88-47f1-86b2-538847a1abf6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw798b983441f10_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"artifactChecksum": "NTU4MTYyM2U2NTVhZDczYTE3NzFiZTJiZjc3OGVhMDM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c754cd2d-f6e1-4f00-9da3-575035868283",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8bc1ed9e-ac71-4ee9-9091-07340a043fef",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c5b80e25-caeb-4a93-bcf3-7863811c5509",
"generatedFromUUID": "8bc1ed9e-ac71-4ee9-9091-07340a043fef"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c5b80e25-caeb-4a93-bcf3-7863811c5509",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210531011403-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"artifactChecksum": "NTNiMmI2MmM4Y2FkODAxNGVkYzdiNjQ4MmIzYTUxMGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eae15bf4-6a69-482d-9cce-dc844180ae6b"
}
],
"workloadContext": "Production"
}
2021-05-31T01:16:54.885Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-31T01:16:54.885Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 65918932-70d3-4a50-8be1-9b1e045a619f ASDC
2021-05-31T01:16:54.962Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:dda051f2-8f24-476c-836c-3752ea181eb2
ServiceName:vFW 2021-05-31 01-14-03
ServiceVersion:1.0
ServiceUUID:65918932-70d3-4a50-8be1-9b1e045a619f
ServiceInvariantUUID:87d01638-9f9b-41c9-ba6f-59c7b62fb090
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210531011403-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar
ArtifactUUID:eae15bf4-6a69-482d-9cce-dc844180ae6b
ArtifactChecksum:NTNiMmI2MmM4Y2FkODAxNGVkYzdiNjQ4MmIzYTUxMGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 798b9834-41f1 0
ResourceCustomizationUUID:3260b3c9-c94c-4a16-9bce-cdd23a9ffad3
ResourceInvariantUUID:3463e56c-ca88-47f1-86b2-538847a1abf6
ResourceName:vFW 798b9834-41f1
ResourceType:VF
ResourceUUID:7ee43101-00fa-4d4a-b63a-49f414ad93e5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw798b983441f10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json
ArtifactUUID:c754cd2d-f6e1-4f00-9da3-575035868283
ArtifactChecksum:NTU4MTYyM2U2NTVhZDczYTE3NzFiZTJiZjc3OGVhMDM=
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/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml
ArtifactUUID:8bc1ed9e-ac71-4ee9-9091-07340a043fef
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/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env
ArtifactUUID:c5b80e25-caeb-4a93-bcf3-7863811c5509
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/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env
ArtifactUUID:c5b80e25-caeb-4a93-bcf3-7863811c5509
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-31T01:16:54.963Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65918932-70d3-4a50-8be1-9b1e045a619f 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-05-31T01:16:55.032Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-31T01:16:55.033Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-31T01:16:55.033Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-31T01:16:55.033Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eae15bf4-6a69-482d-9cce-dc844180ae6b from URL: /sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar
2021-05-31T01:16:55.034Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-31T01:16:55.034Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar
2021-05-31T01:16:55.274Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-31T01:16:55.291Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar eae15bf4-6a69-482d-9cce-dc844180ae6b 110045
2021-05-31T01:16:55.292Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar ASDC sendASDCNotification
2021-05-31T01:16:55.292Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar
2021-05-31T01:16:55.292Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-31T01:16:55.293Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:16:55.294Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:16:55.294Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423815291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:16:55.395Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-31T01:16:55.396Z||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-05-31T01:16:55.396Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:16:55.405Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:16:55.406Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:16:56.295Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-31T01:16:56.296Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-31T01:16:56.296Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: eae15bf4-6a69-482d-9cce-dc844180ae6b, URL: /sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar to file: /app/ASDC/1/service-Vfw20210531011403-csar.csar
2021-05-31T01:16:56.297Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210531011403-csar.csar
2021-05-31T01:16:56.398Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210531011403-csar.csar
2021-05-31T01:16:56.398Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210531011403-csar.csar
2021-05-31T01:16:56.920Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9466452118736456/Definitions/service-Vfw20210531011403-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-05-31T01:16:59.318Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-31T01:16:59.322Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-31T01:16:59.323Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210531011403-csar.csar
2021-05-31T01:16:59.323Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-31T01:16:59.323Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-Vfw20210531011403-csar.csar
2021-05-31T01:16:59.323Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-Vfw20210531011403-csar.csar
2021-05-31T01:16:59.323Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 798b9834-41f1 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210531011403-csar.csar
2021-05-31T01:16:59.323Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-Vfw20210531011403-csar.csar
2021-05-31T01:16:59.323Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210531011403-csar.csar
2021-05-31T01:16:59.324Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210531011403-csar.csar
2021-05-31T01:16:59.324Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-Vfw20210531011403-csar.csar
2021-05-31T01:16:59.324Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-Vfw20210531011403-csar.csar
2021-05-31T01:16:59.324Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-Vfw20210531011403-csar.csar
2021-05-31T01:16:59.324Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210531011403-csar.csar
2021-05-31T01:16:59.324Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-Vfw20210531011403-csar.csar
2021-05-31T01:16:59.324Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210531011403-csar.csar
2021-05-31T01:16:59.324Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210531011403-csar.csar
2021-05-31T01:16:59.325Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 798b9834-41f1 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-Vfw20210531011403-csar.csar
2021-05-31T01:16:59.325Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-31T01:16:59.330Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:16:59.331Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:16:59.334Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria
2021-05-31T01:16:59.334Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-31T01:16:59.335Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-31T01:16:59.337Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:16:59.337Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:16:59.337Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria
2021-05-31T01:16:59.337Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-31T01:16:59.337Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-31T01:16:59.338Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:16:59.338Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:16:59.341Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:16:59.341Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is not matching search criteria
2021-05-31T01:16:59.341Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-31T01:16:59.341Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-31T01:16:59.342Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-31T01:16:59.342Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-31T01:16:59.342Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-31T01:16:59.342Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-31T01:16:59.342Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-31T01:16:59.342Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-31T01:16:59.343Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-31T01:16:59.343Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-31T01:16:59.343Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-31T01:16:59.343Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-31T01:16:59.343Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-31T01:16:59.344Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-31T01:16:59.344Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-31T01:16:59.344Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-31T01:16:59.344Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:16:59.344Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-31T01:16:59.345Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:16:59.345Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria
2021-05-31T01:16:59.346Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-31T01:16:59.346Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:16:59.346Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria
2021-05-31T01:16:59.346Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-31T01:16:59.347Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:16:59.347Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria
2021-05-31T01:16:59.347Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-31T01:16:59.347Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:16:59.347Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is not matching search criteria
2021-05-31T01:16:59.348Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-31T01:16:59.348Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-31T01:16:59.348Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-31T01:16:59.348Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-31T01:16:59.348Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-31T01:16:59.349Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-31T01:16:59.349Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-31T01:16:59.349Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-31T01:16:59.349Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-31T01:16:59.349Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-31T01:16:59.349Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-31T01:16:59.350Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c2f6b921-6c1e-427c-ac8a-f046b2cbd609
2021-05-31T01:16:59.350Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:16:59.350Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is not matching search criteria
2021-05-31T01:16:59.350Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-31T01:16:59.350Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-31T01:16:59.351Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-31T01:16:59.351Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-31T01:16:59.351Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-31T01:16:59.351Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-31T01:16:59.351Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-31T01:16:59.351Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-31T01:16:59.352Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-31T01:16:59.352Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-31T01:16:59.352Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-31T01:16:59.352Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-31T01:16:59.352Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dc019e4d-36d7-4feb-8911-e31372f8f474
2021-05-31T01:16:59.353Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:16:59.353Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is not matching search criteria
2021-05-31T01:16:59.353Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-31T01:16:59.353Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-31T01:16:59.353Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-31T01:16:59.353Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-31T01:16:59.354Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-31T01:16:59.354Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-31T01:16:59.354Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-31T01:16:59.354Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-31T01:16:59.354Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-31T01:16:59.355Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-31T01:16:59.355Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-31T01:16:59.355Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-31T01:16:59.355Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=390b9444-afa1-462f-a3b7-b173b5e33a94
2021-05-31T01:16:59.355Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:16:59.356Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:16:59.356Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:16:59.356Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:16:59.356Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:16:59.356Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:16:59.356Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:16:59.357Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:16:59.357Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-31 01-14-03
Description:catalog service description
Model UUID:65918932-70d3-4a50-8be1-9b1e045a619f
Model Version:NULL
Model InvariantUuid:87d01638-9f9b-41c9-ba6f-59c7b62fb090
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 798b9834-41f1
Model UUID:cd5338e4-dae7-44e5-b50b-81b9310df471
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3463e56c-ca88-47f1-86b2-538847a1abf6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3260b3c9-c94c-4a16-9bce-cdd23a9ffad3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:000b0703-d303-4f3f-9172-419d7d559152
ModelName:Vfw798b983441f1..base_vfw..module-0
ModelUuid:b87c3bb8-5e76-40c6-9949-e023a9ef6d97
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c2f6b921-6c1e-427c-ac8a-f046b2cbd609
ModelInvariantUuid:f78c8d02-f869-4941-a2e9-fb54c4894329
ModelName:vFW 798b9834-41f1-nodes.vfwCvfc
ModelUuid:d9cdab8c-7a16-414c-a989-69e5f4fa8c43
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9531880d-04dc-4fa1-9686-6b7497dc9fb1
ModelInvariantUuid:67d028b4-162d-4972-9c23-6e219d830ef5
ModelName:Vfw798b983441f1.compute.nodes.heat.vfw
ModelUuid:71c9be5b-b14e-412c-a0ac-0f745d068e69
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:dc019e4d-36d7-4feb-8911-e31372f8f474
ModelInvariantUuid:bff537ce-3e3e-4cce-bec5-1f57c8ccbae9
ModelName:vFW 798b9834-41f1-nodes.vsnCvfc
ModelUuid:874a8f1b-a2a3-40d0-b63a-c6fbecde6871
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:40af5bbc-936e-42a0-ab05-fc5a8d86a577
ModelInvariantUuid:5c36dba7-0501-4dee-90a4-4261072e04f8
ModelName:Vfw798b983441f1.compute.nodes.heat.vsn
ModelUuid:86fe504d-b704-451d-90d1-1e988ee13f7e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:390b9444-afa1-462f-a3b7-b173b5e33a94
ModelInvariantUuid:37b57001-a790-497a-9ccb-f63568178703
ModelName:vFW 798b9834-41f1-nodes.vpgCvfc
ModelUuid:6df7cb29-be77-4ed1-ba00-ce06f38379d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1c7af1d6-a1fc-472d-b4be-3bc61565666f
ModelInvariantUuid:abbb7d94-e254-4f64-a920-7234b703f816
ModelName:Vfw798b983441f1.compute.nodes.heat.vpg
ModelUuid:104db139-1abc-4228-a7b3-275918532787
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-05-31T01:16:59.366Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ee43101-00fa-4d4a-b63a-49f414ad93e5
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-05-31T01:16:59.439Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||vFW 798b9834-41f1 0
2021-05-31T01:16:59.444Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ee43101-00fa-4d4a-b63a-49f414ad93e5
2021-05-31T01:16:59.444Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c754cd2d-f6e1-4f00-9da3-575035868283 from URL: /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json
2021-05-31T01:16:59.444Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-31T01:16:59.444Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json
2021-05-31T01:17:01.052Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-31T01:17:01.052Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json c754cd2d-f6e1-4f00-9da3-575035868283 785
2021-05-31T01:17:01.052Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json ASDC sendASDCNotification
2021-05-31T01:17:01.052Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json
2021-05-31T01:17:01.053Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-31T01:17:01.053Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:17:01.054Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:17:01.055Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423821052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:17:01.155Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:17:01.156Z||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-05-31T01:17:01.156Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:17:01.164Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:17:01.165Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:17:02.056Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw798b983441f1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "000b0703-d303-4f3f-9172-419d7d559152",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b87c3bb8-5e76-40c6-9949-e023a9ef6d97",
"vfModuleModelCustomizationUUID": "8fdee167-f73d-43b0-b7b4-12a2d0b459e7",
"isBase": true,
"artifacts": [
"8bc1ed9e-ac71-4ee9-9091-07340a043fef",
"c5b80e25-caeb-4a93-bcf3-7863811c5509"
],
"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-05-31T01:17:02.075Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw798b983441f1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b87c3bb8-5e76-40c6-9949-e023a9ef6d97
VfModuleModelInvariantUUID:000b0703-d303-4f3f-9172-419d7d559152
VfModuleModelDescription:NULL
Artifacts UUID List:{
8bc1ed9e-ac71-4ee9-9091-07340a043fef
,
c5b80e25-caeb-4a93-bcf3-7863811c5509
}
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-05-31T01:17:02.077Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw798b983441f1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "000b0703-d303-4f3f-9172-419d7d559152",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b87c3bb8-5e76-40c6-9949-e023a9ef6d97",
"vfModuleModelCustomizationUUID": "8fdee167-f73d-43b0-b7b4-12a2d0b459e7",
"isBase": true,
"artifacts": [
"8bc1ed9e-ac71-4ee9-9091-07340a043fef",
"c5b80e25-caeb-4a93-bcf3-7863811c5509"
],
"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-05-31T01:17:02.077Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw798b983441f1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b87c3bb8-5e76-40c6-9949-e023a9ef6d97
VfModuleModelInvariantUUID:000b0703-d303-4f3f-9172-419d7d559152
VfModuleModelDescription:NULL
Artifacts UUID List:{
8bc1ed9e-ac71-4ee9-9091-07340a043fef
,
c5b80e25-caeb-4a93-bcf3-7863811c5509
}
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-05-31T01:17:02.077Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8bc1ed9e-ac71-4ee9-9091-07340a043fef from URL: /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml
2021-05-31T01:17:02.077Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-31T01:17:02.077Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml
2021-05-31T01:17:04.052Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-31T01:17:04.053Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml 8bc1ed9e-ac71-4ee9-9091-07340a043fef 20368
2021-05-31T01:17:04.053Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-31T01:17:04.053Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml
2021-05-31T01:17:04.053Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-31T01:17:04.054Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:17:04.056Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:17:04.057Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423824053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:17:04.156Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-31T01:17:04.157Z||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-05-31T01:17:04.157Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:17:04.166Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:17:04.166Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:17:05.057Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c5b80e25-caeb-4a93-bcf3-7863811c5509 from URL: /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env
2021-05-31T01:17:05.058Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-31T01:17:05.058Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env
2021-05-31T01:17:06.661Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-31T01:17:06.661Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env c5b80e25-caeb-4a93-bcf3-7863811c5509 2098
2021-05-31T01:17:06.661Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-31T01:17:06.661Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env
2021-05-31T01:17:06.662Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-31T01:17:06.662Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:17:06.663Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:17:06.663Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423826661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:17:06.763Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:17:06.764Z||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-05-31T01:17:06.764Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:17:06.774Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:17:06.775Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:17:07.664Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 65918932-70d3-4a50-8be1-9b1e045a619f
2021-05-31T01:17:07.664Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 798b9834-41f1 0 7ee43101-00fa-4d4a-b63a-49f414ad93e5 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-05-31T01:17:07.692Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.693Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:17:07.693Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-05-31T01:17:07.693Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 3260b3c9-c94c-4a16-9bce-cdd23a9ffad3
2021-05-31T01:17:07.693Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3260b3c9-c94c-4a16-9bce-cdd23a9ffad3 matches Tosca VF Customization UUID: 3260b3c9-c94c-4a16-9bce-cdd23a9ffad3
2021-05-31T01:17:07.693Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 3260b3c9-c94c-4a16-9bce-cdd23a9ffad3 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-05-31T01:17:07.698Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.698Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:17:07.699Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 3260b3c9-c94c-4a16-9bce-cdd23a9ffad3: {\"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-05-31T01:17:07.699Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53d7fe4c
2021-05-31T01:17:07.699Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.699Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-31T01:17:07.699Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8fdee167-f73d-43b0-b7b4-12a2d0b459e7
2021-05-31T01:17:07.700Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8fdee167-f73d-43b0-b7b4-12a2d0b459e7
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-05-31T01:17:07.704Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.704Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria
2021-05-31T01:17:07.704Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-31T01:17:07.704Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.705Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria
2021-05-31T01:17:07.705Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-31T01:17:07.705Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.705Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is not matching search criteria
2021-05-31T01:17:07.705Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-31T01:17:07.705Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-31T01:17:07.705Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-31T01:17:07.706Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-31T01:17:07.706Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-31T01:17:07.706Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-31T01:17:07.706Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-31T01:17:07.706Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-31T01:17:07.706Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-31T01:17:07.706Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-31T01:17:07.706Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-31T01:17:07.707Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c2f6b921-6c1e-427c-ac8a-f046b2cbd609
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-05-31T01:17:07.711Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.711Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria
2021-05-31T01:17:07.711Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-31T01:17:07.712Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.712Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is not matching search criteria
2021-05-31T01:17:07.712Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-31T01:17:07.712Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-31T01:17:07.713Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-31T01:17:07.713Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-31T01:17:07.713Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-31T01:17:07.713Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-31T01:17:07.713Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-31T01:17:07.714Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-31T01:17:07.714Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-31T01:17:07.714Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-31T01:17:07.714Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-31T01:17:07.714Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-31T01:17:07.714Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dc019e4d-36d7-4feb-8911-e31372f8f474
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-05-31T01:17:07.716Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.716Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria
2021-05-31T01:17:07.716Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-31T01:17:07.719Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.719Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is not matching search criteria
2021-05-31T01:17:07.719Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-31T01:17:07.719Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-31T01:17:07.720Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-31T01:17:07.720Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-31T01:17:07.720Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-31T01:17:07.720Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-31T01:17:07.720Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-31T01:17:07.721Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-31T01:17:07.721Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-31T01:17:07.721Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-31T01:17:07.721Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-31T01:17:07.721Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-31T01:17:07.721Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=390b9444-afa1-462f-a3b7-b173b5e33a94
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-05-31T01:17:07.722Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.723Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria
2021-05-31T01:17:07.723Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-31T01:17:07.723Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.723Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria
2021-05-31T01:17:07.723Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=3260b3c9-c94c-4a16-9bce-cdd23a9ffad3
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-05-31T01:17:07.724Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.725Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:17:07.725Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 65918932-70d3-4a50-8be1-9b1e045a619f: vFW 798b9834-41f1
2021-05-31T01:17:07.725Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.725Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:17:07.725Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.725Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:17:07.725Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.726Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:17:07.726Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.726Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:17:07.726Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:17:07.726Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:17:07.726Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-05-31 01-14-03
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-05-31T01:17:07.905Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 798b9834-41f1 7ee43101-00fa-4d4a-b63a-49f414ad93e5 1 ASDC deployResourceStructure
2021-05-31T01:17:07.906Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json ASDC sendASDCNotification
2021-05-31T01:17:07.906Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json
2021-05-31T01:17:07.906Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-31T01:17:07.906Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:17:07.907Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:17:07.908Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423827906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "DEPLOY_OK"
}
2021-05-31T01:17:08.008Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:17:08.008Z||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-05-31T01:17:08.008Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:17:08.016Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:17:08.016Z||pool-14-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:17:08.908Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-31T01:17:08.909Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml
2021-05-31T01:17:08.909Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-31T01:17:08.909Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:17:08.910Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:17:08.911Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423828908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-31T01:17:09.011Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:17:09.012Z||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-05-31T01:17:09.012Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:17:09.021Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:17:09.021Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:17:09.911Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-31T01:17:09.912Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env
2021-05-31T01:17:09.912Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-31T01:17:09.912Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:17:09.913Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:17:09.914Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423829911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-31T01:17:10.014Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:17:10.015Z||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-05-31T01:17:10.015Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:17:10.023Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:17:10.023Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:17:10.915Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar ASDC sendASDCNotification
2021-05-31T01:17:10.915Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar
2021-05-31T01:17:10.915Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-31T01:17:10.915Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:17:10.916Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:17:10.917Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423830914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:17:11.017Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:17:11.019Z||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-05-31T01:17:11.019Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:17:11.028Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:17:11.028Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:17:11.917Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2
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-05-31T01:17:11.930Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2
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-05-31T01:17:11.932Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-31T01:17:11.932Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-31T01:17:11.932Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-31T01:17:41.932Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2
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-05-31T01:17:41.941Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2
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-05-31T01:17:41.943Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-31T01:17:41.943Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-31T01:17:41.943Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-31T01:17:47.224Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:17:47.225Z||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-05-31T01:17:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:17:47.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:17:47.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:17:47.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "clamp",
"timestamp": 1622423803681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:17:47.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:18:11.943Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2
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-05-31T01:18:11.950Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2
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-05-31T01:18:11.952Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-31T01:18:11.952Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-31T01:18:11.952Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-31T01:18:41.952Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2
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-05-31T01:18:41.961Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2
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-05-31T01:18:41.963Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-31T01:18:41.963Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-31T01:18:41.963Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-31T01:18:47.224Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:18:47.225Z||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-05-31T01:18:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:18:47.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:18:47.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:18:47.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622423807676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:18:47.249Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:11.963Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2
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-05-31T01:19:11.970Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2
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-05-31T01:19:11.972Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-31T01:19:11.973Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-31T01:19:11.973Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-31T01:19:41.973Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2
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-05-31T01:19:41.980Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2
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-05-31T01:19:41.982Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-31T01:19:41.982Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-31T01:19:41.982Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-31T01:19:47.224Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:19:47.225Z||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-05-31T01:19:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:19:47.745Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:19:47.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622423807046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:19:47.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622423807730,
"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-05-31T01:19:47.756Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dda051f2-8f24-476c-836c-3752ea181eb2
2021-05-31T01:19:47.756Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dda051f2-8f24-476c-836c-3752ea181eb2 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-05-31T01:19:47.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423807222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:19:47.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "aai-ml",
"timestamp": 1622423801367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:19:47.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "policy-id",
"timestamp": 1622423803427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:19:47.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622423808105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:19:47.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "clamp",
"timestamp": 1622423803681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:19:47.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622423807046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:19:47.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622423808734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "DEPLOY_OK"
}
2021-05-31T01:19:47.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423807222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "NOTIFIED"
}
2021-05-31T01:19:47.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622423808894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:19:47.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "policy-id",
"timestamp": 1622423803427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:19:47.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "aai-ml",
"timestamp": 1622423809322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:19:47.765Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "clamp",
"timestamp": 1622423803681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:19:47.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622423807046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:19:47.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622423809833,
"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-05-31T01:19:47.769Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dda051f2-8f24-476c-836c-3752ea181eb2
2021-05-31T01:19:47.769Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dda051f2-8f24-476c-836c-3752ea181eb2 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-05-31T01:19:47.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423807222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-31T01:19:47.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "policy-id",
"timestamp": 1622423803427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:19:47.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "clamp",
"timestamp": 1622423803681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:19:47.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622423810361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:19:47.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622423807046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:19:47.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622423810838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "DEPLOY_OK"
}
2021-05-31T01:19:47.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423807222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:19:47.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622423811370,
"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-05-31T01:19:47.779Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dda051f2-8f24-476c-836c-3752ea181eb2
2021-05-31T01:19:47.779Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dda051f2-8f24-476c-836c-3752ea181eb2 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-05-31T01:19:47.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622423807046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:19:47.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "policy-id",
"timestamp": 1622423811726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:19:47.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423807222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-31T01:19:47.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622423812382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "DEPLOY_OK"
}
2021-05-31T01:19:47.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622423807046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:19:47.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "policy-id",
"timestamp": 1622423812732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:19:47.785Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423807222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:19:47.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622423807046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:19:47.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "policy-id",
"timestamp": 1622423813734,
"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-05-31T01:19:47.788Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dda051f2-8f24-476c-836c-3752ea181eb2
2021-05-31T01:19:47.788Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dda051f2-8f24-476c-836c-3752ea181eb2 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-05-31T01:19:47.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423807222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:19:47.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-31T01:19:47.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622423815010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:19:47.792Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423815291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:19:47.793Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622423819973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:19:47.793Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622423820978,
"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-05-31T01:19:47.796Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dda051f2-8f24-476c-836c-3752ea181eb2
2021-05-31T01:19:47.796Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dda051f2-8f24-476c-836c-3752ea181eb2 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-05-31T01:19:47.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423821052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:19:47.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423824053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:19:47.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "aai-ml",
"timestamp": 1622423824220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:19:47.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "aai-ml",
"timestamp": 1622423825227,
"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-05-31T01:19:47.805Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dda051f2-8f24-476c-836c-3752ea181eb2
2021-05-31T01:19:47.805Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dda051f2-8f24-476c-836c-3752ea181eb2 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-05-31T01:19:47.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423826661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:19:47.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "clamp",
"timestamp": 1622423827161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:19:47.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423827906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json",
"status": "DEPLOY_OK"
}
2021-05-31T01:19:47.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423828908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-31T01:19:47.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "clamp",
"timestamp": 1622423829169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:19:47.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423829911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-31T01:19:47.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:19:47.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "clamp",
"timestamp": 1622423830172,
"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-05-31T01:19:47.816Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dda051f2-8f24-476c-836c-3752ea181eb2
2021-05-31T01:19:47.816Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dda051f2-8f24-476c-836c-3752ea181eb2 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-05-31T01:19:47.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:19:47.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622423830914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:19:47.822Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:20:11.983Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2
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-05-31T01:20:11.992Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2
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-05-31T01:20:11.994Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-31T01:20:11.994Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-31T01:20:11.994Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-31T01:20:11.994Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-31T01:20:11.995Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:20:11.995Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:20:11.995Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:20:11.995Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:20:11.995Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:20:11.995Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:20:11.995Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-05-31T01:20:11.999Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-31T01:20:41.999Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2 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-05-31T01:20:42.005Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dda051f2-8f24-476c-836c-3752ea181eb2 and serviceModelVersionId: 65918932-70d3-4a50-8be1-9b1e045a619f
2021-05-31T01:20:42.006Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87d01638-9f9b-41c9-ba6f-59c7b62fb090
2021-05-31T01:20:47.224Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:20:47.225Z||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-05-31T01:20:47.226Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:20:52.507Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87d01638-9f9b-41c9-ba6f-59c7b62fb090/model-vers/model-ver/65918932-70d3-4a50-8be1-9b1e045a619f?depth=0
2021-05-31T01:20:52.591Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-05-31T01:20:53.151Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87d01638-9f9b-41c9-ba6f-59c7b62fb090/model-vers/model-ver/65918932-70d3-4a50-8be1-9b1e045a619f?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-05-31T01:20:53.154Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87d01638-9f9b-41c9-ba6f-59c7b62fb090/model-vers/model-ver/65918932-70d3-4a50-8be1-9b1e045a619f?depth=0|INFO|500||Invoke
2021-05-31T01:20:53.245Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87d01638-9f9b-41c9-ba6f-59c7b62fb090/model-vers/model-ver/65918932-70d3-4a50-8be1-9b1e045a619f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-31T01:20:53.427Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87d01638-9f9b-41c9-ba6f-59c7b62fb090/model-vers/model-ver/65918932-70d3-4a50-8be1-9b1e045a619f?depth=0|INFO|500||InvokeReturn
2021-05-31T01:20:53.428Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87d01638-9f9b-41c9-ba6f-59c7b62fb090/model-vers/model-ver/65918932-70d3-4a50-8be1-9b1e045a619f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210531-01:20:53:256-97384], vertex-id=[213240], Content-Length=[0], Date=[Mon, 31 May 2021 01:20:53 GMT], Content-Type=[application/json]}
2021-05-31T01:20:53.428Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-05-31T01:20:53.432Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-31T01:20:53.432Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-05-31T01:20:53.437Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-05-31T01:20:53.447Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dda051f2-8f24-476c-836c-3752ea181eb2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-31T01:20:53.447Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-31T01:20:53.448Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:20:53.449Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:20:53.449Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424053447,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-31T01:20:53.550Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-31T01:20:53.551Z||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-05-31T01:20:53.551Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:20:53.561Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:20:53.561Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:20:54.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:20:54.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-31T01:20:54.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424053447,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-31T01:20:54.177Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-31T01:20:54.462Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:20:54.463Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:20:54.463Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:21:04.643Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:21:04.644Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:21:04.645Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:21:04.645Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:21:14.175Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:21:14.175Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:21:14.176Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:21:14.176Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:21:23.713Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:21:23.714Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:21:23.715Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:21:23.715Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:21:33.248Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:21:47.222Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:21:47.223Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:21:47.223Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:21:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:21:47.225Z||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-05-31T01:21:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:21:56.758Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:21:56.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:22:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:22:47.222Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:22:47.225Z||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-05-31T01:22:47.225Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:22:47.225Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:22:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:22:56.764Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:22:56.765Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:23:47.222Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:23:47.223Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:23:47.223Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:23:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:23:47.225Z||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-05-31T01:23:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:23:56.758Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:23:56.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:24:47.222Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:24:47.223Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:24:47.223Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:24:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:24:47.225Z||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-05-31T01:24:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:24:56.756Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:24:56.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:25:47.222Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:25:47.223Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:25:47.223Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:25:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:25:47.225Z||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-05-31T01:25:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:25:47.797Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:25:47.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424319666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:25:47.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424326476,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:25:47.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "policy-id",
"timestamp": 1622424323427,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:25:47.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "cds",
"timestamp": 1622424328569,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:25:47.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424319666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:25:47.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424326476,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:25:47.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "policy-id",
"timestamp": 1622424323427,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:25:47.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "cds",
"timestamp": 1622424328569,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:25:47.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "cds",
"timestamp": 1622424331874,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:25:47.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:25:47.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "policy-id",
"timestamp": 1622424331870,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:25:47.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:25:47.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "dcae-sch",
"timestamp": 1622424331782,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:25:47.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "cds",
"timestamp": 1622424332878,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-31T01:25:47.822Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 179d38b0-3a01-48d2-84da-4aec72263055
2021-05-31T01:25:47.822Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179d38b0-3a01-48d2-84da-4aec72263055 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-05-31T01:25:47.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "policy-id",
"timestamp": 1622424332874,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:25:47.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:25:47.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "dcae-sch",
"timestamp": 1622424331782,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:25:47.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "policy-id",
"timestamp": 1622424333876,
"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-05-31T01:25:47.836Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 179d38b0-3a01-48d2-84da-4aec72263055
2021-05-31T01:25:47.836Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179d38b0-3a01-48d2-84da-4aec72263055 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=?
2021-05-31T01:25:47.839Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:25:47.839Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.839Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"179d38b0-3a01-48d2-84da-4aec72263055","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503","serviceDescription":"service","serviceInvariantUUID":"d1849e5e-72d7-4250-9989-e2ec398af7c4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"31d5a6de-20e6-4004-a200-80aa45617e86","resourceInvariantUUID":"140492c9-2d98-47c9-bfba-0ce8a1c75450","resourceCustomizationUUID":"0e8c6920-41c6-42a6-ba67-565d2883646c","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":"N2MwY2I3NDZiOGVhYWJlOWJlMjA2YmJhM2Q1NjIxNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c55d6cc-c79f-499f-aa6e-9c0d07eec232","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2NjMDkzNzI0OWM2YTYzZGMwNGM1MjBiYWJhZWRiYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee0206b4-cde6-4321-9fc5-4e2b9968d704","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-31T01:25:47.842Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:25:47.842Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:25:47.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.844Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:25:47.844Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424347222,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:25:47.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424335564,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:25:47.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424335923,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:25:47.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424335564,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:25:47.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424335923,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:25:47.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "aai-ml",
"timestamp": 1622424341367,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:25:47.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "aai-ml",
"timestamp": 1622424341367,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:25:47.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "clamp",
"timestamp": 1622424343681,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:25:47.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "clamp",
"timestamp": 1622424343681,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:25:47.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:25:47.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:25:47.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "aai-ml",
"timestamp": 1622424345870,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:25:47.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:25:47.944Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:25:47.945Z||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-05-31T01:25:47.945Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:25:47.954Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:25:47.954Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:25:48.844Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:25:48.845Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:25:48.847Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:25:48.847Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424347222,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:25:48.947Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:25:48.948Z||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-05-31T01:25:48.948Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:25:48.955Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:25:48.956Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:25:49.848Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503",
"serviceDescription": "service",
"serviceInvariantUUID": "d1849e5e-72d7-4250-9989-e2ec398af7c4",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "0e8c6920-41c6-42a6-ba67-565d2883646c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "31d5a6de-20e6-4004-a200-80aa45617e86",
"resourceInvariantUUID": "140492c9-2d98-47c9-bfba-0ce8a1c75450",
"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": "Y2NjMDkzNzI0OWM2YTYzZGMwNGM1MjBiYWJhZWRiYjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ee0206b4-cde6-4321-9fc5-4e2b9968d704"
}
],
"workloadContext": "Production"
}
2021-05-31T01:25:49.848Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-31T01:25:49.849Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503 ASDC
2021-05-31T01:25:49.849Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:179d38b0-3a01-48d2-84da-4aec72263055
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503
ServiceInvariantUUID:d1849e5e-72d7-4250-9989-e2ec398af7c4
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:ee0206b4-cde6-4321-9fc5-4e2b9968d704
ArtifactChecksum:Y2NjMDkzNzI0OWM2YTYzZGMwNGM1MjBiYWJhZWRiYjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0e8c6920-41c6-42a6-ba67-565d2883646c
ResourceInvariantUUID:140492c9-2d98-47c9-bfba-0ce8a1c75450
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:31d5a6de-20e6-4004-a200-80aa45617e86
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-05-31T01:25:49.849Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503 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-05-31T01:25:49.879Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-31T01:25:49.880Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-31T01:25:49.880Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-31T01:25:49.880Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ee0206b4-cde6-4321-9fc5-4e2b9968d704 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-31T01:25:49.880Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-31T01:25:49.880Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-31T01:25:50.278Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-31T01:25:50.281Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ee0206b4-cde6-4321-9fc5-4e2b9968d704 52223
2021-05-31T01:25:50.281Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-31T01:25:50.281Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-31T01:25:50.281Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-31T01:25:50.281Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:25:50.282Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:25:50.283Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424350281,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:25:50.383Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:25:50.384Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-31T01:25:50.384Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:25:50.391Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:25:50.391Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:25:51.283Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-31T01:25:51.283Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-31T01:25:51.284Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ee0206b4-cde6-4321-9fc5-4e2b9968d704, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-31T01:25:51.284Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-31T01:25:51.284Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-31T01:25:51.284Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-31T01:25:51.373Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5918035683838366163/Definitions/service-BasicNetwork-template.yml
2021-05-31T01:25:51.822Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503
Model Version:NULL
Model InvariantUuid:d1849e5e-72d7-4250-9989-e2ec398af7c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:140492c9-2d98-47c9-bfba-0ce8a1c75450
Model UUID:03b1e015-58f2-4a2c-b4b4-ac6a1581897b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:0e8c6920-41c6-42a6-ba67-565d2883646c
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-05-31T01:25:51.829Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 31d5a6de-20e6-4004-a200-80aa45617e86
2021-05-31T01:25:51.829Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||No resources found for Service: da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503
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-05-31T01:25:51.832Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||
2021-05-31T01:25:51.832Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-05-31T01:25:51.832Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||No resources found for Service: da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503
2021-05-31T01:25:51.832Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503
2021-05-31T01:25:51.832Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-05-31T01:25:51.833Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-05-31T01:25:51.836Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:25:51.837Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:25:51.837Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:25:51.837Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:25:51.837Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503: Generic NeutronNet
2021-05-31T01:25:51.837Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:25:51.837Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:25:51.837Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:25:51.837Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-05-31T01:25:51.859Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:25:51.859Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:25:51.859Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:25:51.860Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:25:51.860Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:25:51.860Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:25:51.860Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-05-31T01:25:51.901Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-05-31T01:25:51.901Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-31T01:25:51.901Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-31T01:25:51.901Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-31T01:25:51.901Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:25:51.902Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:25:51.902Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424351901,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:25:52.003Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:25:52.004Z||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-05-31T01:25:52.004Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:25:52.011Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:25:52.011Z||pool-22-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:25:52.904Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055
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-05-31T01:25:52.915Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055
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-05-31T01:25:52.918Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-31T01:25:52.918Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-31T01:25:52.918Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-31T01:26:22.918Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055
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-05-31T01:26:22.928Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055
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-05-31T01:26:22.930Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-31T01:26:22.930Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-31T01:26:22.930Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-31T01:26:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:26:47.225Z||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-05-31T01:26:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:26:47.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:26:47.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:26:47.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424347045,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:26:47.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:26:52.930Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055
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-05-31T01:26:52.938Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055
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-05-31T01:26:52.940Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-31T01:26:52.940Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-31T01:26:52.940Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-31T01:27:22.940Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055
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-05-31T01:27:22.949Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055
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-05-31T01:27:22.953Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-31T01:27:22.953Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-31T01:27:22.953Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-31T01:27:47.225Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:27:47.226Z||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-05-31T01:27:47.226Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:27:47.246Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:27:47.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:27:47.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424347222,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:27:47.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:27:52.953Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055
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-05-31T01:27:52.964Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055
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-05-31T01:27:52.966Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-31T01:27:52.966Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-31T01:27:52.967Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-31T01:28:22.967Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055
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-05-31T01:28:22.977Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055
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-05-31T01:28:22.979Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-31T01:28:22.979Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-31T01:28:22.979Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-31T01:28:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:28:47.225Z||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-05-31T01:28:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:28:47.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:28:47.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424347045,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:28:47.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424347222,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:28:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "aai-ml",
"timestamp": 1622424349000,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:28:47.249Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:28:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "aai-ml",
"timestamp": 1622424350004,
"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-05-31T01:28:47.255Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 179d38b0-3a01-48d2-84da-4aec72263055
2021-05-31T01:28:47.255Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179d38b0-3a01-48d2-84da-4aec72263055 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-05-31T01:28:47.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424350021,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:28:47.264Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:28:47.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "clamp",
"timestamp": 1622424350239,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:28:47.265Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:28:47.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424350281,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:28:47.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:28:47.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424351537,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:28:47.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:28:47.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424351901,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:28:47.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:28:47.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "clamp",
"timestamp": 1622424352246,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:28:47.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:28:47.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424352541,
"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-05-31T01:28:47.271Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 179d38b0-3a01-48d2-84da-4aec72263055
2021-05-31T01:28:47.272Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179d38b0-3a01-48d2-84da-4aec72263055 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-05-31T01:28:47.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "clamp",
"timestamp": 1622424353252,
"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-05-31T01:28:47.284Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 179d38b0-3a01-48d2-84da-4aec72263055
2021-05-31T01:28:47.285Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179d38b0-3a01-48d2-84da-4aec72263055 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-05-31T01:28:47.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424377046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424379666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424375564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "cds",
"timestamp": 1622424373569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424375923,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "clamp",
"timestamp": 1622424373681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "cds",
"timestamp": 1622424373569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424375564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424379666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424377046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424375923,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "clamp",
"timestamp": 1622424373681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "policy-id",
"timestamp": 1622424383427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "cds",
"timestamp": 1622424373569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424377046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424379666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424375564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424375923,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "clamp",
"timestamp": 1622424373681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "policy-id",
"timestamp": 1622424383427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "cds",
"timestamp": 1622424373569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424379666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424377046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424375564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424375923,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "clamp",
"timestamp": 1622424373681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "policy-id",
"timestamp": 1622424383427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "cds",
"timestamp": 1622424373569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424379666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424375564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424377046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424375923,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "clamp",
"timestamp": 1622424373681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "policy-id",
"timestamp": 1622424383427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424386476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "cds",
"timestamp": 1622424373569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424379666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424377046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424375564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-05-31T01:28:47.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424375923,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "clamp",
"timestamp": 1622424373681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "policy-id",
"timestamp": 1622424383427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424386476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "cds",
"timestamp": 1622424373569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424379666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424375564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424377046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424375923,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "clamp",
"timestamp": 1622424373681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "policy-id",
"timestamp": 1622424383427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424386476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "cds",
"timestamp": 1622424373569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:28:47.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424379666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:28:47.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424375564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424375923,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:28:47.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424377046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:28:47.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "clamp",
"timestamp": 1622424373681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:28:47.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "policy-id",
"timestamp": 1622424383427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424386476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "cds",
"timestamp": 1622424391076,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:28:47.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:28:47.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "policy-id",
"timestamp": 1622424383427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:28:47.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424386476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424391168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:28:47.317Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:28:47.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424391189,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:28:47.317Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:28:47.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "cds",
"timestamp": 1622424392080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-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-05-31T01:28:47.331Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4c069a4-c009-4a1f-86e3-6ef82cc5ff43
2021-05-31T01:28:47.331Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 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-05-31T01:28:47.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424386476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424392358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-05-31T01:28:47.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:28:47.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "dcae-sch",
"timestamp": 1622424391782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "policy-id",
"timestamp": 1622424392688,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:28:47.346Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:28:47.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424392871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:28:47.346Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:28:47.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424386476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424393363,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-31T01:28:47.352Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b4c069a4-c009-4a1f-86e3-6ef82cc5ff43
2021-05-31T01:28:47.352Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-31T01:28:47.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "dcae-sch",
"timestamp": 1622424391782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "policy-id",
"timestamp": 1622424393691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:28:47.362Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:28:47.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424393874,
"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-05-31T01:28:47.367Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4c069a4-c009-4a1f-86e3-6ef82cc5ff43
2021-05-31T01:28:47.367Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 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-05-31T01:28:47.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424386476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:28:47.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "dcae-sch",
"timestamp": 1622424391782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "policy-id",
"timestamp": 1622424394693,
"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-05-31T01:28:47.381Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4c069a4-c009-4a1f-86e3-6ef82cc5ff43
2021-05-31T01:28:47.381Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 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-05-31T01:28:47.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "dcae-sch",
"timestamp": 1622424391782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "dcae-sch",
"timestamp": 1622424391782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "dcae-sch",
"timestamp": 1622424391782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "dcae-sch",
"timestamp": 1622424391782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "dcae-sch",
"timestamp": 1622424391782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "aai-ml",
"timestamp": 1622424401366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "clamp",
"timestamp": 1622424402248,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:28:47.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:28:47.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "aai-ml",
"timestamp": 1622424401366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "aai-ml",
"timestamp": 1622424401366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "clamp",
"timestamp": 1622424404254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:28:47.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:28:47.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "aai-ml",
"timestamp": 1622424401366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "clamp",
"timestamp": 1622424405256,
"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-05-31T01:28:47.396Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4c069a4-c009-4a1f-86e3-6ef82cc5ff43
2021-05-31T01:28:47.397Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 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-05-31T01:28:47.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "aai-ml",
"timestamp": 1622424401366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:47.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:28:47.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "aai-ml",
"timestamp": 1622424401366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:28:47.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:28:52.979Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055
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-05-31T01:28:52.989Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055
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-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-05-31T01:28:52.996Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-31T01:29:22.996Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055 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-05-31T01:29:23.001Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 179d38b0-3a01-48d2-84da-4aec72263055 and serviceModelVersionId: da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503
2021-05-31T01:29:23.002Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d1849e5e-72d7-4250-9989-e2ec398af7c4
2021-05-31T01:29:23.002Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d1849e5e-72d7-4250-9989-e2ec398af7c4/model-vers/model-ver/da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503?depth=0
2021-05-31T01:29:23.007Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-05-31T01:29:23.047Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1849e5e-72d7-4250-9989-e2ec398af7c4/model-vers/model-ver/da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503?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-05-31T01:29:23.048Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1849e5e-72d7-4250-9989-e2ec398af7c4/model-vers/model-ver/da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503?depth=0|INFO|500||Invoke
2021-05-31T01:29:23.067Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1849e5e-72d7-4250-9989-e2ec398af7c4/model-vers/model-ver/da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-31T01:29:23.969Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1849e5e-72d7-4250-9989-e2ec398af7c4/model-vers/model-ver/da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503?depth=0|INFO|500||InvokeReturn
2021-05-31T01:29:23.969Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1849e5e-72d7-4250-9989-e2ec398af7c4/model-vers/model-ver/da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210531-01:29:23:078-91682], vertex-id=[200888], Content-Length=[0], Date=[Mon, 31 May 2021 01:29:23 GMT], Content-Type=[application/json]}
2021-05-31T01:29:23.969Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-05-31T01:29:23.969Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-31T01:29:23.969Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-05-31T01:29:23.973Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-05-31T01:29:23.973Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 179d38b0-3a01-48d2-84da-4aec72263055 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-31T01:29:23.973Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-31T01:29:23.974Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:29:23.975Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:29:23.976Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424563973,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-31T01:29:24.076Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:29:24.077Z||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-05-31T01:29:24.077Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:29:24.088Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:29:24.088Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-31T01:29:24.985Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:29:24.986Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-31T01:29:24.986Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:29:29.257Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:29:29.258Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-31T01:29:29.258Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4c069a4-c009-4a1f-86e3-6ef82cc5ff43","serviceName":"Demo_pNF_OrWXL8e42LwVUaRBGun2","serviceVersion":"1.0","serviceUUID":"c91e7abd-75af-4ea1-8b7a-a4602532c919","serviceDescription":"catalog service description","serviceInvariantUUID":"6b80c45d-578e-48e9-9c7c-a4de7b1a2675","resources":[{"resourceInstanceName":"pNF a3953617-1798 0","resourceName":"pNF a3953617-1798","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c55099be-ef1c-48c4-9eaf-ec3c2a64b5a6","resourceInvariantUUID":"c0a6c093-1b27-4f96-af1a-7c30ab05e661","resourceCustomizationUUID":"ae17331d-c5be-4e62-979c-218a800bf2c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml","artifactChecksum":"MGE0OWRlNDQ3NTE3ZjQxYWEwNWEzNTI0YmIzMDgzM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"298b103f-f27c-4629-be58-63b4e900cfa8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar","artifactChecksum":"ZDc3OTc1OTM3NGZmMDk2NjM0NzYwMjY1MjI1OGE2Zjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"669fb60a-d69b-4ef4-84bd-9bd634e14fce","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b7f8c19-65ab-406e-ad76-2d8d9a914123","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml","artifactChecksum":"YmExYzdhYzgyNTI4OTRmNTlmYTMzZTc5OWYzODUwZWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"44a92bf1-ce6d-433f-b6a5-10421aa7e774","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc79f97e-23b0-41a8-a1e1-7ce9f105d38f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"abaa78fa-185c-4250-8a2e-337bb3092919","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml","artifactChecksum":"NGE3OWJjNjhmYjc5ZGVhNDZkYmMzY2Q2NzgzOTkyYmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0d7b30c-0ecd-4f0a-a930-c9957af6172e","artifactVersion":"1"},{"artifactName":"service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar","artifactChecksum":"ZWJmYWI5ZmU5MzEwZWUyMDIyZjlhZDY4NGZiOTNjZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c9f7ee0-b896-48ed-9ebe-66a3e699ad78","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-31T01:29:29.260Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:29:29.260Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:29:29.262Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:29:29.262Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:29:29.362Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:29:29.363Z||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-05-31T01:29:29.363Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:29:29.372Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:29:29.372Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:29:30.262Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:29:30.263Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:29:30.265Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:29:30.265Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:29:30.365Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:29:30.365Z||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-05-31T01:29:30.366Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:29:30.374Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:29:30.374Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:29:31.265Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:29:31.266Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:29:31.267Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:29:31.267Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:29:31.367Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:29:31.368Z||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-05-31T01:29:31.369Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:29:31.377Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:29:31.378Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-31T01:29:32.268Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:29:32.269Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:29:32.270Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:29:32.270Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:29:32.371Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:29:32.371Z||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-05-31T01:29:32.371Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:29:32.381Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:29:32.381Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:29:33.271Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:29:33.272Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:29:33.274Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:29:33.274Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:29:33.374Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:29:33.375Z||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-05-31T01:29:33.376Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:29:33.386Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:29:33.386Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:29:34.275Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:29:34.276Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:29:34.277Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:29:34.277Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:29:34.378Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-31T01:29:34.379Z||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-05-31T01:29:34.379Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:29:34.387Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:29:34.388Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:29:35.278Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:29:35.279Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:29:35.280Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:29:35.281Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:29:35.381Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:29:35.381Z||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-05-31T01:29:35.382Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:29:35.390Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:29:35.391Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:29:36.281Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:29:36.282Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:29:36.284Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:29:36.284Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:29:36.384Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:29:36.385Z||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-05-31T01:29:36.385Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:29:36.393Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:29:36.393Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:29:37.285Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"serviceName": "Demo_pNF_OrWXL8e42LwVUaRBGun2",
"serviceVersion": "1.0",
"serviceUUID": "c91e7abd-75af-4ea1-8b7a-a4602532c919",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6b80c45d-578e-48e9-9c7c-a4de7b1a2675",
"resources": [
{
"resourceInstanceName": "pNF a3953617-1798 0",
"resourceCustomizationUUID": "ae17331d-c5be-4e62-979c-218a800bf2c5",
"resourceName": "pNF a3953617-1798",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "c55099be-ef1c-48c4-9eaf-ec3c2a64b5a6",
"resourceInvariantUUID": "c0a6c093-1b27-4f96-af1a-7c30ab05e661",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"artifactChecksum": "ZWJmYWI5ZmU5MzEwZWUyMDIyZjlhZDY4NGZiOTNjZWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4c9f7ee0-b896-48ed-9ebe-66a3e699ad78"
}
],
"workloadContext": "Production"
}
2021-05-31T01:29:37.285Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-31T01:29:37.285Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c91e7abd-75af-4ea1-8b7a-a4602532c919 ASDC
2021-05-31T01:29:37.285Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b4c069a4-c009-4a1f-86e3-6ef82cc5ff43
ServiceName:Demo_pNF_OrWXL8e42LwVUaRBGun2
ServiceVersion:1.0
ServiceUUID:c91e7abd-75af-4ea1-8b7a-a4602532c919
ServiceInvariantUUID:6b80c45d-578e-48e9-9c7c-a4de7b1a2675
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
ArtifactUUID:4c9f7ee0-b896-48ed-9ebe-66a3e699ad78
ArtifactChecksum:ZWJmYWI5ZmU5MzEwZWUyMDIyZjlhZDY4NGZiOTNjZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a3953617-1798 0
ResourceCustomizationUUID:ae17331d-c5be-4e62-979c-218a800bf2c5
ResourceInvariantUUID:c0a6c093-1b27-4f96-af1a-7c30ab05e661
ResourceName:pNF a3953617-1798
ResourceType:PNF
ResourceUUID:c55099be-ef1c-48c4-9eaf-ec3c2a64b5a6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-05-31T01:29:37.285Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c91e7abd-75af-4ea1-8b7a-a4602532c919 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-05-31T01:29:37.307Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-31T01:29:37.308Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-31T01:29:37.308Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-31T01:29:37.308Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4c9f7ee0-b896-48ed-9ebe-66a3e699ad78 from URL: /sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
2021-05-31T01:29:37.308Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-31T01:29:37.308Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
2021-05-31T01:29:38.906Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-31T01:29:38.910Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 4c9f7ee0-b896-48ed-9ebe-66a3e699ad78 83319
2021-05-31T01:29:38.910Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar ASDC sendASDCNotification
2021-05-31T01:29:38.910Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
2021-05-31T01:29:38.910Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-31T01:29:38.910Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:29:38.912Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:29:38.912Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424578910,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:29:39.012Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:29:39.013Z||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-05-31T01:29:39.013Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:29:39.022Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:29:39.022Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:29:39.912Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-31T01:29:39.913Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-31T01:29:39.914Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4c9f7ee0-b896-48ed-9ebe-66a3e699ad78, URL: /sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar to file: /app/ASDC/1/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
2021-05-31T01:29:39.914Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
2021-05-31T01:29:39.914Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
2021-05-31T01:29:39.914Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
2021-05-31T01:29:40.006Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13170631927530064836/Definitions/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml
2021-05-31T01:29:40.888Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-31T01:29:40.888Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-31T01:29:40.888Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
2021-05-31T01:29:40.888Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-31T01:29:40.888Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||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-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||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-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||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-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||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-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a3953617-1798 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-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a3953617-1798 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Node template pNF a3953617-1798 0 is matching search criteria
2021-05-31T01:29:40.890Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-31T01:29:40.890Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a3953617-1798 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-31T01:29:40.890Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:29:40.890Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:29:40.890Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Node template pNF a3953617-1798 0 is matching search criteria
2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a3953617-1798 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:29:40.892Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:29:40.892Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:29:40.892Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_OrWXL8e42LwVUaRBGun2
Description:catalog service description
Model UUID:c91e7abd-75af-4ea1-8b7a-a4602532c919
Model Version:NULL
Model InvariantUuid:6b80c45d-578e-48e9-9c7c-a4de7b1a2675
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-05-31T01:29:40.896Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: c55099be-ef1c-48c4-9eaf-ec3c2a64b5a6
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-05-31T01:29:40.898Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||pNF a3953617-1798 0
2021-05-31T01:29:40.899Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c55099be-ef1c-48c4-9eaf-ec3c2a64b5a6
2021-05-31T01:29:40.899Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||No resources found for Service: c91e7abd-75af-4ea1-8b7a-a4602532c919
2021-05-31T01:29:40.899Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c91e7abd-75af-4ea1-8b7a-a4602532c919
2021-05-31T01:29:40.899Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a3953617-1798 0 c55099be-ef1c-48c4-9eaf-ec3c2a64b5a6 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-05-31T01:29:40.901Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:29:40.902Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:29:40.902Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c91e7abd-75af-4ea1-8b7a-a4602532c919: pNF a3953617-1798
2021-05-31T01:29:40.902Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||Processing PNF resource: c55099be-ef1c-48c4-9eaf-ec3c2a64b5a6
2021-05-31T01:29:40.902Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:29:40.902Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:29:40.902Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||Resource customization UUID: ae17331d-c5be-4e62-979c-218a800bf2c5 is the same as notified resource customizationUUID: ae17331d-c5be-4e62-979c-218a800bf2c5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-05-31T01:29:40.937Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a3953617-1798 c55099be-ef1c-48c4-9eaf-ec3c2a64b5a6 0 ASDC deployResourceStructure
2021-05-31T01:29:40.938Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar ASDC sendASDCNotification
2021-05-31T01:29:40.938Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar
2021-05-31T01:29:40.938Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-31T01:29:40.938Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:29:40.939Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:29:40.940Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424580938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:29:41.040Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:29:41.040Z||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-05-31T01:29:41.040Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:29:41.048Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:29:41.048Z||pool-33-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:29:41.941Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c069a4-c009-4a1f-86e3-6ef82cc5ff43
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-05-31T01:29:41.951Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c069a4-c009-4a1f-86e3-6ef82cc5ff43
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-05-31T01:29:41.953Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-31T01:29:41.953Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-31T01:29:41.954Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-31T01:29:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:29:47.225Z||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-05-31T01:29:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:29:47.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:29:47.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:29:47.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "aai-ml",
"timestamp": 1622424401366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:29:47.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:29:47.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:29:47.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "aai-ml",
"timestamp": 1622424401366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:29:47.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:29:47.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:29:47.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "aai-ml",
"timestamp": 1622424410581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:29:47.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:29:47.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:29:47.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "aai-ml",
"timestamp": 1622424414416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:29:47.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:29:47.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:29:47.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "aai-ml",
"timestamp": 1622424415420,
"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-05-31T01:29:47.253Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4c069a4-c009-4a1f-86e3-6ef82cc5ff43
2021-05-31T01:29:47.253Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 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-05-31T01:30:11.954Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c069a4-c009-4a1f-86e3-6ef82cc5ff43
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-05-31T01:30:11.963Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c069a4-c009-4a1f-86e3-6ef82cc5ff43
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-05-31T01:30:11.965Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||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-05-31T01:30:11.970Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-31T01:30:41.971Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 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-05-31T01:30:41.975Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 and serviceModelVersionId: c91e7abd-75af-4ea1-8b7a-a4602532c919
2021-05-31T01:30:41.975Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b80c45d-578e-48e9-9c7c-a4de7b1a2675
2021-05-31T01:30:41.976Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b80c45d-578e-48e9-9c7c-a4de7b1a2675/model-vers/model-ver/c91e7abd-75af-4ea1-8b7a-a4602532c919?depth=0
2021-05-31T01:30:41.979Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-05-31T01:30:42.011Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b80c45d-578e-48e9-9c7c-a4de7b1a2675/model-vers/model-ver/c91e7abd-75af-4ea1-8b7a-a4602532c919?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-05-31T01:30:42.011Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b80c45d-578e-48e9-9c7c-a4de7b1a2675/model-vers/model-ver/c91e7abd-75af-4ea1-8b7a-a4602532c919?depth=0|INFO|500||Invoke
2021-05-31T01:30:42.032Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b80c45d-578e-48e9-9c7c-a4de7b1a2675/model-vers/model-ver/c91e7abd-75af-4ea1-8b7a-a4602532c919?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-31T01:30:42.180Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b80c45d-578e-48e9-9c7c-a4de7b1a2675/model-vers/model-ver/c91e7abd-75af-4ea1-8b7a-a4602532c919?depth=0|INFO|500||InvokeReturn
2021-05-31T01:30:42.180Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b80c45d-578e-48e9-9c7c-a4de7b1a2675/model-vers/model-ver/c91e7abd-75af-4ea1-8b7a-a4602532c919?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210531-01:30:42:041-79960], vertex-id=[360472], Content-Length=[0], Date=[Mon, 31 May 2021 01:30:42 GMT], Content-Type=[application/json]}
2021-05-31T01:30:42.180Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-05-31T01:30:42.181Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-31T01:30:42.181Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||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-05-31T01:30:42.184Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||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-05-31T01:30:42.184Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-31T01:30:42.185Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-31T01:30:42.185Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:30:42.187Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:30:42.187Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424642185,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-31T01:30:42.287Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:30:42.288Z||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-05-31T01:30:42.288Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:30:42.300Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:30:42.300Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-31T01:30:43.197Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-31T01:30:43.198Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a5716900-bdb2-4688-8b14-6160561f2832","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8e1efca3-7927-4501-bee0-2a617f24c335","serviceDescription":"service","serviceInvariantUUID":"c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c9e4ef3b-c477-41a2-a565-d2f99cb3dbb5","resourceInvariantUUID":"1ff94cd1-9fe9-4ae5-a980-1a1e1b2632d2","resourceCustomizationUUID":"8e2df050-e615-4b12-8885-0bc2918974d8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZTA1ZmEzMzFhOTliZjM1NzlhZDY1NWE1OGJhYzI1NzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d93dc46e-47d3-40f9-a44c-077bb4e97f24","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MDhlZmZiMWVhMDE1YjIyYWVlMzYxYzYxOWE1M2NlMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"17cb33b0-f184-4e42-a5a3-119dbd3fed77","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"42ee058e-62c4-4acd-9644-0404ebf5eb3e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8c68023e-ed15-4a5d-9ee5-581e0467b710","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2d8773d5-4093-4dcb-b116-95c1756c1b88","artifactVersion":"2","generatedFromUUID":"42ee058e-62c4-4acd-9644-0404ebf5eb3e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Mzk1MDQxMTgzZTE1YjRmOGE1YTMwYWQ4OThmYmNiYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f88794ff-7fca-4ec9-a3f5-45f0de21ee49","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmRjZjBhOGQxMTEyMzM2ZDdjM2RjZDZkZjIzMjEzNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"80c3ce79-7684-4770-8516-2151b2cab9ef","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-31T01:30:43.199Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:30:43.199Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:30:43.200Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:30:43.201Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:43.301Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:30:43.302Z||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-05-31T01:30:43.302Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:30:43.311Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:30:43.311Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:30:44.201Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:30:44.202Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:30:44.203Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:30:44.203Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-05-31T01:30:44.303Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:30:44.304Z||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-05-31T01:30:44.304Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:30:44.313Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:30:44.313Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:30:45.204Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:30:45.204Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:30:45.206Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:30:45.206Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-05-31T01:30:45.306Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:30:45.307Z||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-05-31T01:30:45.307Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:30:45.315Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:30:45.315Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:30:46.207Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:30:46.207Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:30:46.209Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:30:46.209Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:46.309Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-31T01:30:46.310Z||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-05-31T01:30:46.310Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:30:46.320Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:30:46.320Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:30:47.210Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:30:47.211Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:30:47.212Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:30:47.213Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-31T01:30:47.225Z||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-05-31T01:30:47.225Z||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 Hys8HIyTzRvvONVq) ...
2021-05-31T01:30:47.236Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:30:47.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "clamp",
"timestamp": 1622424553681,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "cds",
"timestamp": 1622424553569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "dcae-sch",
"timestamp": 1622424551782,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424555564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424557046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424555923,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "aai-ml",
"timestamp": 1622424551367,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424559666,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "cds",
"timestamp": 1622424553569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "clamp",
"timestamp": 1622424553681,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424555923,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "dcae-sch",
"timestamp": 1622424551782,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424555564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424557046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "aai-ml",
"timestamp": 1622424551367,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424559666,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "cds",
"timestamp": 1622424553569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "clamp",
"timestamp": 1622424553681,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424555923,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424555564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "dcae-sch",
"timestamp": 1622424551782,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424557046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "aai-ml",
"timestamp": 1622424551367,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424559666,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "cds",
"timestamp": 1622424553569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424555564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "dcae-sch",
"timestamp": 1622424551782,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424555923,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424557046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "aai-ml",
"timestamp": 1622424551367,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "clamp",
"timestamp": 1622424553681,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424559666,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "cds",
"timestamp": 1622424553569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424555564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424555923,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "dcae-sch",
"timestamp": 1622424551782,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "aai-ml",
"timestamp": 1622424551367,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424557046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "clamp",
"timestamp": 1622424553681,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "179d38b0-3a01-48d2-84da-4aec72263055",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424563973,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-31T01:30:47.255Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "policy-id",
"timestamp": 1622424563427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424559666,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "cds",
"timestamp": 1622424553569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424555564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "dcae-sch",
"timestamp": 1622424551782,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424555923,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424557046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "aai-ml",
"timestamp": 1622424551367,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "clamp",
"timestamp": 1622424553681,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "policy-id",
"timestamp": 1622424563427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424559666,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "cds",
"timestamp": 1622424553569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424555923,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "dcae-sch",
"timestamp": 1622424551782,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424555564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424557046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "aai-ml",
"timestamp": 1622424551367,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "clamp",
"timestamp": 1622424553681,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "policy-id",
"timestamp": 1622424563427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424559666,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "policy-id",
"timestamp": 1622424563427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424566476,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424567231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "cds",
"timestamp": 1622424567235,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424567243,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "aai-ml",
"timestamp": 1622424567259,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424567480,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "policy-id",
"timestamp": 1622424563427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424566476,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "cds",
"timestamp": 1622424568239,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-31T01:30:47.274Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a5716900-bdb2-4688-8b14-6160561f2832
2021-05-31T01:30:47.274Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5716900-bdb2-4688-8b14-6160561f2832 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-05-31T01:30:47.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424568423,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.280Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424568722,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.280Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "policy-id",
"timestamp": 1622424563427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424566476,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424569279,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:30:47.281Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424569667,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.281Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "cds",
"timestamp": 1622424569242,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424570009,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.282Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "policy-id",
"timestamp": 1622424563427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424566476,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424570282,
"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-05-31T01:30:47.286Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a5716900-bdb2-4688-8b14-6160561f2832
2021-05-31T01:30:47.287Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5716900-bdb2-4688-8b14-6160561f2832 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-05-31T01:30:47.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424570683,
"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-05-31T01:30:47.297Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5716900-bdb2-4688-8b14-6160561f2832
2021-05-31T01:30:47.298Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5716900-bdb2-4688-8b14-6160561f2832 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-05-31T01:30:47.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "cds",
"timestamp": 1622424569242,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424571013,
"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-05-31T01:30:47.309Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5716900-bdb2-4688-8b14-6160561f2832
2021-05-31T01:30:47.309Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5716900-bdb2-4688-8b14-6160561f2832 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-05-31T01:30:47.313Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:30:47.313Z||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-05-31T01:30:47.313Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:30:47.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424566476,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424571686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-31T01:30:47.315Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "policy-id",
"timestamp": 1622424571680,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "cds",
"timestamp": 1622424569242,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424572016,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-31T01:30:47.317Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "dcae-sch",
"timestamp": 1622424571782,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424566476,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "policy-id",
"timestamp": 1622424572683,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:30:47.318Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "cds",
"timestamp": 1622424569242,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424559666,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "dcae-sch",
"timestamp": 1622424571782,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424566476,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "policy-id",
"timestamp": 1622424573686,
"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-05-31T01:30:47.327Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5716900-bdb2-4688-8b14-6160561f2832
2021-05-31T01:30:47.327Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5716900-bdb2-4688-8b14-6160561f2832 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-05-31T01:30:47.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "aai-ml",
"timestamp": 1622424573760,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:30:47.333Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "cds",
"timestamp": 1622424569242,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424559666,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "dcae-sch",
"timestamp": 1622424571782,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424574537,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.334Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "policy-id",
"timestamp": 1622424563427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "aai-ml",
"timestamp": 1622424574765,
"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-05-31T01:30:47.337Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:30:47.337Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:30:47.338Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a5716900-bdb2-4688-8b14-6160561f2832
2021-05-31T01:30:47.338Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5716900-bdb2-4688-8b14-6160561f2832 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-05-31T01:30:47.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "cds",
"timestamp": 1622424569242,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424559666,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "dcae-sch",
"timestamp": 1622424571782,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424575564,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424575706,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.353Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "policy-id",
"timestamp": 1622424563427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "cds",
"timestamp": 1622424569242,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424575923,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424559666,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "dcae-sch",
"timestamp": 1622424571782,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424575564,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "policy-id",
"timestamp": 1622424563427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "cds",
"timestamp": 1622424569242,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424575923,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424559666,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "dcae-sch",
"timestamp": 1622424571782,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424577268,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "clamp",
"timestamp": 1622424577275,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424575564,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "policy-id",
"timestamp": 1622424563427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424575923,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424559666,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "dcae-sch",
"timestamp": 1622424571782,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424578273,
"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-05-31T01:30:47.362Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5716900-bdb2-4688-8b14-6160561f2832
2021-05-31T01:30:47.362Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5716900-bdb2-4688-8b14-6160561f2832 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-05-31T01:30:47.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424575564,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "policy-id",
"timestamp": 1622424563427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424578910,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424575923,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424559666,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "dcae-sch",
"timestamp": 1622424571782,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424579276,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-31T01:30:47.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "clamp",
"timestamp": 1622424579281,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:30:47.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424575564,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "cds",
"timestamp": 1622424579714,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.370Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "policy-id",
"timestamp": 1622424563427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424575923,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424559666,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424566476,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "clamp",
"timestamp": 1622424580285,
"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-05-31T01:30:47.377Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a5716900-bdb2-4688-8b14-6160561f2832
2021-05-31T01:30:47.377Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5716900-bdb2-4688-8b14-6160561f2832 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-05-31T01:30:47.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424575564,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "cds",
"timestamp": 1622424580719,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-05-31T01:30:47.395Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8812535e-cff8-40d3-a564-031e2033dae8
2021-05-31T01:30:47.395Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8812535e-cff8-40d3-a564-031e2033dae8 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-05-31T01:30:47.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "policy-id",
"timestamp": 1622424563427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424580938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:30:47.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424575923,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424566476,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "aai-ml",
"timestamp": 1622424581366,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424575564,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "policy-id",
"timestamp": 1622424563427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424575923,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424582073,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424566476,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "aai-ml",
"timestamp": 1622424581366,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "ves-openapi-manager",
"timestamp": 1622424575564,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424575923,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "dcae-sch",
"timestamp": 1622424583093,
"artifactURL": "/sdc/v1/catalog/services/c4c1658d-0246-4ea9-9e0c-f667a89f1ac8/resourceInstances/basicclamp0/artifacts/b3fa8561-d5ba-4c0b-84fc-023cd23342b2",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424566476,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "aai-ml",
"timestamp": 1622424581366,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "clamp",
"timestamp": 1622424583681,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e",
"consumerID": "cds",
"timestamp": 1622424583569,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424566476,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "aai-ml",
"timestamp": 1622424581366,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "dcae-sch",
"timestamp": 1622424584381,
"artifactURL": "/sdc/v1/catalog/services/c4c1658d-0246-4ea9-9e0c-f667a89f1ac8/resourceInstances/basicclamp0/artifacts/b3fa8561-d5ba-4c0b-84fc-023cd23342b2",
"status": "DEPLOY_OK"
}
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "policy-id",
"timestamp": 1622424584626,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "clamp",
"timestamp": 1622424583681,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424584713,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e",
"consumerID": "cds",
"timestamp": 1622424583569,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424566476,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "aai-ml",
"timestamp": 1622424581366,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "dcae-sch",
"timestamp": 1622424585388,
"artifactURL": "/sdc/v1/catalog/services/c4c1658d-0246-4ea9-9e0c-f667a89f1ac8/resourceInstances/basicclamp0/artifacts/b3fa8561-d5ba-4c0b-84fc-023cd23342b2",
"status": "COMPONENT_DONE_OK",
"componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-31T01:30:47.411Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 8812535e-cff8-40d3-a564-031e2033dae8
2021-05-31T01:30:47.412Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8812535e-cff8-40d3-a564-031e2033dae8 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-31T01:30:47.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "policy-id",
"timestamp": 1622424585629,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-31T01:30:47.418Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622424585656,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.418Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "clamp",
"timestamp": 1622424583681,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-05-31T01:30:47.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e",
"consumerID": "cds",
"timestamp": 1622424583569,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622424566476,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "aai-ml",
"timestamp": 1622424581366,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622424586535,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:47.419Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "policy-id",
"timestamp": 1622424586631,
"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-05-31T01:30:47.423Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8812535e-cff8-40d3-a564-031e2033dae8
2021-05-31T01:30:47.423Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8812535e-cff8-40d3-a564-031e2033dae8 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-05-31T01:30:47.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "clamp",
"timestamp": 1622424583681,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.431Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:47.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-31T01:30:47.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8812535e-cff8-40d3-a564-031e2033dae8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622424587045,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:47.431Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-31T01:30:48.213Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:30:48.214Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:30:48.216Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:30:48.216Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-31T01:30:48.316Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:30:48.317Z||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-05-31T01:30:48.317Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:30:48.325Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:30:48.325Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:30:49.216Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-31T01:30:49.217Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:30:49.219Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:30:49.219Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424564985,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-31T01:30:49.319Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:30:49.319Z||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-05-31T01:30:49.320Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:30:49.328Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:30:49.328Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:30:50.220Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "8e1efca3-7927-4501-bee0-2a617f24c335",
"serviceDescription": "service",
"serviceInvariantUUID": "c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "8e2df050-e615-4b12-8885-0bc2918974d8",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c9e4ef3b-c477-41a2-a565-d2f99cb3dbb5",
"resourceInvariantUUID": "1ff94cd1-9fe9-4ae5-a980-1a1e1b2632d2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "MDhlZmZiMWVhMDE1YjIyYWVlMzYxYzYxOWE1M2NlMTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "17cb33b0-f184-4e42-a5a3-119dbd3fed77",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "42ee058e-62c4-4acd-9644-0404ebf5eb3e",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2d8773d5-4093-4dcb-b116-95c1756c1b88",
"generatedFromUUID": "42ee058e-62c4-4acd-9644-0404ebf5eb3e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2d8773d5-4093-4dcb-b116-95c1756c1b88",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MmRjZjBhOGQxMTEyMzM2ZDdjM2RjZDZkZjIzMjEzNTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "80c3ce79-7684-4770-8516-2151b2cab9ef"
}
],
"workloadContext": "Production"
}
2021-05-31T01:30:50.220Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-31T01:30:50.220Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8e1efca3-7927-4501-bee0-2a617f24c335 ASDC
2021-05-31T01:30:50.221Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:a5716900-bdb2-4688-8b14-6160561f2832
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8e1efca3-7927-4501-bee0-2a617f24c335
ServiceInvariantUUID:c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:80c3ce79-7684-4770-8516-2151b2cab9ef
ArtifactChecksum:MmRjZjBhOGQxMTEyMzM2ZDdjM2RjZDZkZjIzMjEzNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:8e2df050-e615-4b12-8885-0bc2918974d8
ResourceInvariantUUID:1ff94cd1-9fe9-4ae5-a980-1a1e1b2632d2
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c9e4ef3b-c477-41a2-a565-d2f99cb3dbb5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:17cb33b0-f184-4e42-a5a3-119dbd3fed77
ArtifactChecksum:MDhlZmZiMWVhMDE1YjIyYWVlMzYxYzYxOWE1M2NlMTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:42ee058e-62c4-4acd-9644-0404ebf5eb3e
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:2d8773d5-4093-4dcb-b116-95c1756c1b88
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:2d8773d5-4093-4dcb-b116-95c1756c1b88
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-31T01:30:50.221Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8e1efca3-7927-4501-bee0-2a617f24c335 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-05-31T01:30:50.248Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-31T01:30:50.248Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-31T01:30:50.248Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-31T01:30:50.249Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 80c3ce79-7684-4770-8516-2151b2cab9ef from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-31T01:30:50.249Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-31T01:30:50.249Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-31T01:30:50.875Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-31T01:30:50.878Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 80c3ce79-7684-4770-8516-2151b2cab9ef 74267
2021-05-31T01:30:50.879Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-05-31T01:30:50.879Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-31T01:30:50.879Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-31T01:30:50.879Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:30:50.881Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:30:50.881Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424650879,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:50.982Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-31T01:30:50.982Z||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-05-31T01:30:50.983Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:30:50.992Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:30:50.992Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:30:51.881Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-31T01:30:51.882Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-31T01:30:51.882Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 80c3ce79-7684-4770-8516-2151b2cab9ef, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-31T01:30:51.882Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-05-31T01:30:51.883Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-31T01:30:51.883Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-05-31T01:30:52.036Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13911907681131011440/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-05-31T01:30:52.932Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-31T01:30:52.932Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-31T01:30:52.932Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-31T01:30:52.932Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4b2e0425-525e-449f-89a9-c0ae203a9a06
2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:30:52.937Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:52.937Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:30:52.937Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:52.937Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:30:52.937Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:52.937Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:30:52.937Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8e1efca3-7927-4501-bee0-2a617f24c335
Model Version:NULL
Model InvariantUuid:c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:5aba5e6f-66e8-4d3c-a851-63c82d7ef052
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1ff94cd1-9fe9-4ae5-a980-1a1e1b2632d2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8e2df050-e615-4b12-8885-0bc2918974d8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5f90f38d-b743-44e7-9bb4-47664a98b294
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c3746821-edc6-46c5-9d49-4b806f0a8043
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4b2e0425-525e-449f-89a9-c0ae203a9a06
ModelInvariantUuid:9f3016e7-b207-47c3-9b03-2525b59e1147
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:911bbea8-d1aa-47b3-8734-9278320fed20
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:ba4bd44b-701d-42b0-9e4c-8eae4d3663a9
ModelInvariantUuid:86808809-df6c-45db-aac7-626868d523b0
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:29fe16b0-3b99-42ec-b920-792763a1e6a4
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-05-31T01:30:52.943Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c9e4ef3b-c477-41a2-a565-d2f99cb3dbb5
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-05-31T01:30:52.945Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||basic_vm 0
2021-05-31T01:30:52.946Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c9e4ef3b-c477-41a2-a565-d2f99cb3dbb5
2021-05-31T01:30:52.946Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 17cb33b0-f184-4e42-a5a3-119dbd3fed77 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-31T01:30:52.946Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-31T01:30:52.946Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-31T01:30:53.320Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-31T01:30:53.321Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 17cb33b0-f184-4e42-a5a3-119dbd3fed77 787
2021-05-31T01:30:53.321Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-05-31T01:30:53.321Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-31T01:30:53.321Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-31T01:30:53.321Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:30:53.323Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:30:53.323Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424653321,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:53.423Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:30:53.424Z||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-05-31T01:30:53.424Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:30:53.433Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:30:53.433Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:30:54.323Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "5f90f38d-b743-44e7-9bb4-47664a98b294",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c3746821-edc6-46c5-9d49-4b806f0a8043",
"vfModuleModelCustomizationUUID": "61c21cab-0a2a-4d01-afc7-610bbaa00840",
"isBase": true,
"artifacts": [
"42ee058e-62c4-4acd-9644-0404ebf5eb3e",
"2d8773d5-4093-4dcb-b116-95c1756c1b88"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-31T01:30:54.327Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3746821-edc6-46c5-9d49-4b806f0a8043
VfModuleModelInvariantUUID:5f90f38d-b743-44e7-9bb4-47664a98b294
VfModuleModelDescription:NULL
Artifacts UUID List:{
42ee058e-62c4-4acd-9644-0404ebf5eb3e
,
2d8773d5-4093-4dcb-b116-95c1756c1b88
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-31T01:30:54.329Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "5f90f38d-b743-44e7-9bb4-47664a98b294",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c3746821-edc6-46c5-9d49-4b806f0a8043",
"vfModuleModelCustomizationUUID": "61c21cab-0a2a-4d01-afc7-610bbaa00840",
"isBase": true,
"artifacts": [
"42ee058e-62c4-4acd-9644-0404ebf5eb3e",
"2d8773d5-4093-4dcb-b116-95c1756c1b88"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-31T01:30:54.329Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3746821-edc6-46c5-9d49-4b806f0a8043
VfModuleModelInvariantUUID:5f90f38d-b743-44e7-9bb4-47664a98b294
VfModuleModelDescription:NULL
Artifacts UUID List:{
42ee058e-62c4-4acd-9644-0404ebf5eb3e
,
2d8773d5-4093-4dcb-b116-95c1756c1b88
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-31T01:30:54.329Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 42ee058e-62c4-4acd-9644-0404ebf5eb3e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-31T01:30:54.329Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-31T01:30:54.329Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-31T01:30:54.488Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-31T01:30:54.488Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 42ee058e-62c4-4acd-9644-0404ebf5eb3e 5033
2021-05-31T01:30:54.488Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-05-31T01:30:54.488Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-31T01:30:54.488Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-31T01:30:54.489Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:30:54.490Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:30:54.490Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424654488,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:54.591Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-31T01:30:54.591Z||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-05-31T01:30:54.591Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:30:54.599Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:30:54.599Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:30:55.491Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2d8773d5-4093-4dcb-b116-95c1756c1b88 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-31T01:30:55.491Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-31T01:30:55.491Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-31T01:30:55.657Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-31T01:30:55.657Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2d8773d5-4093-4dcb-b116-95c1756c1b88 903
2021-05-31T01:30:55.658Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-05-31T01:30:55.658Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-31T01:30:55.658Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-31T01:30:55.658Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-31T01:30:55.660Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-31T01:30:55.660Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a5716900-bdb2-4688-8b14-6160561f2832",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622424655658,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-05-31T01:30:55.760Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-31T01:30:55.760Z||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-05-31T01:30:55.761Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ...
2021-05-31T01:30:55.768Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-31T01:30:55.769Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-31T01:30:56.660Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8e1efca3-7927-4501-bee0-2a617f24c335
2021-05-31T01:30:56.661Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c9e4ef3b-c477-41a2-a565-d2f99cb3dbb5 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-05-31T01:30:56.671Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:56.671Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:30:56.671Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-05-31T01:30:56.671Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 8e2df050-e615-4b12-8885-0bc2918974d8
2021-05-31T01:30:56.671Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8e2df050-e615-4b12-8885-0bc2918974d8 matches Tosca VF Customization UUID: 8e2df050-e615-4b12-8885-0bc2918974d8
2021-05-31T01:30:56.671Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 8e2df050-e615-4b12-8885-0bc2918974d8 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-05-31T01:30:56.673Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:56.673Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:30:56.673Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 8e2df050-e615-4b12-8885-0bc2918974d8: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-05-31T01:30:56.673Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2432de44
2021-05-31T01:30:56.673Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:56.674Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-31T01:30:56.674Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 61c21cab-0a2a-4d01-afc7-610bbaa00840
2021-05-31T01:30:56.674Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 61c21cab-0a2a-4d01-afc7-610bbaa00840
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-05-31T01:30:56.675Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:56.676Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-31T01:30:56.676Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-31T01:30:56.676Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:56.676Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-31T01:30:56.676Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-31T01:30:56.676Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:56.676Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-31T01:30:56.676Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-31T01:30:56.677Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-31T01:30:56.677Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4b2e0425-525e-449f-89a9-c0ae203a9a06
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-05-31T01:30:56.678Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:56.678Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-31T01:30:56.678Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-31T01:30:56.678Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:56.679Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-31T01:30:56.679Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8e2df050-e615-4b12-8885-0bc2918974d8
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-05-31T01:30:56.680Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:56.680Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:30:56.680Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8e1efca3-7927-4501-bee0-2a617f24c335: basic_vm
2021-05-31T01:30:56.680Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:56.680Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:30:56.680Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:56.681Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:30:56.681Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:56.681Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:30:56.681Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-31T01:30:56.681Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-31T01:30:56.681Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery