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-20T23:31:31.607Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-4cdb5 with PID 14 (/app/app.jar started by so in /app)
2021-05-20T23:31:31.613Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-20T23:31:31.614Z||main|||||INFO|500||The following profiles are active: basic
2021-05-20T23:31:38.039Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-20T23:31:38.039Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-20T23:31:38.132Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-20T23:31:39.449Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-20T23:31:39.588Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-20T23:31:39.938Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-20T23:31:39.946Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-20T23:31:40.019Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-20T23:31:40.141Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-20T23:31:40.522Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-20T23:31:41.509Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-20T23:31:43.364Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-20T23:31:43.403Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-20T23:31:43.846Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-20T23:31:44.021Z||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-20T23:31:45.080Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-20T23:31:45.939Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-20T23:31:45.956Z||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$$7e4b9352.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-20T23:31:45.956Z||main|||||WARN|500||The sdc end point is not alive
2021-05-20T23:31:48.014Z||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-20T23:31:49.870Z||main|||||WARN|500||---
2021-05-20T23:31:49.870Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-20T23:31:49.870Z||main|||||WARN|500||---
2021-05-20T23:31:50.153Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-20T23:31:52.832Z||main|||||INFO|500||Started Application in 23.068 seconds (JVM running for 24.083)
2021-05-20T23:31:52.831Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:31:52.833Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:31:52.843Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:31:52.909Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:31:52.953Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9d81ccdb-d10c-482f-b50b-450f4a11381d url= /sdc/v1/artifactTypes
2021-05-20T23:31:52.953Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:31:54.061Z||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.42.10] 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-20T23:31:54.065Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d8a6029
2021-05-20T23:31:54.065Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T23:31:54.073Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T23:31:54.075Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T23:31:54.076Z||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-20T23:32:42.827Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:32:42.827Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:32:42.827Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:32:42.832Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:32:42.843Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35a352cb-59ae-49c3-bc7a-59c922ff34a1 url= /sdc/v1/artifactTypes
2021-05-20T23:32:42.844Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:32:43.885Z||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.42.10] 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-20T23:32:43.885Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d1805c
2021-05-20T23:32:43.885Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T23:32:43.886Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T23:32:43.886Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T23:32:43.886Z||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-20T23:33:32.827Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:33:32.827Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:33:32.827Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:33:32.830Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:33:32.835Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 485192ad-ab2c-4ba0-8bb2-aeb8178b5dc2 url= /sdc/v1/artifactTypes
2021-05-20T23:33:32.835Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:33:33.869Z||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.42.10] 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-20T23:33:33.869Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5ad7c2ab
2021-05-20T23:33:33.869Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T23:33:33.870Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T23:33:33.870Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T23:33:33.870Z||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-20T23:34:22.827Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:34:22.827Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:34:22.827Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:34:22.830Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:34:22.834Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b188629d-cd55-43f1-9c8c-20e3ea5362d0 url= /sdc/v1/artifactTypes
2021-05-20T23:34:22.835Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:34:23.853Z||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.42.10] 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-20T23:34:23.853Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a7024b3
2021-05-20T23:34:23.853Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T23:34:23.854Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T23:34:23.854Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T23:34:23.854Z||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-20T23:35:12.827Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:35:12.828Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:35:12.828Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:35:12.831Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:35:12.839Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8891781b-f37f-4020-af36-ef411835b1aa url= /sdc/v1/artifactTypes
2021-05-20T23:35:12.839Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:35:13.869Z||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.42.10] 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-20T23:35:13.869Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69469dd0
2021-05-20T23:35:13.869Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T23:35:13.869Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T23:35:13.870Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T23:35:13.870Z||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-20T23:36:02.827Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:36:02.827Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:36:02.827Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:36:02.830Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:36:02.835Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 49a95814-be7a-4871-b287-8e1bc4377290 url= /sdc/v1/artifactTypes
2021-05-20T23:36:02.835Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:36:03.853Z||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.42.10] 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-20T23:36:03.853Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49ad7cc
2021-05-20T23:36:03.853Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T23:36:03.853Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T23:36:03.854Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T23:36:03.854Z||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-20T23:36:52.828Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:36:52.829Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:36:52.829Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:36:52.832Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:36:52.838Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= afb8e9f5-ed52-44b0-92e3-cd82d03c1cf9 url= /sdc/v1/artifactTypes
2021-05-20T23:36:52.838Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:36:53.871Z||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.42.10] 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-20T23:36:53.872Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ad19548
2021-05-20T23:36:53.872Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T23:36:53.872Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T23:36:53.872Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T23:36:53.873Z||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-20T23:37:42.827Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:37:42.828Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:37:42.829Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:37:42.834Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:37:42.839Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 78e2d5c3-a164-4dc4-95f5-bc85a2d647b8 url= /sdc/v1/artifactTypes
2021-05-20T23:37:42.839Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:37:43.885Z||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.42.10] 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-20T23:37:43.886Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48377dc9
2021-05-20T23:37:43.886Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T23:37:43.887Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T23:37:43.887Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T23:37:43.887Z||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-20T23:38:32.828Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T23:38:32.829Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T23:38:32.829Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T23:38:32.831Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T23:38:32.836Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 74a2e2d2-1277-4386-8552-e58af33b58c2 url= /sdc/v1/artifactTypes
2021-05-20T23:38:32.837Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T23:38:33.035Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-20T23:38:33.049Z||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-20T23:38:33.076Z||scheduling-1|||||DEBUG|500||create keys
2021-05-20T23:38:33.083Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-20T23:38:33.109Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:38:33.125Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 20624aab-f751-473b-acee-be28eb1ff60d url= /sdc/v1/registerForDistribution
2021-05-20T23:38:33.245Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 20624aab-f751-473b-acee-be28eb1ff60d url= /sdc/v1/registerForDistribution
2021-05-20T23:38:33.246Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-20T23:38:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:38:33.255Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:38:33.259Z||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-20T23:38:33.259Z||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-20T23:38:33.259Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:38:33.259Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:38:33.260Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-20T23:38:43.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:38:43.494Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:39:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:39:33.253Z||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-20T23:39:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:39:33.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:39:33.256Z||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-20T23:39:33.256Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:39:42.805Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:39:42.806Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:40:33.253Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:40:33.254Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:40:33.254Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:40:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:40:33.255Z||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-20T23:40:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:40:42.809Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:40:42.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:41:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:41:33.253Z||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-20T23:41:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:41:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:41:33.255Z||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-20T23:41:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:41:42.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:41:42.807Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:41:52.163Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-20T23:42:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:42:33.253Z||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-20T23:42:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:42:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:42:33.255Z||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-20T23:42:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:42:42.806Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:42:42.809Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:43:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:43:33.253Z||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-20T23:43:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:43:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:43:33.255Z||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-20T23:43:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:43:42.804Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:43:42.806Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:44:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:44:33.253Z||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-20T23:44:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:44:33.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:44:33.255Z||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-20T23:44:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:44:42.800Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:44:42.800Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:45:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:45:33.253Z||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-20T23:45:33.254Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:45:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:45:33.255Z||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-20T23:45:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:45:42.800Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:45:42.802Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:46:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:46:33.254Z||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-20T23:46:33.254Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:46:33.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:46:33.255Z||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-20T23:46:33.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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:46:42.798Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:46:42.800Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:47:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:47:33.253Z||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-20T23:47:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:47:33.255Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:47:33.256Z||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-20T23:47:33.256Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:47:42.799Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:47:42.799Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:48:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:48:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:48:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:48:33.254Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:48:33.255Z||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-20T23:48:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:48:42.802Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:48:42.803Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:49:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:49:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:49:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:49:33.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:49:33.255Z||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-20T23:49:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:49:42.801Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:49:42.801Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:50:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:50:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:50:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:50:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:50:33.255Z||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-20T23:50:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:50:42.805Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:50:42.804Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:51:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:51:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:51:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:51:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:51:33.255Z||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-20T23:51:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:51:42.800Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:51:42.800Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:52:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:52:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:52:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:52:33.254Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:52:33.255Z||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-20T23:52:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:52:42.804Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:52:42.811Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:53:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:53:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T23:53:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-20T23:53:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:53:33.255Z||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-20T23:53:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:53:42.799Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:53:42.799Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:54:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:54:33.253Z||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-20T23:54:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:54:33.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:54:33.255Z||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-20T23:54:33.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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:54:42.800Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:54:42.805Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:55:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:55:33.253Z||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-20T23:55:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:55:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:55:33.255Z||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-20T23:55:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:55:42.800Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:55:42.804Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:56:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:56:33.253Z||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-20T23:56:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:56:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:56:33.255Z||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-20T23:56:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:56:42.797Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:56:42.798Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:57:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:57:33.253Z||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-20T23:57:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:57:33.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:57:33.255Z||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-20T23:57:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:57:42.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:57:42.802Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:58:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:58:33.253Z||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-20T23:58:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:58:33.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:58:33.255Z||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-20T23:58:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:58:42.801Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:58:42.802Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:59:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:59:33.253Z||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-20T23:59:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:59:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T23:59:33.255Z||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-20T23:59:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-20T23:59:42.821Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T23:59:42.826Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:00:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:00:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:00:33.255Z||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-21T00:00:33.255Z||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-21T00:00:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:00:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:00:42.803Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:00:42.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:01:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:01:33.253Z||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-21T00:01:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:01:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:01:33.255Z||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-21T00:01:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:01:42.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:01:42.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:02:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:02:33.253Z||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-21T00:02:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:02:33.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:02:33.255Z||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-21T00:02:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:02:42.794Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:02:42.797Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:03:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:03:33.253Z||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-21T00:03:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:03:33.254Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:03:33.255Z||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-21T00:03:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:03:42.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:03:42.804Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:04:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:04:33.253Z||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-21T00:04:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:04:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:04:33.255Z||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-21T00:04:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:04:42.802Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:04:42.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:05:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:05:33.253Z||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-21T00:05:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:05:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:05:33.254Z||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-21T00:05:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:05:42.801Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:05:42.803Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:06:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:06:33.253Z||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-21T00:06:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:06:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:06:33.255Z||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-21T00:06:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:06:42.794Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:06:42.796Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:07:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:07:33.253Z||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-21T00:07:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:07:33.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:07:33.255Z||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-21T00:07:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:07:42.800Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:07:42.800Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:08:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:08:33.253Z||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-21T00:08:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:08:33.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:08:33.255Z||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-21T00:08:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:08:42.796Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:08:42.799Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:09:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:09:33.253Z||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-21T00:09:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:09:33.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:09:33.255Z||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-21T00:09:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:09:42.803Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:09:42.805Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:10:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:10:33.253Z||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-21T00:10:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:10:33.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:10:33.255Z||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-21T00:10:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:10:42.796Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:10:42.796Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:11:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:11:33.254Z||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-21T00:11:33.254Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:11:33.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:11:33.255Z||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-21T00:11:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:11:42.800Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:11:42.801Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:12:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:12:33.254Z||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-21T00:12:33.254Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:12:33.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:12:33.255Z||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-21T00:12:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:12:42.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:12:42.809Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:13:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:13:33.253Z||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-21T00:13:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:13:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:13:33.255Z||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-21T00:13:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:13:42.797Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:13:42.799Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:14:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:14:33.253Z||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-21T00:14:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:14:33.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:14:33.255Z||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-21T00:14:33.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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:14:42.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:14:42.805Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:15:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:15:33.253Z||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-21T00:15:33.254Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:15:33.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:15:33.255Z||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-21T00:15:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:15:42.799Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:15:42.800Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:16:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:16:33.253Z||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-21T00:16:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:16:33.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:16:33.255Z||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-21T00:16:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:16:42.793Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:16:42.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:17:33.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:17:33.253Z||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-21T00:17:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:17:33.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:17:33.255Z||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-21T00:17:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:17:42.795Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:17:42.795Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:18:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:18:33.253Z||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-21T00:18:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:18:33.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:18:33.255Z||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-21T00:18:33.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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:18:42.797Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:18:42.798Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:19:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:19:33.253Z||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-21T00:19:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:19:33.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:19:33.255Z||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-21T00:19:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:19:42.793Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:19:42.794Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:20:33.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:20:33.253Z||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-21T00:20:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:20:33.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:20:33.255Z||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-21T00:20:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:20:42.798Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:20:42.798Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:21:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:21:33.253Z||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-21T00:21:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:21:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:21:33.255Z||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-21T00:21:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:21:42.797Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:21:42.797Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:22:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:22:33.253Z||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-21T00:22:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:22:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:22:33.255Z||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-21T00:22:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:22:42.801Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:22:42.801Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:23:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:23:33.253Z||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-21T00:23:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:23:33.254Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:23:33.255Z||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-21T00:23:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:23:42.800Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:23:42.806Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:24:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:24:33.253Z||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-21T00:24:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:24:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:24:33.255Z||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-21T00:24:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:24:42.795Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:24:42.799Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:25:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:25:33.253Z||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-21T00:25:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:25:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:25:33.255Z||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-21T00:25:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:25:42.792Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:25:42.795Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:26:33.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:26:33.253Z||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-21T00:26:33.253Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:26:33.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:26:33.255Z||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-21T00:26:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:26:42.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:26:42.798Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:27:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:27:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:27:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:27:33.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:27:33.255Z||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-21T00:27:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:27:42.796Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:27:42.797Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:28:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:28:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:28:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:28:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:28:33.255Z||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-21T00:28:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:28:42.799Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:28:42.799Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:29:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:29:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:29:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:29:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:29:33.254Z||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-21T00:29:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:29:42.794Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:29:42.797Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:30:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:30:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:30:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:30:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:30:33.255Z||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-21T00:30:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:30:42.798Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:30:42.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:31:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:31:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:31:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:31:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:31:33.255Z||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-21T00:31:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:31:42.794Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:31:42.799Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:32:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:32:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:32:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:32:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:32:33.255Z||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-21T00:32:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:32:42.799Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:32:42.799Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:33:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:33:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:33:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:33:33.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:33:33.255Z||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-21T00:33:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:33:42.795Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:33:42.795Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:34:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:34:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:34:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:34:33.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:34:33.254Z||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-21T00:34:33.254Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:34:42.795Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:34:42.801Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:33.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:35:33.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:35:33.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:35:33.255Z||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-21T00:35:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:33.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:33.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2fcef395-2442-40a9-8838-99dddc890473","serviceName":"vFW 2021-05-21 00-32-00","serviceVersion":"1.0","serviceUUID":"6aa4edfd-4b47-4946-a2fb-1720c9daa6ef","serviceDescription":"catalog service description","serviceInvariantUUID":"0343ef19-06a2-4f42-8466-e3f5da3a90c1","resources":[{"resourceInstanceName":"vFW cbf6ce7e-9b84 0","resourceName":"vFW cbf6ce7e-9b84","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"309e53e3-fed9-4650-98d2-7896471f1b98","resourceInvariantUUID":"4c53f96b-99db-4198-a2ce-e1a669a83fe5","resourceCustomizationUUID":"e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml","artifactChecksum":"OTliY2ZmMDg4N2NjNzNjNWYzZmI0M2ExY2UwYTY1M2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"40c23f41-deb8-41be-a752-35dae722eab2","artifactVersion":"1"},{"artifactName":"vfwcbf6ce7e9b840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json","artifactChecksum":"ZjdjNDI1YWVhM2NmYWZhZDczZDVhZTc5MTE5NzMxMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"356dbd3a-a6ef-4099-86ee-9d7e49dc28d9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"626cc2ae-a516-4d0b-8e23-49f83554b38c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml","artifactChecksum":"YzZlNDg3NDdkMDRmNTc1ZmY0Y2VjMTQ2OTAzYTk5MDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74150a11-1787-48e8-bb79-10cbafa06aff","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"28d761e1-12bd-4e07-9065-26db06de76f0","artifactVersion":"2","generatedFromUUID":"626cc2ae-a516-4d0b-8e23-49f83554b38c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210521003200-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml","artifactChecksum":"NTdhODM5YmEwZDM2ZDU3MDQ1MTNmNjUxYjA5ZTQzMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ffd468e-e2fe-4769-af73-323c6847971d","artifactVersion":"1"},{"artifactName":"service-Vfw20210521003200-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar","artifactChecksum":"YWRiNDg0ZTQ5YWFkZTI5MTM2ODNmMGY0NzFkMzg5Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cbc51aa0-1489-453a-95e4-585f030cb8db","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-21T00:35:33.884Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:35:33.886Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:33.890Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:33.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "cds",
"timestamp": 1621557294235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.899Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:33.900Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557333252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "dcae-sch",
"timestamp": 1621557303507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "ves-openapi-manager",
"timestamp": 1621557303317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "aai-ml",
"timestamp": 1621557294128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "clamp",
"timestamp": 1621557304294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "cds",
"timestamp": 1621557294235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "dcae-sch",
"timestamp": 1621557303507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "ves-openapi-manager",
"timestamp": 1621557303317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "aai-ml",
"timestamp": 1621557294128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "clamp",
"timestamp": 1621557304294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "NOTIFIED"
}
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "cds",
"timestamp": 1621557294235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "dcae-sch",
"timestamp": 1621557303507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "ves-openapi-manager",
"timestamp": 1621557303317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "aai-ml",
"timestamp": 1621557294128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "clamp",
"timestamp": 1621557304294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557306492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "cds",
"timestamp": 1621557294235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "ves-openapi-manager",
"timestamp": 1621557303317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "dcae-sch",
"timestamp": 1621557303507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "aai-ml",
"timestamp": 1621557294128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "clamp",
"timestamp": 1621557304294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557306492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "cds",
"timestamp": 1621557294235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "ves-openapi-manager",
"timestamp": 1621557303317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "dcae-sch",
"timestamp": 1621557303507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "aai-ml",
"timestamp": 1621557294128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557307905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557308143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "clamp",
"timestamp": 1621557304294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557306492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "cds",
"timestamp": 1621557294235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "dcae-sch",
"timestamp": 1621557303507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "ves-openapi-manager",
"timestamp": 1621557303317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "aai-ml",
"timestamp": 1621557294128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557307905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "NOTIFIED"
}
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557308143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "NOTIFIED"
}
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "clamp",
"timestamp": 1621557304294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557306492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "cds",
"timestamp": 1621557294235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "ves-openapi-manager",
"timestamp": 1621557303317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "dcae-sch",
"timestamp": 1621557303507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "aai-ml",
"timestamp": 1621557294128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557307905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-21T00:35:33.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557308143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "clamp",
"timestamp": 1621557304294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557306492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557307905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557308143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557306492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557307905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557308143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557306492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "cds",
"timestamp": 1621557313251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "aai-ml",
"timestamp": 1621557313253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557307905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557308143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:33.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "cds",
"timestamp": 1621557314274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:35:34.000Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
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-21T00:35:34.003Z||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-21T00:35:34.003Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:34.014Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:34.014Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:35:34.050Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2fcef395-2442-40a9-8838-99dddc890473
2021-05-21T00:35:34.065Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcef395-2442-40a9-8838-99dddc890473 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-21T00:35:34.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557313710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:34.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "policy-id",
"timestamp": 1621557313798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557307905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557308143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557313710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "NOTIFIED"
}
2021-05-21T00:35:34.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "policy-id",
"timestamp": 1621557313798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557316042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557313710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "policy-id",
"timestamp": 1621557313798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557313710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:34.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "policy-id",
"timestamp": 1621557313798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557313710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "policy-id",
"timestamp": 1621557313798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557318657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557319020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557313710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "policy-id",
"timestamp": 1621557313798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557313710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "policy-id",
"timestamp": 1621557313798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557321041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557321323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557321397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "policy-id",
"timestamp": 1621557322033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557322115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557322402,
"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-21T00:35:34.103Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2fcef395-2442-40a9-8838-99dddc890473
2021-05-21T00:35:34.103Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcef395-2442-40a9-8838-99dddc890473 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-21T00:35:34.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557322838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "policy-id",
"timestamp": 1621557323039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557323293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557323965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "policy-id",
"timestamp": 1621557324042,
"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-21T00:35:34.115Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fcef395-2442-40a9-8838-99dddc890473
2021-05-21T00:35:34.115Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcef395-2442-40a9-8838-99dddc890473 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-21T00:35:34.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557324300,
"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-21T00:35:34.127Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fcef395-2442-40a9-8838-99dddc890473
2021-05-21T00:35:34.127Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcef395-2442-40a9-8838-99dddc890473 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-21T00:35:34.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557324400,
"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-21T00:35:34.139Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fcef395-2442-40a9-8838-99dddc890473
2021-05-21T00:35:34.139Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcef395-2442-40a9-8838-99dddc890473 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-21T00:35:34.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557325179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.145Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557325304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "DEPLOY_OK"
}
2021-05-21T00:35:34.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557325404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "DEPLOY_OK"
}
2021-05-21T00:35:34.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557326183,
"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-21T00:35:34.150Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fcef395-2442-40a9-8838-99dddc890473
2021-05-21T00:35:34.150Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcef395-2442-40a9-8838-99dddc890473 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-21T00:35:34.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "clamp",
"timestamp": 1621557326561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "aai-ml",
"timestamp": 1621557327016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557327188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "DEPLOY_OK"
}
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "aai-ml",
"timestamp": 1621557328020,
"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-21T00:35:34.161Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2fcef395-2442-40a9-8838-99dddc890473
2021-05-21T00:35:34.161Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcef395-2442-40a9-8838-99dddc890473 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-21T00:35:34.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "clamp",
"timestamp": 1621557328564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-21T00:35:34.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:35:34.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:35:34.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "clamp",
"timestamp": 1621557329568,
"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-21T00:35:34.174Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2fcef395-2442-40a9-8838-99dddc890473
2021-05-21T00:35:34.174Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcef395-2442-40a9-8838-99dddc890473 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-21T00:35:34.904Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:35:34.904Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:34.906Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:34.906Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557333252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "NOTIFIED"
}
2021-05-21T00:35:35.006Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:35.007Z||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-21T00:35:35.007Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:35.018Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:35.018Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:35:35.907Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:35:35.908Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:35.909Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:35.910Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557333252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-21T00:35:36.010Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:36.011Z||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-21T00:35:36.011Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:36.022Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:36.022Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:36.910Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:35:36.911Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:36.913Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:36.913Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557333252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:37.013Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:37.014Z||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-21T00:35:37.014Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:37.026Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:37.026Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:35:37.914Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:35:37.915Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:37.916Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:37.916Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557333252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-21T00:35:38.016Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:38.017Z||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-21T00:35:38.017Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:38.028Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:38.028Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:38.917Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:35:38.918Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:38.919Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:38.919Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557333252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:35:39.019Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:39.020Z||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-21T00:35:39.020Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:39.032Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:39.032Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:39.920Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:35:39.920Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:39.922Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:39.922Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557333252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:35:40.022Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:40.023Z||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-21T00:35:40.023Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:40.037Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:40.037Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:35:40.924Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"serviceName": "vFW 2021-05-21 00-32-00",
"serviceVersion": "1.0",
"serviceUUID": "6aa4edfd-4b47-4946-a2fb-1720c9daa6ef",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0343ef19-06a2-4f42-8466-e3f5da3a90c1",
"resources": [
{
"resourceInstanceName": "vFW cbf6ce7e-9b84 0",
"resourceCustomizationUUID": "e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7",
"resourceName": "vFW cbf6ce7e-9b84",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "309e53e3-fed9-4650-98d2-7896471f1b98",
"resourceInvariantUUID": "4c53f96b-99db-4198-a2ce-e1a669a83fe5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcbf6ce7e9b840_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"artifactChecksum": "ZjdjNDI1YWVhM2NmYWZhZDczZDVhZTc5MTE5NzMxMDA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "356dbd3a-a6ef-4099-86ee-9d7e49dc28d9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "626cc2ae-a516-4d0b-8e23-49f83554b38c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "28d761e1-12bd-4e07-9065-26db06de76f0",
"generatedFromUUID": "626cc2ae-a516-4d0b-8e23-49f83554b38c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "28d761e1-12bd-4e07-9065-26db06de76f0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210521003200-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"artifactChecksum": "YWRiNDg0ZTQ5YWFkZTI5MTM2ODNmMGY0NzFkMzg5Yzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cbc51aa0-1489-453a-95e4-585f030cb8db"
}
],
"workloadContext": "Production"
}
2021-05-21T00:35:40.925Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-21T00:35:40.925Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6aa4edfd-4b47-4946-a2fb-1720c9daa6ef ASDC
2021-05-21T00:35:41.016Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2fcef395-2442-40a9-8838-99dddc890473
ServiceName:vFW 2021-05-21 00-32-00
ServiceVersion:1.0
ServiceUUID:6aa4edfd-4b47-4946-a2fb-1720c9daa6ef
ServiceInvariantUUID:0343ef19-06a2-4f42-8466-e3f5da3a90c1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210521003200-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar
ArtifactUUID:cbc51aa0-1489-453a-95e4-585f030cb8db
ArtifactChecksum:YWRiNDg0ZTQ5YWFkZTI5MTM2ODNmMGY0NzFkMzg5Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cbf6ce7e-9b84 0
ResourceCustomizationUUID:e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7
ResourceInvariantUUID:4c53f96b-99db-4198-a2ce-e1a669a83fe5
ResourceName:vFW cbf6ce7e-9b84
ResourceType:VF
ResourceUUID:309e53e3-fed9-4650-98d2-7896471f1b98
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcbf6ce7e9b840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json
ArtifactUUID:356dbd3a-a6ef-4099-86ee-9d7e49dc28d9
ArtifactChecksum:ZjdjNDI1YWVhM2NmYWZhZDczZDVhZTc5MTE5NzMxMDA=
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/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml
ArtifactUUID:626cc2ae-a516-4d0b-8e23-49f83554b38c
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/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env
ArtifactUUID:28d761e1-12bd-4e07-9065-26db06de76f0
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/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env
ArtifactUUID:28d761e1-12bd-4e07-9065-26db06de76f0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-21T00:35:41.016Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6aa4edfd-4b47-4946-a2fb-1720c9daa6ef 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-21T00:35:41.063Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:35:41.064Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:35:41.065Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:35:41.065Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cbc51aa0-1489-453a-95e4-585f030cb8db from URL: /sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:41.065Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:35:41.066Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:41.805Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:35:41.821Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar cbc51aa0-1489-453a-95e4-585f030cb8db 110299
2021-05-21T00:35:41.821Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar ASDC sendASDCNotification
2021-05-21T00:35:41.822Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:41.822Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:35:41.823Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:41.825Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:41.825Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557341821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:41.925Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:41.926Z||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-21T00:35:41.926Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:41.936Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:41.936Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:42.825Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:35:42.826Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:35:42.827Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cbc51aa0-1489-453a-95e4-585f030cb8db, URL: /sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar to file: /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:42.827Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210521003200-csar.csar
2021-05-21T00:35:42.927Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:42.927Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:43.329Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1810875788045044604/Definitions/service-Vfw20210521003200-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-05-21T00:35:45.766Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-21T00:35:45.770Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-21T00:35:45.770Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.770Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-21T00:35:45.770Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||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-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.770Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||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-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.770Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.770Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cbf6ce7e-9b84 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||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-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||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-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cbf6ce7e-9b84 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-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:45.771Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-21T00:35:45.776Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:45.777Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:45.780Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:45.780Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-21T00:35:45.782Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:35:45.783Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:45.783Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:45.783Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:45.783Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-21T00:35:45.783Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:35:45.784Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:45.784Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:45.787Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:45.787Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is not matching search criteria
2021-05-21T00:35:45.787Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-21T00:35:45.787Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-21T00:35:45.787Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.787Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.787Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.788Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-21T00:35:45.789Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.789Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-21T00:35:45.789Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:45.789Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-21T00:35:45.790Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:45.790Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:45.790Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:35:45.790Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:45.791Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:45.791Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:35:45.791Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:45.791Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:45.791Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:35:45.791Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:45.791Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is not matching search criteria
2021-05-21T00:35:45.792Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-21T00:35:45.792Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-21T00:35:45.792Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-21T00:35:45.792Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-21T00:35:45.792Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-21T00:35:45.792Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.792Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.792Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-21T00:35:45.793Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.793Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-21T00:35:45.793Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.793Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=895bc348-9b44-4192-b39e-e8ae8ca5ce10
2021-05-21T00:35:45.793Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:45.793Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is not matching search criteria
2021-05-21T00:35:45.793Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-21T00:35:45.793Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.794Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-21T00:35:45.795Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.795Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ff5da15b-e330-4681-a87e-9a08bd21bd74
2021-05-21T00:35:45.795Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:45.795Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is not matching search criteria
2021-05-21T00:35:45.795Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-21T00:35:45.795Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-21T00:35:45.795Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-21T00:35:45.796Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa721fcb-c6af-4dd2-b048-503d2f39823c
2021-05-21T00:35:45.797Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:45.797Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:45.806Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:45.806Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:45.807Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:45.807Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:45.807Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:45.807Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:45.807Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-21 00-32-00
Description:catalog service description
Model UUID:6aa4edfd-4b47-4946-a2fb-1720c9daa6ef
Model Version:NULL
Model InvariantUuid:0343ef19-06a2-4f42-8466-e3f5da3a90c1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cbf6ce7e-9b84
Model UUID:e21e3f66-13b5-45d0-baec-4ccd7423647e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4c53f96b-99db-4198-a2ce-e1a669a83fe5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fde312a2-6387-416d-9db5-c70b8818856f
ModelName:VfwCbf6ce7e9b84..base_vfw..module-0
ModelUuid:5d79f895-eb07-47e5-8573-bf9d2510393c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:895bc348-9b44-4192-b39e-e8ae8ca5ce10
ModelInvariantUuid:f40f021e-2fdc-4eae-b970-57bcdd0c3501
ModelName:vFW cbf6ce7e-9b84-nodes.vfwCvfc
ModelUuid:3b7f045c-7273-46d0-9538-ab48d456834c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f25b0b4b-0e33-4b43-8ab8-ae12977bf152
ModelInvariantUuid:7e382d75-0cb3-456a-a385-592467a07b00
ModelName:VfwCbf6ce7e9b84.compute.nodes.heat.vfw
ModelUuid:64299c82-6c44-4185-8b8c-32dd6a40d978
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ff5da15b-e330-4681-a87e-9a08bd21bd74
ModelInvariantUuid:3bd51e50-bd37-43f5-af57-001e41dd5545
ModelName:vFW cbf6ce7e-9b84-nodes.vsnCvfc
ModelUuid:3513110b-baf7-4827-ac05-8e380b1d6cfd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:45ae98db-4bfd-4099-b4af-85a8724c973c
ModelInvariantUuid:3d0c00b3-671c-44f7-b9c7-5d95291b4432
ModelName:VfwCbf6ce7e9b84.compute.nodes.heat.vsn
ModelUuid:87e5ad03-afc6-4b60-b1e8-f2413e2b20d5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:aa721fcb-c6af-4dd2-b048-503d2f39823c
ModelInvariantUuid:7fcf114c-8899-426a-a799-6d1943a8add3
ModelName:vFW cbf6ce7e-9b84-nodes.vpgCvfc
ModelUuid:825b8a78-e5a7-4398-a98a-88e8ae7c013a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9739972c-d7b8-4459-98c6-7dcbc4b7f954
ModelInvariantUuid:930bc32a-468b-4a8b-886e-0543418a2ca0
ModelName:VfwCbf6ce7e9b84.compute.nodes.heat.vpg
ModelUuid:4b6f2a9b-2365-4156-9949-656687983bd7
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-21T00:35:45.816Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 309e53e3-fed9-4650-98d2-7896471f1b98
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-21T00:35:45.889Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||vFW cbf6ce7e-9b84 0
2021-05-21T00:35:45.894Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 309e53e3-fed9-4650-98d2-7896471f1b98
2021-05-21T00:35:45.895Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 356dbd3a-a6ef-4099-86ee-9d7e49dc28d9 from URL: /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json
2021-05-21T00:35:45.895Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:35:45.895Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json
2021-05-21T00:35:46.116Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:35:46.117Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json 356dbd3a-a6ef-4099-86ee-9d7e49dc28d9 785
2021-05-21T00:35:46.117Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json ASDC sendASDCNotification
2021-05-21T00:35:46.117Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json
2021-05-21T00:35:46.117Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:35:46.117Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:46.119Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:46.119Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557346117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:46.219Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:46.220Z||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-21T00:35:46.220Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:46.232Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:46.232Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:47.120Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCbf6ce7e9b84..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fde312a2-6387-416d-9db5-c70b8818856f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5d79f895-eb07-47e5-8573-bf9d2510393c",
"vfModuleModelCustomizationUUID": "a8a0b337-dc07-4008-82f1-bacef14476aa",
"isBase": true,
"artifacts": [
"626cc2ae-a516-4d0b-8e23-49f83554b38c",
"28d761e1-12bd-4e07-9065-26db06de76f0"
],
"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-21T00:35:47.139Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCbf6ce7e9b84..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d79f895-eb07-47e5-8573-bf9d2510393c
VfModuleModelInvariantUUID:fde312a2-6387-416d-9db5-c70b8818856f
VfModuleModelDescription:NULL
Artifacts UUID List:{
626cc2ae-a516-4d0b-8e23-49f83554b38c
,
28d761e1-12bd-4e07-9065-26db06de76f0
}
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-21T00:35:47.142Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCbf6ce7e9b84..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fde312a2-6387-416d-9db5-c70b8818856f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5d79f895-eb07-47e5-8573-bf9d2510393c",
"vfModuleModelCustomizationUUID": "a8a0b337-dc07-4008-82f1-bacef14476aa",
"isBase": true,
"artifacts": [
"626cc2ae-a516-4d0b-8e23-49f83554b38c",
"28d761e1-12bd-4e07-9065-26db06de76f0"
],
"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-21T00:35:47.142Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCbf6ce7e9b84..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d79f895-eb07-47e5-8573-bf9d2510393c
VfModuleModelInvariantUUID:fde312a2-6387-416d-9db5-c70b8818856f
VfModuleModelDescription:NULL
Artifacts UUID List:{
626cc2ae-a516-4d0b-8e23-49f83554b38c
,
28d761e1-12bd-4e07-9065-26db06de76f0
}
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-21T00:35:47.142Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 626cc2ae-a516-4d0b-8e23-49f83554b38c from URL: /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml
2021-05-21T00:35:47.143Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:35:47.143Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml
2021-05-21T00:35:48.830Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:35:48.830Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml 626cc2ae-a516-4d0b-8e23-49f83554b38c 20368
2021-05-21T00:35:48.831Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-21T00:35:48.831Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml
2021-05-21T00:35:48.831Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:35:48.831Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:48.832Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:48.832Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557348831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:48.933Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:48.933Z||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-21T00:35:48.934Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:48.944Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:48.945Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:49.833Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 28d761e1-12bd-4e07-9065-26db06de76f0 from URL: /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env
2021-05-21T00:35:49.834Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:35:49.834Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env
2021-05-21T00:35:51.410Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:35:51.410Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env 28d761e1-12bd-4e07-9065-26db06de76f0 2098
2021-05-21T00:35:51.411Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-21T00:35:51.411Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env
2021-05-21T00:35:51.411Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:35:51.411Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:51.413Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:51.413Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557351411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:35:51.513Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:51.514Z||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-21T00:35:51.514Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:51.524Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:51.525Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:52.414Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 6aa4edfd-4b47-4946-a2fb-1720c9daa6ef
2021-05-21T00:35:52.414Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cbf6ce7e-9b84 0 309e53e3-fed9-4650-98d2-7896471f1b98 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:35:52.445Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.446Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:52.446Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-05-21T00:35:52.446Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7
2021-05-21T00:35:52.446Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7 matches Tosca VF Customization UUID: e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7
2021-05-21T00:35:52.446Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7 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-21T00:35:52.452Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.453Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:52.454Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7: {\"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-21T00:35:52.454Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@347cf0cd
2021-05-21T00:35:52.454Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.454Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-21T00:35:52.455Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a8a0b337-dc07-4008-82f1-bacef14476aa
2021-05-21T00:35:52.456Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a8a0b337-dc07-4008-82f1-bacef14476aa
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-21T00:35:52.461Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.461Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:52.461Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:35:52.462Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.462Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:52.462Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:35:52.463Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.463Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is not matching search criteria
2021-05-21T00:35:52.463Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-21T00:35:52.463Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-21T00:35:52.463Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-21T00:35:52.464Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-21T00:35:52.464Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-21T00:35:52.464Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:52.464Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:52.465Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-21T00:35:52.465Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:52.465Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-21T00:35:52.465Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:52.465Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=895bc348-9b44-4192-b39e-e8ae8ca5ce10
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-21T00:35:52.476Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.476Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:52.476Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:35:52.476Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.477Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is not matching search criteria
2021-05-21T00:35:52.477Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-21T00:35:52.477Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-21T00:35:52.477Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:52.477Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:52.477Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-21T00:35:52.478Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:52.478Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-21T00:35:52.478Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-21T00:35:52.478Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-21T00:35:52.478Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:52.478Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-21T00:35:52.479Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:52.479Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ff5da15b-e330-4681-a87e-9a08bd21bd74
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-21T00:35:52.482Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.482Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:52.482Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:35:52.484Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.485Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is not matching search criteria
2021-05-21T00:35:52.485Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-21T00:35:52.485Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-21T00:35:52.485Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:52.485Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:52.485Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-21T00:35:52.488Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-21T00:35:52.488Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-21T00:35:52.489Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-21T00:35:52.489Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-21T00:35:52.489Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-21T00:35:52.489Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-21T00:35:52.489Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-21T00:35:52.489Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa721fcb-c6af-4dd2-b048-503d2f39823c
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-21T00:35:52.492Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.492Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:52.492Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:35:52.492Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.493Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Node template vFW cbf6ce7e-9b84 0 is matching search criteria
2021-05-21T00:35:52.493Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cbf6ce7e-9b84 0] matching following query criteria: sdcType=VF, customizationUUID=e4d80cb9-a3dd-4cf7-93b5-dcb8955aa5e7
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-21T00:35:52.495Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.495Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:52.495Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 6aa4edfd-4b47-4946-a2fb-1720c9daa6ef: vFW cbf6ce7e-9b84
2021-05-21T00:35:52.495Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.496Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:52.496Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.496Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:52.496Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.496Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:52.497Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.497Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:52.497Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:35:52.497Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-21 00-32-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:35:52.497Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-05-21 00-32-00
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-21T00:35:52.744Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cbf6ce7e-9b84 309e53e3-fed9-4650-98d2-7896471f1b98 1 ASDC deployResourceStructure
2021-05-21T00:35:52.745Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json ASDC sendASDCNotification
2021-05-21T00:35:52.745Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json
2021-05-21T00:35:52.745Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:35:52.746Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:52.747Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:52.747Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557352745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "DEPLOY_OK"
}
2021-05-21T00:35:52.847Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:52.848Z||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-21T00:35:52.848Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:52.859Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:52.859Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:53.748Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-21T00:35:53.748Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml
2021-05-21T00:35:53.749Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:35:53.749Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:53.750Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:53.750Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557353748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-21T00:35:53.851Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:53.851Z||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-21T00:35:53.851Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:53.862Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:53.862Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:54.751Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-21T00:35:54.752Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env
2021-05-21T00:35:54.752Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:35:54.752Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:54.753Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:54.754Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557354751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-21T00:35:54.854Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:54.854Z||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-21T00:35:54.854Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:54.866Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:54.866Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:35:55.754Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar ASDC sendASDCNotification
2021-05-21T00:35:55.755Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar
2021-05-21T00:35:55.755Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:35:55.755Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:35:55.757Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:35:55.757Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557355754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-21T00:35:55.857Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:35:55.858Z||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-21T00:35:55.858Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:35:55.868Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:35:55.868Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:35:56.758Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fcef395-2442-40a9-8838-99dddc890473
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-21T00:35:56.772Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fcef395-2442-40a9-8838-99dddc890473
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-21T00:35:56.775Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:35:56.775Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-21T00:35:56.775Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-21T00:35:56.775Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-21T00:35:56.775Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:35:56.775Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:35:56.776Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:35:56.776Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:35:56.776Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:35:56.776Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:35:56.776Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:35:56.781Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-21T00:36:26.781Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2fcef395-2442-40a9-8838-99dddc890473 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-21T00:36:26.790Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2fcef395-2442-40a9-8838-99dddc890473 and serviceModelVersionId: 6aa4edfd-4b47-4946-a2fb-1720c9daa6ef
2021-05-21T00:36:26.790Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0343ef19-06a2-4f42-8466-e3f5da3a90c1
2021-05-21T00:36:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:36:33.255Z||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-21T00:36:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:33.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:36:33.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:36:33.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557333252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:36:33.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:36:37.411Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0343ef19-06a2-4f42-8466-e3f5da3a90c1/model-vers/model-ver/6aa4edfd-4b47-4946-a2fb-1720c9daa6ef?depth=0
2021-05-21T00:36:37.493Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-05-21T00:36:38.131Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0343ef19-06a2-4f42-8466-e3f5da3a90c1/model-vers/model-ver/6aa4edfd-4b47-4946-a2fb-1720c9daa6ef?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-21T00:36:38.135Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0343ef19-06a2-4f42-8466-e3f5da3a90c1/model-vers/model-ver/6aa4edfd-4b47-4946-a2fb-1720c9daa6ef?depth=0|INFO|500||Invoke
2021-05-21T00:36:38.244Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0343ef19-06a2-4f42-8466-e3f5da3a90c1/model-vers/model-ver/6aa4edfd-4b47-4946-a2fb-1720c9daa6ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-21T00:36:38.854Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0343ef19-06a2-4f42-8466-e3f5da3a90c1/model-vers/model-ver/6aa4edfd-4b47-4946-a2fb-1720c9daa6ef?depth=0|INFO|500||InvokeReturn
2021-05-21T00:36:38.856Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0343ef19-06a2-4f42-8466-e3f5da3a90c1/model-vers/model-ver/6aa4edfd-4b47-4946-a2fb-1720c9daa6ef?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210521-00:36:38:249-14259], vertex-id=[163848], Content-Length=[0], Date=[Fri, 21 May 2021 00:36:38 GMT], Content-Type=[application/json]}
2021-05-21T00:36:38.856Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-05-21T00:36:38.859Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-21T00:36:38.859Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||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-21T00:36:38.863Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-21T00:36:38.864Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2fcef395-2442-40a9-8838-99dddc890473 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-21T00:36:38.865Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-21T00:36:38.865Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:38.867Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:38.867Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557398864,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:36:38.967Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:38.968Z||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-21T00:36:38.968Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:38.979Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:36:38.979Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-21T00:36:39.878Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:36:39.878Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:36:39.878Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:40.500Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:36:40.501Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-21T00:36:40.501Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c11164b9-4ebe-46ec-8f58-b469856a2180","serviceName":"basic_onboard_LBjOXk","serviceVersion":"1.0","serviceUUID":"82bf8716-59f6-42ec-9bde-8e7d04554721","serviceDescription":"service","serviceInvariantUUID":"9063f4e5-e6c5-4030-905b-4cdc0073ec79","resources":[{"resourceInstanceName":"basic_onboard_LBjOXk 0","resourceName":"basic_onboard_LBjOXk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"170efabb-dd18-4544-be72-26b33962517a","resourceInvariantUUID":"872074ef-bb5a-4147-87ef-d02d7cdd642d","resourceCustomizationUUID":"a19ea63c-0e09-42a0-93ec-c72f57e7ada8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml","artifactChecksum":"YTg1NWRhMmM4YjE5ODljMTQ5NzZmM2RjNWIzZDhjNjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b57ce1e-cf36-4ab7-b590-84b16e931481","artifactVersion":"1"},{"artifactName":"basic_onboard_lbjoxk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json","artifactChecksum":"ZjZiODg1ZDJkODFmMzI1Yzc1YTdmNWJmOGU5MWI1YTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"79e6be6e-5fbc-45cf-ae82-905e3f5fe9e5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f3075fd3-932e-4599-8c7b-4e666419af77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3bcae6a2-cb03-4275-9963-6064afab5f28","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d96ec97f-03ef-4209-ae1f-b8b1513d48d2","artifactVersion":"2","generatedFromUUID":"f3075fd3-932e-4599-8c7b-4e666419af77"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLbjoxk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml","artifactChecksum":"OTI4MDU5MTJhYWY3Y2M1NmFhMjVmOWE3ZjE4Y2YyN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"24a0b158-d25e-4366-bb57-3c2446cc8c8b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLbjoxk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar","artifactChecksum":"OTk0NmFkZjk1Mjg4NTA3MWM2NDMxZjBhNzRkYjcyNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee3956d1-c3b1-4651-aa4b-cae8bfe60507","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-21T00:36:40.504Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:36:40.504Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:40.506Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:40.506Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557399878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:36:40.606Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:40.607Z||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-21T00:36:40.607Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:40.616Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:36:40.616Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:41.506Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:36:41.507Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:41.509Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:41.509Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557399878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "NOTIFIED"
}
2021-05-21T00:36:41.609Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:41.610Z||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-21T00:36:41.610Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:41.620Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:36:41.621Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:42.509Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:36:42.512Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:42.513Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:42.513Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557399878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-21T00:36:42.613Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:42.614Z||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-21T00:36:42.614Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:42.626Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:36:42.626Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:36:43.514Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:36:43.515Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:43.516Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:43.516Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557399878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:36:43.617Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-21T00:36:43.617Z||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-21T00:36:43.617Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:43.628Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:36:43.628Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:44.517Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:36:44.518Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:44.519Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:44.519Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557399878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-21T00:36:44.620Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:44.620Z||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-21T00:36:44.620Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:44.631Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:36:44.631Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:45.520Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:36:45.521Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:45.522Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:45.522Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557399878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:36:45.622Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:45.623Z||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-21T00:36:45.623Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:45.640Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:36:45.640Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:46.523Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:36:46.523Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:46.525Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:46.525Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557399878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:36:46.625Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:46.629Z||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-21T00:36:46.629Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:46.641Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:36:46.642Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:36:47.526Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"serviceName": "basic_onboard_LBjOXk",
"serviceVersion": "1.0",
"serviceUUID": "82bf8716-59f6-42ec-9bde-8e7d04554721",
"serviceDescription": "service",
"serviceInvariantUUID": "9063f4e5-e6c5-4030-905b-4cdc0073ec79",
"resources": [
{
"resourceInstanceName": "basic_onboard_LBjOXk 0",
"resourceCustomizationUUID": "a19ea63c-0e09-42a0-93ec-c72f57e7ada8",
"resourceName": "basic_onboard_LBjOXk",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "170efabb-dd18-4544-be72-26b33962517a",
"resourceInvariantUUID": "872074ef-bb5a-4147-87ef-d02d7cdd642d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_lbjoxk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"artifactChecksum": "ZjZiODg1ZDJkODFmMzI1Yzc1YTdmNWJmOGU5MWI1YTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "79e6be6e-5fbc-45cf-ae82-905e3f5fe9e5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f3075fd3-932e-4599-8c7b-4e666419af77",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d96ec97f-03ef-4209-ae1f-b8b1513d48d2",
"generatedFromUUID": "f3075fd3-932e-4599-8c7b-4e666419af77"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d96ec97f-03ef-4209-ae1f-b8b1513d48d2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardLbjoxk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"artifactChecksum": "OTk0NmFkZjk1Mjg4NTA3MWM2NDMxZjBhNzRkYjcyNzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ee3956d1-c3b1-4651-aa4b-cae8bfe60507"
}
],
"workloadContext": "Production"
}
2021-05-21T00:36:47.526Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-21T00:36:47.526Z|2fcef395-2442-40a9-8838-99dddc890473|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82bf8716-59f6-42ec-9bde-8e7d04554721 ASDC
2021-05-21T00:36:47.526Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c11164b9-4ebe-46ec-8f58-b469856a2180
ServiceName:basic_onboard_LBjOXk
ServiceVersion:1.0
ServiceUUID:82bf8716-59f6-42ec-9bde-8e7d04554721
ServiceInvariantUUID:9063f4e5-e6c5-4030-905b-4cdc0073ec79
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLbjoxk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar
ArtifactUUID:ee3956d1-c3b1-4651-aa4b-cae8bfe60507
ArtifactChecksum:OTk0NmFkZjk1Mjg4NTA3MWM2NDMxZjBhNzRkYjcyNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_LBjOXk 0
ResourceCustomizationUUID:a19ea63c-0e09-42a0-93ec-c72f57e7ada8
ResourceInvariantUUID:872074ef-bb5a-4147-87ef-d02d7cdd642d
ResourceName:basic_onboard_LBjOXk
ResourceType:VF
ResourceUUID:170efabb-dd18-4544-be72-26b33962517a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lbjoxk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json
ArtifactUUID:79e6be6e-5fbc-45cf-ae82-905e3f5fe9e5
ArtifactChecksum:ZjZiODg1ZDJkODFmMzI1Yzc1YTdmNWJmOGU5MWI1YTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f3075fd3-932e-4599-8c7b-4e666419af77
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env
ArtifactUUID:d96ec97f-03ef-4209-ae1f-b8b1513d48d2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env
ArtifactUUID:d96ec97f-03ef-4209-ae1f-b8b1513d48d2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-21T00:36:47.527Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82bf8716-59f6-42ec-9bde-8e7d04554721 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:36:47.551Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:36:47.552Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:36:47.552Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:36:47.552Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ee3956d1-c3b1-4651-aa4b-cae8bfe60507 from URL: /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:47.552Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:36:47.552Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:48.730Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:36:48.733Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar ee3956d1-c3b1-4651-aa4b-cae8bfe60507 74819
2021-05-21T00:36:48.733Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar ASDC sendASDCNotification
2021-05-21T00:36:48.734Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:48.734Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:36:48.734Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:48.736Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:48.736Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557408733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:36:48.836Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:48.837Z||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-21T00:36:48.837Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:48.847Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:36:48.848Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:49.736Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:36:49.738Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:36:49.738Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ee3956d1-c3b1-4651-aa4b-cae8bfe60507, URL: /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar to file: /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:49.738Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:49.739Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:49.739Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:49.879Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9113874419350718019/Definitions/service-BasicOnboardLbjoxk-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-05-21T00:36:51.100Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-21T00:36:51.101Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-21T00:36:51.101Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.102Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-21T00:36:51.102Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.102Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.102Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||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-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.102Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.102Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.103Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.103Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.103Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_LBjOXk 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.103Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.103Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_LBjOXk 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-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:36:51.103Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-21T00:36:51.106Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:51.106Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:51.107Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:51.107Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-21T00:36:51.107Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:36:51.107Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:51.107Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:51.107Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:51.107Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-21T00:36:51.108Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:36:51.108Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:51.108Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:51.108Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:51.108Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is not matching search criteria
2021-05-21T00:36:51.108Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-21T00:36:51.108Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-21T00:36:51.109Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-21T00:36:51.109Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-21T00:36:51.109Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-21T00:36:51.109Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:51.109Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-21T00:36:51.109Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:51.109Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:51.109Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:36:51.110Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:51.110Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:51.110Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:36:51.110Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:51.110Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:51.110Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:36:51.110Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:51.111Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is not matching search criteria
2021-05-21T00:36:51.111Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-21T00:36:51.111Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-21T00:36:51.111Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=af0901c2-560a-4993-ad76-85556f16b5cd
2021-05-21T00:36:51.111Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:51.111Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:51.111Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:51.111Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:51.112Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:51.112Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:51.112Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:51.112Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:51.112Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_LBjOXk
Description:service
Model UUID:82bf8716-59f6-42ec-9bde-8e7d04554721
Model Version:NULL
Model InvariantUuid:9063f4e5-e6c5-4030-905b-4cdc0073ec79
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_LBjOXk
Model UUID:ee72a678-2b52-418b-a99b-cb0e240802bc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:872074ef-bb5a-4147-87ef-d02d7cdd642d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a19ea63c-0e09-42a0-93ec-c72f57e7ada8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cada234c-fd77-4338-8187-d3e652cfa1b0
ModelName:BasicOnboardLbjoxk..base_ubuntu18..module-0
ModelUuid:72e77eaf-319a-4bff-8d94-0d888ee4ae63
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:af0901c2-560a-4993-ad76-85556f16b5cd
ModelInvariantUuid:2e5bd3d8-0d27-460e-957d-f6f8b69adcf9
ModelName:basic_onboard_LBjOXk-nodes.ubuntu18Cvfc
ModelUuid:a19e5f9c-3c67-4cca-952c-c6f03b58e805
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:9b9ecb0f-e14e-4418-b271-10dbd82c3ee5
ModelInvariantUuid:eb216020-1138-432c-bd0f-7253beca238f
ModelName:BasicOnboardLbjoxk.compute.nodes.heat.ubuntu18
ModelUuid:508144da-769f-40c5-bc47-658b6c832d11
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-21T00:36:51.118Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 170efabb-dd18-4544-be72-26b33962517a
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-21T00:36:51.120Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||basic_onboard_LBjOXk 0
2021-05-21T00:36:51.120Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 170efabb-dd18-4544-be72-26b33962517a
2021-05-21T00:36:51.120Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79e6be6e-5fbc-45cf-ae82-905e3f5fe9e5 from URL: /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json
2021-05-21T00:36:51.120Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:36:51.121Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json
2021-05-21T00:36:52.210Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:36:52.211Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json 79e6be6e-5fbc-45cf-ae82-905e3f5fe9e5 798
2021-05-21T00:36:52.211Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json ASDC sendASDCNotification
2021-05-21T00:36:52.211Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json
2021-05-21T00:36:52.211Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:36:52.212Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:52.213Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:52.214Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557412211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:36:52.314Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:52.314Z||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-21T00:36:52.314Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:52.326Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:36:52.326Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:53.214Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLbjoxk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "cada234c-fd77-4338-8187-d3e652cfa1b0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "72e77eaf-319a-4bff-8d94-0d888ee4ae63",
"vfModuleModelCustomizationUUID": "7e713ba0-69db-4c0a-a9f8-71ea982a02ac",
"isBase": true,
"artifacts": [
"f3075fd3-932e-4599-8c7b-4e666419af77",
"d96ec97f-03ef-4209-ae1f-b8b1513d48d2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-21T00:36:53.217Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLbjoxk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72e77eaf-319a-4bff-8d94-0d888ee4ae63
VfModuleModelInvariantUUID:cada234c-fd77-4338-8187-d3e652cfa1b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
f3075fd3-932e-4599-8c7b-4e666419af77
,
d96ec97f-03ef-4209-ae1f-b8b1513d48d2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-21T00:36:53.219Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLbjoxk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "cada234c-fd77-4338-8187-d3e652cfa1b0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "72e77eaf-319a-4bff-8d94-0d888ee4ae63",
"vfModuleModelCustomizationUUID": "7e713ba0-69db-4c0a-a9f8-71ea982a02ac",
"isBase": true,
"artifacts": [
"f3075fd3-932e-4599-8c7b-4e666419af77",
"d96ec97f-03ef-4209-ae1f-b8b1513d48d2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-21T00:36:53.219Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLbjoxk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72e77eaf-319a-4bff-8d94-0d888ee4ae63
VfModuleModelInvariantUUID:cada234c-fd77-4338-8187-d3e652cfa1b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
f3075fd3-932e-4599-8c7b-4e666419af77
,
d96ec97f-03ef-4209-ae1f-b8b1513d48d2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-21T00:36:53.219Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f3075fd3-932e-4599-8c7b-4e666419af77 from URL: /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml
2021-05-21T00:36:53.219Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:36:53.220Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml
2021-05-21T00:36:54.341Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:36:54.341Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml f3075fd3-932e-4599-8c7b-4e666419af77 5033
2021-05-21T00:36:54.341Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-21T00:36:54.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml
2021-05-21T00:36:54.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:36:54.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:54.343Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:54.343Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557414341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:36:54.443Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-21T00:36:54.444Z||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-21T00:36:54.444Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:54.455Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:36:54.455Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:55.344Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d96ec97f-03ef-4209-ae1f-b8b1513d48d2 from URL: /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env
2021-05-21T00:36:55.345Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:36:55.345Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env
2021-05-21T00:36:56.316Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:36:56.316Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env d96ec97f-03ef-4209-ae1f-b8b1513d48d2 909
2021-05-21T00:36:56.316Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-21T00:36:56.317Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env
2021-05-21T00:36:56.317Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:36:56.317Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:56.318Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:56.318Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557416316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:36:56.419Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-21T00:36:56.419Z||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-21T00:36:56.419Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:56.433Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:36:56.434Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:57.319Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 82bf8716-59f6-42ec-9bde-8e7d04554721
2021-05-21T00:36:57.320Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_LBjOXk 0 170efabb-dd18-4544-be72-26b33962517a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-21T00:36:57.331Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:57.331Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:57.331Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-05-21T00:36:57.331Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a19ea63c-0e09-42a0-93ec-c72f57e7ada8
2021-05-21T00:36:57.331Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a19ea63c-0e09-42a0-93ec-c72f57e7ada8 matches Tosca VF Customization UUID: a19ea63c-0e09-42a0-93ec-c72f57e7ada8
2021-05-21T00:36:57.331Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a19ea63c-0e09-42a0-93ec-c72f57e7ada8 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-21T00:36:57.333Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:57.333Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:57.334Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a19ea63c-0e09-42a0-93ec-c72f57e7ada8: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-05-21T00:36:57.334Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c19538c
2021-05-21T00:36:57.334Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:57.334Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-21T00:36:57.334Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7e713ba0-69db-4c0a-a9f8-71ea982a02ac
2021-05-21T00:36:57.334Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7e713ba0-69db-4c0a-a9f8-71ea982a02ac
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-21T00:36:57.336Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:57.336Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:57.336Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:36:57.336Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:57.337Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:57.337Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:36:57.337Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:57.337Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is not matching search criteria
2021-05-21T00:36:57.337Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-21T00:36:57.337Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-21T00:36:57.337Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=af0901c2-560a-4993-ad76-85556f16b5cd
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-21T00:36:57.339Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:57.339Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:57.339Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-21T00:36:57.339Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:57.340Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LBjOXk 0 is matching search criteria
2021-05-21T00:36:57.340Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LBjOXk 0] matching following query criteria: sdcType=VF, customizationUUID=a19ea63c-0e09-42a0-93ec-c72f57e7ada8
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-21T00:36:57.341Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:57.341Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:57.341Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 82bf8716-59f6-42ec-9bde-8e7d04554721: basic_onboard_LBjOXk
2021-05-21T00:36:57.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:57.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:57.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:57.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:57.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:57.342Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:57.343Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:57.343Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:57.343Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:36:57.343Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LBjOXk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:36:57.343Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_LBjOXk
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:36:57.411Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_LBjOXk 170efabb-dd18-4544-be72-26b33962517a 1 ASDC deployResourceStructure
2021-05-21T00:36:57.412Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json ASDC sendASDCNotification
2021-05-21T00:36:57.412Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json
2021-05-21T00:36:57.412Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:36:57.412Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:57.414Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:57.414Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557417412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-21T00:36:57.514Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:57.515Z||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-21T00:36:57.515Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:57.524Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:36:57.525Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:36:58.415Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-21T00:36:58.416Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml
2021-05-21T00:36:58.416Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:36:58.416Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:58.418Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:58.418Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557418415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-21T00:36:58.518Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:58.519Z||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-21T00:36:58.519Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:58.528Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:36:58.529Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:36:59.419Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-21T00:36:59.420Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env
2021-05-21T00:36:59.420Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:36:59.420Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:36:59.422Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:36:59.422Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557419419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-21T00:36:59.522Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:36:59.523Z||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-21T00:36:59.523Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:36:59.534Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:36:59.535Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:37:00.422Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar ASDC sendASDCNotification
2021-05-21T00:37:00.423Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar
2021-05-21T00:37:00.423Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:37:00.423Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:37:00.425Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:37:00.425Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557420422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-21T00:37:00.525Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:37:00.526Z||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-21T00:37:00.526Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:37:00.536Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:37:00.537Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:37:01.425Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c11164b9-4ebe-46ec-8f58-b469856a2180
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-21T00:37:01.436Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c11164b9-4ebe-46ec-8f58-b469856a2180
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-21T00:37:01.438Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:37:01.438Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-21T00:37:01.438Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-21T00:37:31.438Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c11164b9-4ebe-46ec-8f58-b469856a2180
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-21T00:37:31.448Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c11164b9-4ebe-46ec-8f58-b469856a2180
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-21T00:37:31.450Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:37:31.450Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-21T00:37:31.450Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-21T00:37:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:37:33.255Z||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-21T00:37:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:37:33.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:37:33.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557333252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557328143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557333710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557327905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "clamp",
"timestamp": 1621557334294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "aai-ml",
"timestamp": 1621557329023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "policy-id",
"timestamp": 1621557333798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557333252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "aai-ml",
"timestamp": 1621557329023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557328143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557327905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "clamp",
"timestamp": 1621557334294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557333710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "policy-id",
"timestamp": 1621557333798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557333252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "aai-ml",
"timestamp": 1621557329023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "clamp",
"timestamp": 1621557334294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557328143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557327905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557333710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "policy-id",
"timestamp": 1621557333798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557336492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557333252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "aai-ml",
"timestamp": 1621557329023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "clamp",
"timestamp": 1621557334294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557328143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557327905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557333710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "policy-id",
"timestamp": 1621557333798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557336492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557333252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "aai-ml",
"timestamp": 1621557329023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "clamp",
"timestamp": 1621557334294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557327905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557333710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557328143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "policy-id",
"timestamp": 1621557333798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557336492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "cds",
"timestamp": 1621557339235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557333252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "aai-ml",
"timestamp": 1621557329023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "clamp",
"timestamp": 1621557334294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557328143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557327905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557333710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "policy-id",
"timestamp": 1621557333798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557336492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "cds",
"timestamp": 1621557339235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "aai-ml",
"timestamp": 1621557329023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "clamp",
"timestamp": 1621557334294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557328143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557327905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557333710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "policy-id",
"timestamp": 1621557333798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557336492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "cds",
"timestamp": 1621557339235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557341821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557336492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557342329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557342320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "aai-ml",
"timestamp": 1621557342335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557342361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "policy-id",
"timestamp": 1621557342413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "cds",
"timestamp": 1621557339235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557336492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "policy-id",
"timestamp": 1621557343415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557343478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557343487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557343518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "cds",
"timestamp": 1621557339235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "ves-openapi-manager",
"timestamp": 1621557343317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "dcae-sch",
"timestamp": 1621557343507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557344339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.310Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "policy-id",
"timestamp": 1621557344417,
"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-21T00:37:33.318Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c11164b9-4ebe-46ec-8f58-b469856a2180
2021-05-21T00:37:33.318Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c11164b9-4ebe-46ec-8f58-b469856a2180 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-21T00:37:33.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557344762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557344758,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557344749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "cds",
"timestamp": 1621557339235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "ves-openapi-manager",
"timestamp": 1621557343317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "dcae-sch",
"timestamp": 1621557343507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557345753,
"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-21T00:37:33.333Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c11164b9-4ebe-46ec-8f58-b469856a2180
2021-05-21T00:37:33.333Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c11164b9-4ebe-46ec-8f58-b469856a2180 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-21T00:37:33.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557345784,
"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-21T00:37:33.343Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c11164b9-4ebe-46ec-8f58-b469856a2180
2021-05-21T00:37:33.343Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c11164b9-4ebe-46ec-8f58-b469856a2180 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-21T00:37:33.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557345765,
"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-21T00:37:33.351Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c11164b9-4ebe-46ec-8f58-b469856a2180
2021-05-21T00:37:33.351Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c11164b9-4ebe-46ec-8f58-b469856a2180 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-21T00:37:33.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "cds",
"timestamp": 1621557339235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "ves-openapi-manager",
"timestamp": 1621557343317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557346117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "dcae-sch",
"timestamp": 1621557343507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "clamp",
"timestamp": 1621557346552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557346670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557346787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557346756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557346770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "ves-openapi-manager",
"timestamp": 1621557343317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "dcae-sch",
"timestamp": 1621557343507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557347674,
"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-21T00:37:33.364Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c11164b9-4ebe-46ec-8f58-b469856a2180
2021-05-21T00:37:33.364Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c11164b9-4ebe-46ec-8f58-b469856a2180 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-21T00:37:33.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "ves-openapi-manager",
"timestamp": 1621557343317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "cds",
"timestamp": 1621557348108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "dcae-sch",
"timestamp": 1621557343507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "clamp",
"timestamp": 1621557348563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557348831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "ves-openapi-manager",
"timestamp": 1621557343317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "cds",
"timestamp": 1621557349112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:37:33.383Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c11164b9-4ebe-46ec-8f58-b469856a2180
2021-05-21T00:37:33.383Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c11164b9-4ebe-46ec-8f58-b469856a2180 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-21T00:37:33.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "dcae-sch",
"timestamp": 1621557343507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "clamp",
"timestamp": 1621557349567,
"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-21T00:37:33.397Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c11164b9-4ebe-46ec-8f58-b469856a2180
2021-05-21T00:37:33.397Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c11164b9-4ebe-46ec-8f58-b469856a2180 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-21T00:37:33.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "ves-openapi-manager",
"timestamp": 1621557343317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "dcae-sch",
"timestamp": 1621557343507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "aai-ml",
"timestamp": 1621557350826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557351411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:37:33.406Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "aai-ml",
"timestamp": 1621557351829,
"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-21T00:37:33.410Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c11164b9-4ebe-46ec-8f58-b469856a2180
2021-05-21T00:37:33.410Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c11164b9-4ebe-46ec-8f58-b469856a2180 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-21T00:37:33.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557352745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/vfwcbf6ce7e9b840_modules.json",
"status": "DEPLOY_OK"
}
2021-05-21T00:37:33.418Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557353748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-21T00:37:33.418Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557354751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/resourceInstances/vfwcbf6ce7e9b840/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-21T00:37:33.419Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:37:33.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:37:33.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557355754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210521003200/1.0/artifacts/service-Vfw20210521003200-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-21T00:37:33.419Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:01.450Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c11164b9-4ebe-46ec-8f58-b469856a2180
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-21T00:38:01.459Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c11164b9-4ebe-46ec-8f58-b469856a2180
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-21T00:38:01.461Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:38:01.461Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-21T00:38:01.461Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-21T00:38:01.461Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-21T00:38:01.462Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:38:01.462Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:38:01.462Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:38:01.462Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:38:01.462Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:38:01.462Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:38:01.462Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:38:01.466Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-21T00:38:31.466Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c11164b9-4ebe-46ec-8f58-b469856a2180 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-21T00:38:31.470Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c11164b9-4ebe-46ec-8f58-b469856a2180 and serviceModelVersionId: 82bf8716-59f6-42ec-9bde-8e7d04554721
2021-05-21T00:38:31.470Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9063f4e5-e6c5-4030-905b-4cdc0073ec79
2021-05-21T00:38:31.470Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9063f4e5-e6c5-4030-905b-4cdc0073ec79/model-vers/model-ver/82bf8716-59f6-42ec-9bde-8e7d04554721?depth=0
2021-05-21T00:38:31.474Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-05-21T00:38:31.509Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9063f4e5-e6c5-4030-905b-4cdc0073ec79/model-vers/model-ver/82bf8716-59f6-42ec-9bde-8e7d04554721?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-21T00:38:31.510Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9063f4e5-e6c5-4030-905b-4cdc0073ec79/model-vers/model-ver/82bf8716-59f6-42ec-9bde-8e7d04554721?depth=0|INFO|500||Invoke
2021-05-21T00:38:31.527Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9063f4e5-e6c5-4030-905b-4cdc0073ec79/model-vers/model-ver/82bf8716-59f6-42ec-9bde-8e7d04554721?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-21T00:38:31.816Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9063f4e5-e6c5-4030-905b-4cdc0073ec79/model-vers/model-ver/82bf8716-59f6-42ec-9bde-8e7d04554721?depth=0|INFO|500||InvokeReturn
2021-05-21T00:38:31.816Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9063f4e5-e6c5-4030-905b-4cdc0073ec79/model-vers/model-ver/82bf8716-59f6-42ec-9bde-8e7d04554721?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210521-00:38:31:530-8644], vertex-id=[176160], Content-Length=[0], Date=[Fri, 21 May 2021 00:38:31 GMT], Content-Type=[application/json]}
2021-05-21T00:38:31.816Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-05-21T00:38:31.817Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-21T00:38:31.817Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||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-21T00:38:31.821Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-21T00:38:31.821Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c11164b9-4ebe-46ec-8f58-b469856a2180 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-21T00:38:31.821Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-21T00:38:31.821Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:38:31.823Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:38:31.823Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557511821,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:38:31.923Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:38:31.923Z||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-21T00:38:31.924Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:38:31.937Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:38:31.937Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-21T00:38:32.833Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:38:32.834Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:38:32.834Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:38:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:38:33.255Z||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-21T00:38:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:38:33.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:38:33.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2fcef395-2442-40a9-8838-99dddc890473",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557398864,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557399878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557399878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "NOTIFIED"
}
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557399878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557399878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557399878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-21T00:38:33.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557399878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557399878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557408733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557412211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557414341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557416316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557417412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/basic_onboard_lbjoxk0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557418415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-21T00:38:33.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:33.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557419419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/resourceInstances/basic_onboard_lbjoxk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-21T00:38:33.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:33.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:38:33.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557420422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbjoxk/1.0/artifacts/service-BasicOnboardLbjoxk-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-21T00:38:33.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:38:42.380Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:38:42.380Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:38:42.380Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:38:42.380Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:38:51.922Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:39:33.252Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:39:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:39:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:39:33.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:39:33.254Z||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-21T00:39:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:39:33.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:39:33.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-21T00:39:33.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c11164b9-4ebe-46ec-8f58-b469856a2180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557511821,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:39:33.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:39:42.805Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:40:33.252Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:40:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:40:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:40:33.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:40:33.254Z||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-21T00:40:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:40:42.801Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:40:42.801Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:41:33.252Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:41:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:41:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:41:33.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:41:33.254Z||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-21T00:41:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:41:42.799Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:41:42.799Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:42:33.252Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:42:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:42:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:42:33.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:42:33.255Z||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-21T00:42:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:42:42.796Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:42:42.797Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:43:33.252Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:43:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:43:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:43:33.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:43:33.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-21T00:43:33.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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:43:42.796Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:43:42.796Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:44:33.252Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:44:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:44:33.253Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:44:33.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:44:33.255Z||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-21T00:44:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:44:33.877Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:44:33.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:44:33.878Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.878Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"edac8dfc-63d3-4c13-a51a-e60c53545867","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3896fa61-d66a-4425-b12f-71399b2910bb","serviceDescription":"service","serviceInvariantUUID":"c0990411-726a-4050-a92e-442e1215c86b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"262a1791-8e9c-42f4-8f43-385bfdd0f480","resourceInvariantUUID":"f29ad2e7-56bb-4e2c-a715-9f7485119aa4","resourceCustomizationUUID":"8adf7991-c79d-4906-bdb5-e31bda2c133f","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":"YTJhZmE0MjNjMjM0NWFmYzc2NzhjZjM3MGFhN2Y3MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c6be4a7-f695-4d40-a28f-2ab83ebbe191","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzdmMDRmMWFlMGY2NDE4YzQzMDI0MWI3NmYyZjI1YWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"368ac6d0-4384-4431-b908-45b48319c3d3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-21T00:44:33.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557827905,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557828143,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "cds",
"timestamp": 1621557834235,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "aai-ml",
"timestamp": 1621557834128,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "policy-id",
"timestamp": 1621557833798,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.881Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557833710,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.882Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:44:33.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621557828143,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:44:33.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "cds",
"timestamp": 1621557834235,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:44:33.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621557827905,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:44:33.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "aai-ml",
"timestamp": 1621557834128,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:44:33.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "policy-id",
"timestamp": 1621557833798,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:44:33.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621557833710,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:44:33.884Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:44:33.884Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557873252,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "aai-ml",
"timestamp": 1621557840539,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "policy-id",
"timestamp": 1621557840544,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "cds",
"timestamp": 1621557840621,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:44:33.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "policy-id",
"timestamp": 1621557841548,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-21T00:44:33.885Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "cds",
"timestamp": 1621557841626,
"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-21T00:44:33.899Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of edac8dfc-63d3-4c13-a51a-e60c53545867
2021-05-21T00:44:33.899Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId edac8dfc-63d3-4c13-a51a-e60c53545867 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-21T00:44:33.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "policy-id",
"timestamp": 1621557842552,
"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-21T00:44:33.912Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of edac8dfc-63d3-4c13-a51a-e60c53545867
2021-05-21T00:44:33.912Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId edac8dfc-63d3-4c13-a51a-e60c53545867 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-21T00:44:33.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "aai-ml",
"timestamp": 1621557843712,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-21T00:44:33.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "ves-openapi-manager",
"timestamp": 1621557843317,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "dcae-sch",
"timestamp": 1621557843507,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "aai-ml",
"timestamp": 1621557844715,
"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-21T00:44:33.923Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of edac8dfc-63d3-4c13-a51a-e60c53545867
2021-05-21T00:44:33.924Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId edac8dfc-63d3-4c13-a51a-e60c53545867 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-21T00:44:33.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "clamp",
"timestamp": 1621557844294,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "ves-openapi-manager",
"timestamp": 1621557843317,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "dcae-sch",
"timestamp": 1621557843507,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "clamp",
"timestamp": 1621557844294,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557846492,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557846492,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-21T00:44:33.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557850824,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:44:33.933Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557852251,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-21T00:44:33.933Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621557853256,
"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-21T00:44:33.937Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of edac8dfc-63d3-4c13-a51a-e60c53545867
2021-05-21T00:44:33.937Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId edac8dfc-63d3-4c13-a51a-e60c53545867 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-21T00:44:33.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "clamp",
"timestamp": 1621557853757,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:44:33.944Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "clamp",
"timestamp": 1621557855638,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-21T00:44:33.944Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-21T00:44:33.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-21T00:44:33.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "clamp",
"timestamp": 1621557856641,
"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-21T00:44:33.948Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of edac8dfc-63d3-4c13-a51a-e60c53545867
2021-05-21T00:44:33.948Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId edac8dfc-63d3-4c13-a51a-e60c53545867 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-21T00:44:33.984Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:44:33.985Z||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-21T00:44:33.985Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:44:33.995Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:44:33.995Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:44:34.884Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:44:34.885Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:44:34.887Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:44:34.887Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557873252,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:44:34.987Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:44:34.988Z||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-21T00:44:34.988Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:44:34.998Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:44:34.998Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:44:35.888Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "3896fa61-d66a-4425-b12f-71399b2910bb",
"serviceDescription": "service",
"serviceInvariantUUID": "c0990411-726a-4050-a92e-442e1215c86b",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "8adf7991-c79d-4906-bdb5-e31bda2c133f",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "262a1791-8e9c-42f4-8f43-385bfdd0f480",
"resourceInvariantUUID": "f29ad2e7-56bb-4e2c-a715-9f7485119aa4",
"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": "YzdmMDRmMWFlMGY2NDE4YzQzMDI0MWI3NmYyZjI1YWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "368ac6d0-4384-4431-b908-45b48319c3d3"
}
],
"workloadContext": "Production"
}
2021-05-21T00:44:35.889Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-21T00:44:35.889Z|c11164b9-4ebe-46ec-8f58-b469856a2180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3896fa61-d66a-4425-b12f-71399b2910bb ASDC
2021-05-21T00:44:35.889Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:edac8dfc-63d3-4c13-a51a-e60c53545867
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3896fa61-d66a-4425-b12f-71399b2910bb
ServiceInvariantUUID:c0990411-726a-4050-a92e-442e1215c86b
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:368ac6d0-4384-4431-b908-45b48319c3d3
ArtifactChecksum:YzdmMDRmMWFlMGY2NDE4YzQzMDI0MWI3NmYyZjI1YWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8adf7991-c79d-4906-bdb5-e31bda2c133f
ResourceInvariantUUID:f29ad2e7-56bb-4e2c-a715-9f7485119aa4
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:262a1791-8e9c-42f4-8f43-385bfdd0f480
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-05-21T00:44:35.889Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3896fa61-d66a-4425-b12f-71399b2910bb 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-21T00:44:35.914Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:44:35.914Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:44:35.914Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:44:35.914Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 368ac6d0-4384-4431-b908-45b48319c3d3 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-21T00:44:35.915Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:44:35.915Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-21T00:44:36.341Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:44:36.343Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 368ac6d0-4384-4431-b908-45b48319c3d3 52218
2021-05-21T00:44:36.343Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-21T00:44:36.343Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-21T00:44:36.343Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:44:36.343Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:44:36.345Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:44:36.345Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557876343,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:44:36.445Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:44:36.446Z||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-21T00:44:36.446Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:44:36.456Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:44:36.456Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:44:37.346Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:44:37.347Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:44:37.347Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 368ac6d0-4384-4431-b908-45b48319c3d3, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-21T00:44:37.347Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-21T00:44:37.348Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-21T00:44:37.348Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-21T00:44:37.441Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1078037032086076921/Definitions/service-BasicNetwork-template.yml
2021-05-21T00:44:37.714Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-21T00:44:37.714Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-21T00:44:37.714Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-21T00:44:37.715Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:44:37.716Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.717Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:44:37.717Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.717Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:44:37.717Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.717Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:3896fa61-d66a-4425-b12f-71399b2910bb
Model Version:NULL
Model InvariantUuid:c0990411-726a-4050-a92e-442e1215c86b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f29ad2e7-56bb-4e2c-a715-9f7485119aa4
Model UUID:42204229-2ae0-4141-8708-b5bed4b84444
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:8adf7991-c79d-4906-bdb5-e31bda2c133f
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-21T00:44:37.724Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 262a1791-8e9c-42f4-8f43-385bfdd0f480
2021-05-21T00:44:37.725Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||No resources found for Service: 3896fa61-d66a-4425-b12f-71399b2910bb
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-21T00:44:37.728Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||
2021-05-21T00:44:37.728Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-05-21T00:44:37.728Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 3896fa61-d66a-4425-b12f-71399b2910bb
2021-05-21T00:44:37.728Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3896fa61-d66a-4425-b12f-71399b2910bb
2021-05-21T00:44:37.728Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-05-21T00:44:37.728Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-21T00:44:37.733Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:44:37.733Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.733Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:44:37.733Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.733Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3896fa61-d66a-4425-b12f-71399b2910bb: Generic NeutronNet
2021-05-21T00:44:37.733Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:44:37.734Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.734Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:44:37.734Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-21T00:44:37.756Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:44:37.756Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.756Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:44:37.756Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.756Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:44:37.757Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:44:37.757Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-21T00:44:37.802Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-05-21T00:44:37.802Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-21T00:44:37.802Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-21T00:44:37.802Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-21T00:44:37.802Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:44:37.803Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:44:37.804Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557877802,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-21T00:44:37.904Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:44:37.904Z||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-21T00:44:37.905Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:44:37.914Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:44:37.915Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:44:38.804Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: edac8dfc-63d3-4c13-a51a-e60c53545867
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-21T00:44:38.815Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: edac8dfc-63d3-4c13-a51a-e60c53545867
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-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:44:38.817Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-21T00:44:38.818Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-21T00:44:38.822Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-21T00:45:08.822Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: edac8dfc-63d3-4c13-a51a-e60c53545867 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-21T00:45:08.826Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: edac8dfc-63d3-4c13-a51a-e60c53545867 and serviceModelVersionId: 3896fa61-d66a-4425-b12f-71399b2910bb
2021-05-21T00:45:08.826Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0990411-726a-4050-a92e-442e1215c86b
2021-05-21T00:45:08.827Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?depth=0
2021-05-21T00:45:08.831Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-05-21T00:45:08.878Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?depth=0|INFO|500||Invoke
2021-05-21T00:45:08.878Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[edac8dfc-63d3-4c13-a51a-e60c53545867], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0b902491-8ee4-4511-a8a3-818392a6ea44], X-ECOMP-RequestID=[edac8dfc-63d3-4c13-a51a-e60c53545867], X-TransactionId=[], X-ONAP-RequestID=[edac8dfc-63d3-4c13-a51a-e60c53545867], Content-Type=[application/merge-patch+json]}
2021-05-21T00:45:08.901Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-21T00:45:09.127Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210521-00:45:08:904-51992], vertex-id=[196616], Content-Length=[0], Date=[Fri, 21 May 2021 00:45:08 GMT], Content-Type=[application/json]}
2021-05-21T00:45:09.127Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-21T00:45:09.128Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0990411-726a-4050-a92e-442e1215c86b/model-vers/model-ver/3896fa61-d66a-4425-b12f-71399b2910bb?depth=0|INFO|500||InvokeReturn
2021-05-21T00:45:09.128Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-21T00:45:09.128Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||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-21T00:45:09.133Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-21T00:45:09.133Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID edac8dfc-63d3-4c13-a51a-e60c53545867 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-21T00:45:09.133Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-21T00:45:09.133Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:09.135Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:09.135Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557909133,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-21T00:45:09.235Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:09.235Z||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-21T00:45:09.236Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:09.247Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:45:09.247Z||pool-39-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-21T00:45:33.252Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:45:33.253Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T00:45:33.253Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:33.254Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T00:45:33.255Z||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-21T00:45:33.255Z||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 vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:33.375Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:45:33.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-21T00:45:33.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "edac8dfc-63d3-4c13-a51a-e60c53545867",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557873252,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:45:33.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-21T00:45:33.873Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:45:33.874Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-21T00:45:33.874Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7be5fe0b-15bf-4c94-8dfc-233911f822e2","serviceName":"Demo_pNF_sLmsBBpuzwcASx1x9Tdk","serviceVersion":"1.0","serviceUUID":"2f903de1-8cfb-4971-8628-ddbaac795c55","serviceDescription":"catalog service description","serviceInvariantUUID":"232c3113-d2be-49e4-9655-9242c6b4bb82","resources":[{"resourceInstanceName":"pNF cb5d6a45-a9ba 0","resourceName":"pNF cb5d6a45-a9ba","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fa548d9d-09b8-4b29-9797-24ab0c10ee4c","resourceInvariantUUID":"138fc997-eaf9-432c-8c2b-ce4e7eb190e7","resourceCustomizationUUID":"32b2f8b4-2925-42a2-8758-4eff7312711b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vf-license-model.xml","artifactChecksum":"OTJhNDRkMmQyMTNiOTg2YjhjZDA5ZDIzNmYyZjA4ZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9156935e-2f1a-4418-b303-3d331bed7deb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/pNF.csar","artifactChecksum":"ZWQxNGZmN2FmYmE0YjJlM2NiMmYzODgwYTIwM2VkZTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d897fb9f-91ff-4656-858b-b26a89fd2228","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1c20679e-0794-4899-b713-87e19c9e3e41","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDI1ZGRkYzg5ODg2M2ZhZTA0MTZlZGZhZmM4ODZmODI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5b07c10c-8f7a-42e5-b1af-9ff41554ba58","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a17f19c-926b-4b3a-9937-714a0b8d7f3e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ee0617b-b34c-4c37-a6ac-0d6f14d963d1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml","artifactChecksum":"NTc0N2U1MGExMTQ1YjU0NDQ5MjlhZGFhNTE1Zjc0ZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b9917f46-9584-440a-8bde-4307cfaa346d","artifactVersion":"1"},{"artifactName":"service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar","artifactChecksum":"OTk4YTAyN2I4NjU0MzUxNmMwZmMxMjE3OTc2YzJiZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"867ceb94-6e7d-424e-811a-9c2f4e827b36","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-21T00:45:33.875Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:45:33.875Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:33.877Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:33.877Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557933252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:45:33.977Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:33.978Z||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-21T00:45:33.978Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:33.988Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:45:33.988Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:45:34.877Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:45:34.878Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:34.879Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:34.879Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557933252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:45:34.979Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:34.980Z||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-21T00:45:34.980Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:34.991Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:45:34.991Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:45:35.880Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:45:35.880Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:35.882Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:35.882Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557933252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:45:35.982Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:35.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-21T00:45:35.982Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:35.992Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:45:35.992Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:45:36.882Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:45:36.883Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:36.884Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:36.884Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557933252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:45:36.984Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:36.985Z||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-21T00:45:36.985Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:36.996Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:45:36.996Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:45:37.885Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:45:37.886Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:37.887Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:37.887Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557933252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:45:37.987Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:37.988Z||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-21T00:45:37.988Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:37.999Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:45:37.999Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:45:38.888Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:45:38.888Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:38.889Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:38.889Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557933252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/resourceInstances/pnfcb5d6a45a9ba0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:45:38.990Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:38.990Z||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-21T00:45:38.990Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:39.002Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:45:39.002Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-21T00:45:39.890Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:45:39.890Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:39.892Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:39.892Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557933252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-21T00:45:39.992Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:39.993Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:45:39.993Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:40.006Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:45:40.006Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:45:40.892Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-21T00:45:40.893Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:40.894Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:40.894Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557933252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
"status": "NOTIFIED"
}
2021-05-21T00:45:40.995Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:40.995Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:45:40.995Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:41.006Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:45:41.006Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:45:41.895Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
"serviceName": "Demo_pNF_sLmsBBpuzwcASx1x9Tdk",
"serviceVersion": "1.0",
"serviceUUID": "2f903de1-8cfb-4971-8628-ddbaac795c55",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "232c3113-d2be-49e4-9655-9242c6b4bb82",
"resources": [
{
"resourceInstanceName": "pNF cb5d6a45-a9ba 0",
"resourceCustomizationUUID": "32b2f8b4-2925-42a2-8758-4eff7312711b",
"resourceName": "pNF cb5d6a45-a9ba",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "fa548d9d-09b8-4b29-9797-24ab0c10ee4c",
"resourceInvariantUUID": "138fc997-eaf9-432c-8c2b-ce4e7eb190e7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
"artifactChecksum": "OTk4YTAyN2I4NjU0MzUxNmMwZmMxMjE3OTc2YzJiZmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "867ceb94-6e7d-424e-811a-9c2f4e827b36"
}
],
"workloadContext": "Production"
}
2021-05-21T00:45:41.896Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-21T00:45:41.896Z|edac8dfc-63d3-4c13-a51a-e60c53545867|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2f903de1-8cfb-4971-8628-ddbaac795c55 ASDC
2021-05-21T00:45:41.896Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7be5fe0b-15bf-4c94-8dfc-233911f822e2
ServiceName:Demo_pNF_sLmsBBpuzwcASx1x9Tdk
ServiceVersion:1.0
ServiceUUID:2f903de1-8cfb-4971-8628-ddbaac795c55
ServiceInvariantUUID:232c3113-d2be-49e4-9655-9242c6b4bb82
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
ArtifactUUID:867ceb94-6e7d-424e-811a-9c2f4e827b36
ArtifactChecksum:OTk4YTAyN2I4NjU0MzUxNmMwZmMxMjE3OTc2YzJiZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cb5d6a45-a9ba 0
ResourceCustomizationUUID:32b2f8b4-2925-42a2-8758-4eff7312711b
ResourceInvariantUUID:138fc997-eaf9-432c-8c2b-ce4e7eb190e7
ResourceName:pNF cb5d6a45-a9ba
ResourceType:PNF
ResourceUUID:fa548d9d-09b8-4b29-9797-24ab0c10ee4c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-05-21T00:45:41.896Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2f903de1-8cfb-4971-8628-ddbaac795c55 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-21T00:45:41.921Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:45:41.922Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:45:41.922Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:45:41.922Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 867ceb94-6e7d-424e-811a-9c2f4e827b36 from URL: /sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:41.922Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-21T00:45:41.922Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:42.540Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-21T00:45:42.543Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar 867ceb94-6e7d-424e-811a-9c2f4e827b36 83321
2021-05-21T00:45:42.544Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar ASDC sendASDCNotification
2021-05-21T00:45:42.544Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:42.544Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-21T00:45:42.544Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-21T00:45:42.545Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-21T00:45:42.546Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7be5fe0b-15bf-4c94-8dfc-233911f822e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621557942543,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-21T00:45:42.646Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-21T00:45:42.646Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-21T00:45:42.647Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVHKR5cP68GmOD9u) ...
2021-05-21T00:45:42.657Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T00:45:42.658Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-21T00:45:43.547Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-21T00:45:43.548Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-21T00:45:43.548Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 867ceb94-6e7d-424e-811a-9c2f4e827b36, URL: /sdc/v1/catalog/services/DemoPnfSlmsbbpuzwcasx1x9tdk/1.0/artifacts/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar to file: /app/ASDC/1/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:43.548Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:43.549Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:43.549Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:43.630Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10273758886293599102/Definitions/service-DemoPnfSlmsbbpuzwcasx1x9tdk-template.yml
2021-05-21T00:45:44.193Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-21T00:45:44.194Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-21T00:45:44.194Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.194Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-21T00:45:44.194Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cb5d6a45-a9ba 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-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.195Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||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-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.195Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.195Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cb5d6a45-a9ba 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.195Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||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-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.195Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.196Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.196Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSlmsbbpuzwcasx1x9tdk-csar.csar
2021-05-21T00:45:44.196Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-21T00:45:44.196Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:45:44.196Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_sLmsBBpuzwcASx1x9Tdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:45:44.197Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Node template pNF cb5d6a45-a9ba 0 is matching search criteria
2021-05-21T00:45:44.197Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-21T00:45:44.197Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cb5d6a45-a9ba 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:45:44.197Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:45:44.198Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_sLmsBBpuzwcASx1x9Tdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:45:44.198Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Node template pNF cb5d6a45-a9ba 0 is matching search criteria
2021-05-21T00:45:44.198Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-21T00:45:44.198Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cb5d6a45-a9ba 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-21T00:45:44.198Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:45:44.199Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_sLmsBBpuzwcASx1x9Tdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:45:44.199Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:45:44.199Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_sLmsBBpuzwcASx1x9Tdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:45:44.199Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:45:44.200Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_sLmsBBpuzwcASx1x9Tdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:45:44.200Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:45:44.200Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_sLmsBBpuzwcASx1x9Tdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:45:44.200Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:45:44.200Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_sLmsBBpuzwcASx1x9Tdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:45:44.201Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_sLmsBBpuzwcASx1x9Tdk
Description:catalog service description
Model UUID:2f903de1-8cfb-4971-8628-ddbaac795c55
Model Version:NULL
Model InvariantUuid:232c3113-d2be-49e4-9655-9242c6b4bb82
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-21T00:45:44.209Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: fa548d9d-09b8-4b29-9797-24ab0c10ee4c
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-21T00:45:44.212Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||pNF cb5d6a45-a9ba 0
2021-05-21T00:45:44.213Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fa548d9d-09b8-4b29-9797-24ab0c10ee4c
2021-05-21T00:45:44.213Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 2f903de1-8cfb-4971-8628-ddbaac795c55
2021-05-21T00:45:44.213Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2f903de1-8cfb-4971-8628-ddbaac795c55
2021-05-21T00:45:44.213Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cb5d6a45-a9ba 0 fa548d9d-09b8-4b29-9797-24ab0c10ee4c 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-21T00:45:44.218Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-21T00:45:44.218Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_sLmsBBpuzwcASx1x9Tdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-21T00:45:44.219Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2f903de1-8cfb-4971-8628-ddbaac795c55: pNF cb5d6a45-a9ba
2021-05-21T00:45:44.219Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||INFO|500||Processing PNF resource: fa548d9d-09b8-4b29-9797-24ab0c10ee4c
2021-05-21T00:45:44.219Z|7be5fe0b-15bf-4c94-8dfc-233911f822e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery