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-04-27T14:50:52.510Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-d8b69c5ff-9kv2b with PID 14 (/app/app.jar started by so in /app)
2021-04-27T14:50:52.516Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-27T14:50:52.517Z||main|||||INFO|500||The following profiles are active: basic
2021-04-27T14:50:58.939Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-27T14:50:58.940Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-27T14:50:59.025Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-27T14:51:00.488Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-27T14:51:00.673Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-27T14:51:01.008Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-27T14:51:01.012Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-27T14:51:01.098Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-27T14:51:01.244Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-27T14:51:01.667Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-27T14:51:02.318Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-27T14:51:04.486Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-27T14:51:04.535Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-27T14:51:04.898Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-27T14:51:05.095Z||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-04-27T14:51:06.220Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-27T14:51:07.124Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-27T14:51:07.143Z||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$$b8aa512d.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-04-27T14:51:07.144Z||main|||||WARN|500||The sdc end point is not alive
2021-04-27T14:51:09.402Z||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-04-27T14:51:11.772Z||main|||||WARN|500||---
2021-04-27T14:51:11.772Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-27T14:51:11.773Z||main|||||WARN|500||---
2021-04-27T14:51:12.095Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-27T14:51:15.101Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T14:51:15.105Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T14:51:15.106Z||main|||||INFO|500||Started Application in 24.616 seconds (JVM running for 25.736)
2021-04-27T14:51:15.115Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T14:51:15.190Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T14:51:15.261Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 92c9f08a-bdac-4d91-bfec-07d26f81cad0 url= /sdc/v1/artifactTypes
2021-04-27T14:51:15.262Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T14:51:16.358Z||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.20.253] 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-04-27T14:51:16.363Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1dab9b22
2021-04-27T14:51:16.363Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T14:51:16.372Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T14:51:16.374Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T14:51:16.376Z||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-04-27T14:52:05.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T14:52:05.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T14:52:05.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T14:52:05.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T14:52:05.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3ea6c132-901b-40fe-a12d-aa07790b43a1 url= /sdc/v1/artifactTypes
2021-04-27T14:52:05.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T14:52:06.154Z||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.20.253] 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-04-27T14:52:06.155Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6ff288c7
2021-04-27T14:52:06.155Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T14:52:06.156Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T14:52:06.156Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T14:52:06.156Z||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-04-27T14:52:55.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T14:52:55.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T14:52:55.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T14:52:55.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T14:52:55.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e845024a-0cd9-4cda-82db-47f9d152e589 url= /sdc/v1/artifactTypes
2021-04-27T14:52:55.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T14:52:56.133Z||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.20.253] 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-04-27T14:52:56.134Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4648e207
2021-04-27T14:52:56.134Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T14:52:56.134Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T14:52:56.135Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T14:52:56.135Z||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-04-27T14:53:45.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T14:53:45.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T14:53:45.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T14:53:45.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T14:53:45.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3dc495f-a7c7-46ad-b0dd-53a4267e2521 url= /sdc/v1/artifactTypes
2021-04-27T14:53:45.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T14:53:46.118Z||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.20.253] 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-04-27T14:53:46.119Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f2d6a6b
2021-04-27T14:53:46.119Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T14:53:46.120Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T14:53:46.120Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T14:53:46.121Z||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-04-27T14:54:35.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T14:54:35.096Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T14:54:35.096Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T14:54:35.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T14:54:35.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc29c552-00f7-419f-9d40-a092be75e1f8 url= /sdc/v1/artifactTypes
2021-04-27T14:54:35.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T14:54:36.133Z||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.20.253] 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-04-27T14:54:36.134Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c3f9cc2
2021-04-27T14:54:36.134Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T14:54:36.134Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T14:54:36.135Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T14:54:36.135Z||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-04-27T14:55:25.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T14:55:25.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T14:55:25.096Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T14:55:25.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T14:55:25.116Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8a9c9994-5966-497f-be06-a680fad01860 url= /sdc/v1/artifactTypes
2021-04-27T14:55:25.116Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T14:55:26.149Z||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.20.253] 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-04-27T14:55:26.150Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3bf7a37a
2021-04-27T14:55:26.150Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T14:55:26.151Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T14:55:26.151Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T14:55:26.151Z||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-04-27T14:56:15.098Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T14:56:15.101Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T14:56:15.102Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T14:56:15.110Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T14:56:15.119Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8f11c11c-42a1-428b-ba9d-fa0e6a9a6795 url= /sdc/v1/artifactTypes
2021-04-27T14:56:15.120Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T14:56:16.166Z||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.20.253] 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-04-27T14:56:16.167Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@707a63fe
2021-04-27T14:56:16.167Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T14:56:16.167Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T14:56:16.168Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T14:56:16.168Z||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-04-27T14:57:05.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T14:57:05.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T14:57:05.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T14:57:05.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T14:57:05.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ed658c52-fd72-4713-bead-3115fa6ae623 url= /sdc/v1/artifactTypes
2021-04-27T14:57:05.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T14:57:06.117Z||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.20.253] 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-04-27T14:57:06.118Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@264fff84
2021-04-27T14:57:06.118Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T14:57:06.118Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T14:57:06.118Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T14:57:06.119Z||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-04-27T14:57:55.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T14:57:55.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T14:57:55.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T14:57:55.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T14:57:55.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 443e4049-36b8-46e8-9395-2dbde340fe5c url= /sdc/v1/artifactTypes
2021-04-27T14:57:55.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T14:57:56.133Z||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.20.253] 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-04-27T14:57:56.133Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68dfb7d1
2021-04-27T14:57:56.134Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T14:57:56.134Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T14:57:56.134Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T14:57:56.134Z||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-04-27T14:58:45.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T14:58:45.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T14:58:45.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T14:58:45.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T14:58:45.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 606bdec9-884e-44c5-8f78-5c21edd040ad url= /sdc/v1/artifactTypes
2021-04-27T14:58:45.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T14:58:46.117Z||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.20.253] 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-04-27T14:58:46.118Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d3b6d2c
2021-04-27T14:58:46.118Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T14:58:46.118Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T14:58:46.118Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T14:58:46.118Z||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-04-27T14:59:35.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T14:59:35.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T14:59:35.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T14:59:35.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T14:59:35.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 60b0b30a-9ab8-4fc3-a722-73980ecb6259 url= /sdc/v1/artifactTypes
2021-04-27T14:59:35.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T14:59:36.134Z||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.20.253] 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-04-27T14:59:36.135Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ff2e71e
2021-04-27T14:59:36.135Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T14:59:36.135Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T14:59:36.136Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T14:59:36.136Z||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-04-27T15:00:25.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T15:00:25.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T15:00:25.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T15:00:25.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T15:00:25.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 85507a76-435b-43a1-b047-9436c9ab696b url= /sdc/v1/artifactTypes
2021-04-27T15:00:25.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T15:00:26.117Z||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.20.253] 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-04-27T15:00:26.118Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@399fefed
2021-04-27T15:00:26.118Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T15:00:26.118Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T15:00:26.118Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T15:00:26.118Z||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-04-27T15:01:15.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T15:01:15.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T15:01:15.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T15:01:15.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T15:01:15.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 195a021b-f71e-477a-a572-b88bf08bb04d url= /sdc/v1/artifactTypes
2021-04-27T15:01:15.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T15:01:16.133Z||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.20.253] 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-04-27T15:01:16.134Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@260272ba
2021-04-27T15:01:16.134Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T15:01:16.134Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T15:01:16.134Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T15:01:16.135Z||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-04-27T15:01:23.925Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-27T15:02:05.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T15:02:05.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T15:02:05.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T15:02:05.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T15:02:05.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9b123e2-f5cb-4bca-b111-6e9d53806017 url= /sdc/v1/artifactTypes
2021-04-27T15:02:05.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T15:02:05.268Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-27T15:02:05.275Z||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-04-27T15:02:05.296Z||scheduling-1|||||DEBUG|500||create keys
2021-04-27T15:02:05.303Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-27T15:02:05.330Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:02:05.345Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5bd5aaf7-8d74-4b6c-9c83-1ed7e8e50d9a url= /sdc/v1/registerForDistribution
2021-04-27T15:02:05.442Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5bd5aaf7-8d74-4b6c-9c83-1ed7e8e50d9a url= /sdc/v1/registerForDistribution
2021-04-27T15:02:05.443Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-27T15:02:05.451Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:02:05.453Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:02:05.455Z||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-04-27T15:02:05.455Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:02:05.455Z||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-04-27T15:02:05.456Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:02:05.458Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-27T15:02:15.709Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:02:15.765Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:03:05.449Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:03:05.450Z||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-04-27T15:03:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:03:05.453Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:03:05.453Z||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-04-27T15:03:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:03:14.994Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:03:14.996Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:04:05.450Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:04:05.450Z||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-04-27T15:04:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:04:05.453Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:04:05.453Z||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-04-27T15:04:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:04:14.996Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:04:14.998Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:05:05.450Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:05:05.452Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-27T15:05:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:05:05.453Z||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-04-27T15:05:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:05:05.456Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ...
2021-04-27T15:05:14.998Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:05:14.999Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:06:05.450Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:06:05.450Z||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-04-27T15:06:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:06:05.453Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:06:05.453Z||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-04-27T15:06:05.454Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:06:14.998Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:06:15.000Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:07:05.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:07:05.450Z||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-04-27T15:07:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:07:05.453Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:07:05.453Z||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-04-27T15:07:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:07:14.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:07:14.992Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:08:05.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:08:05.450Z||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-04-27T15:08:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:08:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:08:05.453Z||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-04-27T15:08:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:08:14.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:08:14.995Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:09:05.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:09:05.450Z||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-04-27T15:09:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:09:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:09:05.454Z||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-04-27T15:09:05.454Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:09:14.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:09:14.989Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:10:05.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:10:05.450Z||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-04-27T15:10:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:10:05.453Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:10:05.454Z||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-04-27T15:10:05.454Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:10:14.991Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:10:14.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:11:05.450Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:11:05.451Z||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-04-27T15:11:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:11:05.453Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:11:05.454Z||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-04-27T15:11:05.454Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:11:14.990Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:11:14.993Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:12:05.450Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:12:05.451Z||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-04-27T15:12:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:12:05.453Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:12:05.453Z||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-04-27T15:12:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:12:14.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:12:14.993Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:13:05.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:13:05.450Z||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-04-27T15:13:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:13:05.453Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:13:05.453Z||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-04-27T15:13:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:13:14.990Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:13:14.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:14:05.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:14:05.450Z||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-04-27T15:14:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:14:05.453Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:14:05.453Z||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-04-27T15:14:05.454Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:14:15.000Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:14:15.000Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:15:05.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:15:05.450Z||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-04-27T15:15:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:15:05.453Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:15:05.453Z||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-04-27T15:15:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:15:14.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:15:14.990Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:16:05.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:16:05.450Z||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-04-27T15:16:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:16:05.453Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:16:05.453Z||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-04-27T15:16:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:16:14.990Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:16:14.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:17:05.450Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:17:05.452Z||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-04-27T15:17:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:17:05.453Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:17:05.453Z||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-04-27T15:17:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:17:14.994Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:17:14.994Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:18:05.450Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:18:05.451Z||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-04-27T15:18:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:18:05.453Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:18:05.453Z||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-04-27T15:18:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:18:14.994Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:18:14.994Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:19:05.450Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:19:05.451Z||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-04-27T15:19:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:19:05.453Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:19:05.453Z||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-04-27T15:19:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:19:14.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:19:14.991Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:20:05.450Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:20:05.450Z||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-04-27T15:20:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:20:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:20:05.453Z||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-04-27T15:20:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:20:14.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:20:14.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:21:05.450Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:21:05.450Z||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-04-27T15:21:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:21:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:21:05.454Z||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-04-27T15:21:05.454Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:21:14.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:21:14.992Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:22:05.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:22:05.450Z||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-04-27T15:22:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:22:05.453Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:22:05.453Z||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-04-27T15:22:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:22:14.992Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:22:14.995Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:23:05.450Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:23:05.450Z||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-04-27T15:23:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:23:05.453Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:23:05.453Z||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-04-27T15:23:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:23:14.989Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:23:14.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:24:05.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:24:05.450Z||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-04-27T15:24:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:24:05.453Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:24:05.453Z||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-04-27T15:24:05.454Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:24:14.989Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:24:14.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:25:05.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:25:05.451Z||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-04-27T15:25:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:25:05.453Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:25:05.453Z||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-04-27T15:25:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:25:14.992Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:25:14.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:26:05.450Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:26:05.451Z||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-04-27T15:26:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:26:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:26:05.453Z||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-04-27T15:26:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:26:14.989Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:26:14.993Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:27:05.450Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:27:05.450Z||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-04-27T15:27:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:27:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:27:05.453Z||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-04-27T15:27:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:27:14.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:27:14.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:28:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:28:05.451Z||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-04-27T15:28:05.452Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:28:05.453Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:28:05.454Z||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-04-27T15:28:05.455Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:28:14.994Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:28:14.995Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:29:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:29:05.450Z||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-04-27T15:29:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:29:05.453Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:29:05.453Z||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-04-27T15:29:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:29:14.988Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:29:14.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:30:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:30:05.450Z||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-04-27T15:30:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:30:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:30:05.453Z||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-04-27T15:30:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:30:14.990Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:30:15.002Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:31:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:31:05.450Z||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-04-27T15:31:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:31:05.453Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:31:05.453Z||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-04-27T15:31:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:31:14.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:31:14.993Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:32:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:32:05.451Z||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-04-27T15:32:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:32:05.453Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:32:05.453Z||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-04-27T15:32:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:32:14.987Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:32:14.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:33:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:33:05.450Z||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-04-27T15:33:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:33:05.453Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:33:05.453Z||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-04-27T15:33:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:33:14.988Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:33:14.991Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:34:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:34:05.450Z||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-04-27T15:34:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:34:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:34:05.453Z||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-04-27T15:34:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:34:14.988Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:34:14.990Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:35:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:35:05.450Z||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-04-27T15:35:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:35:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:35:05.453Z||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-04-27T15:35:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:35:14.991Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:35:14.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:36:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:36:05.452Z||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-04-27T15:36:05.452Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:36:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:36:05.453Z||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-04-27T15:36:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:36:14.991Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:36:14.992Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:37:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:37:05.451Z||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-04-27T15:37:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:37:05.453Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:37:05.453Z||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-04-27T15:37:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:37:14.987Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:37:14.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:38:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:38:05.450Z||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-04-27T15:38:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:38:05.453Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:38:05.453Z||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-04-27T15:38:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:38:14.990Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:38:14.992Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:39:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:39:05.450Z||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-04-27T15:39:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:39:05.453Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:39:05.453Z||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-04-27T15:39:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:39:14.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:39:14.991Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:40:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:40:05.451Z||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-04-27T15:40:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:40:05.453Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:40:05.453Z||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-04-27T15:40:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:40:14.988Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:40:14.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:41:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:41:05.451Z||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-04-27T15:41:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:41:05.453Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:41:05.453Z||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-04-27T15:41:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:41:14.986Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:41:14.988Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:42:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:42:05.450Z||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-04-27T15:42:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:42:05.453Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:42:05.453Z||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-04-27T15:42:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:42:14.987Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:42:14.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:43:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:43:05.450Z||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-04-27T15:43:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:43:05.453Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:43:05.453Z||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-04-27T15:43:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:43:14.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:43:14.987Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:44:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:44:05.450Z||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-04-27T15:44:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:44:05.453Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:44:05.453Z||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-04-27T15:44:05.454Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:44:14.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:44:14.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:45:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:45:05.451Z||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-04-27T15:45:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:45:05.453Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:45:05.453Z||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-04-27T15:45:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:45:14.995Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:45:14.997Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:46:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:46:05.451Z||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-04-27T15:46:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:46:05.453Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:46:05.453Z||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-04-27T15:46:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:46:14.987Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:46:14.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:47:05.450Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:47:05.451Z||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-04-27T15:47:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:47:05.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:47:05.454Z||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-04-27T15:47:05.454Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:47:14.993Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:47:14.993Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:48:05.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:48:05.450Z||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-04-27T15:48:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:48:05.453Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:48:05.453Z||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-04-27T15:48:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:48:14.990Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:48:14.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:49:05.450Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:49:05.450Z||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-04-27T15:49:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:49:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:49:05.453Z||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-04-27T15:49:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:49:14.983Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:49:14.989Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:50:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:50:05.450Z||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-04-27T15:50:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:50:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:50:05.453Z||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-04-27T15:50:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:50:14.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:50:14.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:51:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:51:05.450Z||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-04-27T15:51:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:51:05.453Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:51:05.453Z||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-04-27T15:51:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:51:14.988Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:51:14.989Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:52:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:52:05.450Z||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-04-27T15:52:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:52:05.453Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:52:05.453Z||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-04-27T15:52:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:52:14.986Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:52:14.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:53:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:53:05.450Z||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-04-27T15:53:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:53:05.453Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:53:05.453Z||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-04-27T15:53:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:53:14.990Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:53:14.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:54:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:54:05.450Z||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-04-27T15:54:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:54:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:54:05.453Z||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-04-27T15:54:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:54:14.993Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:54:14.994Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:55:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:55:05.450Z||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-04-27T15:55:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:55:05.453Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:55:05.453Z||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-04-27T15:55:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:55:14.987Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:55:14.988Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:56:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:56:05.450Z||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-04-27T15:56:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:56:05.453Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:56:05.453Z||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-04-27T15:56:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:56:14.990Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:56:14.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:57:05.450Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:57:05.451Z||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-04-27T15:57:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:57:05.453Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:57:05.453Z||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-04-27T15:57:05.454Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:57:14.992Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:57:14.993Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:58:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:58:05.450Z||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-04-27T15:58:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:58:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:58:05.453Z||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-04-27T15:58:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:58:14.993Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:58:14.995Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:59:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:59:05.450Z||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-04-27T15:59:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:59:05.453Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T15:59:05.453Z||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-04-27T15:59:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T15:59:14.988Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T15:59:14.988Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:00:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:00:05.450Z||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-04-27T16:00:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:00:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:00:05.454Z||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-04-27T16:00:05.454Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:00:14.985Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:00:14.987Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:01:05.450Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:01:05.451Z||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-04-27T16:01:05.452Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:01:05.453Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:01:05.453Z||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-04-27T16:01:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:01:14.991Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:01:14.992Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:02:05.450Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:02:05.451Z||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-04-27T16:02:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:02:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:02:05.453Z||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-04-27T16:02:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:02:14.991Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:02:14.993Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:03:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:03:05.450Z||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-04-27T16:03:05.451Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:03:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:03:05.453Z||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-04-27T16:03:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:03:14.986Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:03:14.987Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:04:05.450Z||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-04-27T16:04:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:04:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:04:05.453Z||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-04-27T16:04:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:04:05.847Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:05.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "cds",
"timestamp": 1619539421410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1619539422782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "dcae-sch",
"timestamp": 1619539421090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539416548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1619539422782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "cds",
"timestamp": 1619539421410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "dcae-sch",
"timestamp": 1619539421090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539416548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T16:04:05.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539424862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1619539422782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "cds",
"timestamp": 1619539421410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "dcae-sch",
"timestamp": 1619539421090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539416548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T16:04:05.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539424862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T16:04:05.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1619539422782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "cds",
"timestamp": 1619539421410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "dcae-sch",
"timestamp": 1619539421090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539416548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539424862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T16:04:05.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1619539422782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "cds",
"timestamp": 1619539421410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "dcae-sch",
"timestamp": 1619539421090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539416548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-27T16:04:05.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539427487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539424862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1619539422782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "cds",
"timestamp": 1619539421410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "dcae-sch",
"timestamp": 1619539421090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539416548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539427487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T16:04:05.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539424862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-27T16:04:05.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1619539422782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "cds",
"timestamp": 1619539421410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:04:05.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "dcae-sch",
"timestamp": 1619539421090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539416548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:04:05.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539427487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T16:04:05.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539424862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539430948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:04:05.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:04:05.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "cds",
"timestamp": 1619539430966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:04:05.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:04:05.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539427487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:05.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539424862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:04:05.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:05.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:05.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "cds",
"timestamp": 1619539431982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-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-04-27T16:04:06.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:06.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e30c2c36-cca5-41f9-ad17-410ca466c8d3","serviceName":"basic_onboard_xGxWXc","serviceVersion":"1.0","serviceUUID":"0c936a79-301a-4ae1-ac0c-11ff848bd266","serviceDescription":"service","serviceInvariantUUID":"6992894d-6c76-4306-9631-82e0bfb3709b","resources":[{"resourceInstanceName":"basic_onboard_xGxWXc 0","resourceName":"basic_onboard_xGxWXc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ca6e6c5-c792-4f99-a77d-dd84162ad99c","resourceInvariantUUID":"e337da4a-a873-4b56-a59b-4c1e8168fc7e","resourceCustomizationUUID":"532c0571-74f5-4809-b2d7-c77a24edcb68","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml","artifactChecksum":"YWY1NTliNTUzNTM2N2NkODYzMWM3OWQ5MGYxNjYyN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c92fd982-0b28-424f-9cca-797c0a67480e","artifactVersion":"1"},{"artifactName":"basic_onboard_xgxwxc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json","artifactChecksum":"ZDQxM2NlODRkNTZjNzAwMGE2ZDJlNGFhM2MwYTUyNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"75a6eeb0-d6cd-4578-a729-3b8ab589b94b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"47f3d241-f13c-4b35-be26-10e51edd5ac7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c287023b-db82-49ce-928f-b5230a77af16","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b2e44b55-a2d0-4aba-8671-f812508f881c","artifactVersion":"2","generatedFromUUID":"47f3d241-f13c-4b35-be26-10e51edd5ac7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXgxwxc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml","artifactChecksum":"NDMzZWQxMzFkM2MxYmZlNDAxOTEyMzBmODYyYWMwYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"48610ef4-f427-42d0-9225-a3266e1c1cb1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXgxwxc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar","artifactChecksum":"ZmM3YTM4ZjNmODA0NDI4MmU1OTAyNWU4ZTBmMTE2YjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f6e8c068-5bef-452b-9382-68fce21794a2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T16:04:06.087Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e30c2c36-cca5-41f9-ad17-410ca466c8d3
2021-04-27T16:04:06.088Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:04:06.096Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:04:06.104Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e30c2c36-cca5-41f9-ad17-410ca466c8d3 and ComponentName cds
2021-04-27T16:04:06.106Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:04:06.106Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539445449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
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-04-27T16:04:06.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539427487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-27T16:04:06.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539432267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:04:06.122Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:04:06.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539433029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:04:06.122Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:04:06.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539427487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539433717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:04:06.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:04:06.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "policy-id",
"timestamp": 1619539433145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539427487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:04:06.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539434530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:04:06.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:04:06.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539434724,
"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-04-27T16:04:06.134Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e30c2c36-cca5-41f9-ad17-410ca466c8d3
2021-04-27T16:04:06.134Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e30c2c36-cca5-41f9-ad17-410ca466c8d3 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-04-27T16:04:06.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "policy-id",
"timestamp": 1619539433145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539435728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T16:04:06.140Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "policy-id",
"timestamp": 1619539433145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T16:04:06.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539435212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539435917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:04:06.140Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539436118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:04:06.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:04:06.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "policy-id",
"timestamp": 1619539433145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539435212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539437089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:04:06.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:04:06.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539437123,
"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-04-27T16:04:06.160Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e30c2c36-cca5-41f9-ad17-410ca466c8d3
2021-04-27T16:04:06.160Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e30c2c36-cca5-41f9-ad17-410ca466c8d3 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-04-27T16:04:06.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "policy-id",
"timestamp": 1619539433145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539435212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539438129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T16:04:06.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:04:06.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539438267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:04:06.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:04:06.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "policy-id",
"timestamp": 1619539433145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539435212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "policy-id",
"timestamp": 1619539433145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:04:06.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539435212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539440022,
"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-04-27T16:04:06.178Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e30c2c36-cca5-41f9-ad17-410ca466c8d3
2021-04-27T16:04:06.178Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e30c2c36-cca5-41f9-ad17-410ca466c8d3 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-04-27T16:04:06.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539435212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539441026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T16:04:06.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:04:06.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "clamp",
"timestamp": 1619539440648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "policy-id",
"timestamp": 1619539441280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:04:06.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:04:06.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539435212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:04:06.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "clamp",
"timestamp": 1619539440648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T16:04:06.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "policy-id",
"timestamp": 1619539442289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T16:04:06.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:04:06.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "aai-ml",
"timestamp": 1619539441946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539443103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:04:06.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:04:06.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "clamp",
"timestamp": 1619539440648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "policy-id",
"timestamp": 1619539443292,
"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-04-27T16:04:06.190Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e30c2c36-cca5-41f9-ad17-410ca466c8d3
2021-04-27T16:04:06.190Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e30c2c36-cca5-41f9-ad17-410ca466c8d3 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-04-27T16:04:06.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "aai-ml",
"timestamp": 1619539441946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "clamp",
"timestamp": 1619539440648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "aai-ml",
"timestamp": 1619539441946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:04:06.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "clamp",
"timestamp": 1619539440648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:06.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:04:06.206Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-04-27T16:04:06.211Z||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-04-27T16:04:06.211Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:04:06.219Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:06.220Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:04:07.114Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:04:07.114Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:04:07.116Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:04:07.116Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539445449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T16:04:07.216Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:04:07.217Z||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-04-27T16:04:07.219Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:04:07.227Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:07.228Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:04:08.117Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:04:08.118Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:04:08.120Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:04:08.120Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539445449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T16:04:08.220Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:04:08.221Z||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-04-27T16:04:08.221Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:04:08.230Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:08.231Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:04:09.121Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:04:09.122Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:04:09.125Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:04:09.125Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539445449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:09.225Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:04:09.226Z||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-04-27T16:04:09.226Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:04:09.234Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:09.235Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:04:10.125Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:04:10.126Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:04:10.128Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:04:10.128Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539445449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-27T16:04:10.228Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:04:10.229Z||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-04-27T16:04:10.229Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:04:10.237Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:10.238Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-27T16:04:11.129Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:04:11.130Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:04:11.132Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:04:11.132Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539445449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:04:11.232Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T16:04:11.233Z||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-04-27T16:04:11.233Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:04:11.241Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:11.241Z||pool-8-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:04:12.133Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:04:12.134Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:04:12.136Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:04:12.136Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539445449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:04:12.236Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:04:12.237Z||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-04-27T16:04:12.237Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:04:12.246Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:12.247Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":2,"count":1}
2021-04-27T16:04:13.138Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"serviceName": "basic_onboard_xGxWXc",
"serviceVersion": "1.0",
"serviceUUID": "0c936a79-301a-4ae1-ac0c-11ff848bd266",
"serviceDescription": "service",
"serviceInvariantUUID": "6992894d-6c76-4306-9631-82e0bfb3709b",
"resources": [
{
"resourceInstanceName": "basic_onboard_xGxWXc 0",
"resourceCustomizationUUID": "532c0571-74f5-4809-b2d7-c77a24edcb68",
"resourceName": "basic_onboard_xGxWXc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6ca6e6c5-c792-4f99-a77d-dd84162ad99c",
"resourceInvariantUUID": "e337da4a-a873-4b56-a59b-4c1e8168fc7e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xgxwxc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"artifactChecksum": "ZDQxM2NlODRkNTZjNzAwMGE2ZDJlNGFhM2MwYTUyNjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "75a6eeb0-d6cd-4578-a729-3b8ab589b94b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "47f3d241-f13c-4b35-be26-10e51edd5ac7",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b2e44b55-a2d0-4aba-8671-f812508f881c",
"generatedFromUUID": "47f3d241-f13c-4b35-be26-10e51edd5ac7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b2e44b55-a2d0-4aba-8671-f812508f881c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXgxwxc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"artifactChecksum": "ZmM3YTM4ZjNmODA0NDI4MmU1OTAyNWU4ZTBmMTE2YjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f6e8c068-5bef-452b-9382-68fce21794a2"
}
],
"workloadContext": "Production"
}
2021-04-27T16:04:13.139Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T16:04:13.139Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0c936a79-301a-4ae1-ac0c-11ff848bd266 ASDC
2021-04-27T16:04:13.310Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e30c2c36-cca5-41f9-ad17-410ca466c8d3
ServiceName:basic_onboard_xGxWXc
ServiceVersion:1.0
ServiceUUID:0c936a79-301a-4ae1-ac0c-11ff848bd266
ServiceInvariantUUID:6992894d-6c76-4306-9631-82e0bfb3709b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXgxwxc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar
ArtifactUUID:f6e8c068-5bef-452b-9382-68fce21794a2
ArtifactChecksum:ZmM3YTM4ZjNmODA0NDI4MmU1OTAyNWU4ZTBmMTE2YjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_xGxWXc 0
ResourceCustomizationUUID:532c0571-74f5-4809-b2d7-c77a24edcb68
ResourceInvariantUUID:e337da4a-a873-4b56-a59b-4c1e8168fc7e
ResourceName:basic_onboard_xGxWXc
ResourceType:VF
ResourceUUID:6ca6e6c5-c792-4f99-a77d-dd84162ad99c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xgxwxc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json
ArtifactUUID:75a6eeb0-d6cd-4578-a729-3b8ab589b94b
ArtifactChecksum:ZDQxM2NlODRkNTZjNzAwMGE2ZDJlNGFhM2MwYTUyNjM=
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/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:47f3d241-f13c-4b35-be26-10e51edd5ac7
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/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env
ArtifactUUID:b2e44b55-a2d0-4aba-8671-f812508f881c
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/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env
ArtifactUUID:b2e44b55-a2d0-4aba-8671-f812508f881c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-27T16:04:13.311Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c936a79-301a-4ae1-ac0c-11ff848bd266 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-04-27T16:04:13.360Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T16:04:13.360Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T16:04:13.361Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T16:04:13.361Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f6e8c068-5bef-452b-9382-68fce21794a2 from URL: /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:13.362Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T16:04:13.362Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:13.679Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T16:04:13.699Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar f6e8c068-5bef-452b-9382-68fce21794a2 75692
2021-04-27T16:04:13.700Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar ASDC sendASDCNotification
2021-04-27T16:04:13.700Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:13.702Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T16:04:13.703Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:04:13.704Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:04:13.704Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539453700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:04:13.805Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:04:13.806Z||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-04-27T16:04:13.806Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:04:13.814Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:13.815Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:04:14.705Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T16:04:14.707Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T16:04:14.707Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f6e8c068-5bef-452b-9382-68fce21794a2, URL: /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar to file: /app/ASDC/1/service-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:14.707Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:14.852Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:14.853Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:15.183Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9748419601453477786/Definitions/service-BasicOnboardXgxwxc-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-04-27T16:04:17.230Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T16:04:17.234Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T16:04:17.234Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:17.234Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||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-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||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-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||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-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||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-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xGxWXc 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-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||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-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xGxWXc 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||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-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T16:04:17.241Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:17.243Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:04:17.247Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria
2021-04-27T16:04:17.247Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T16:04:17.248Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T16:04:17.250Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:17.250Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:04:17.250Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria
2021-04-27T16:04:17.250Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T16:04:17.250Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T16:04:17.259Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:17.260Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:04:17.264Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:17.264Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is not matching search criteria
2021-04-27T16:04:17.264Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-27T16:04:17.264Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-27T16:04:17.265Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-27T16:04:17.265Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-27T16:04:17.265Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-27T16:04:17.265Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:17.266Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T16:04:17.267Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:17.267Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria
2021-04-27T16:04:17.267Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T16:04:17.268Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:17.268Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria
2021-04-27T16:04:17.268Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T16:04:17.269Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:17.269Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria
2021-04-27T16:04:17.269Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T16:04:17.269Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:17.270Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is not matching search criteria
2021-04-27T16:04:17.270Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-27T16:04:17.270Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-27T16:04:17.270Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c13a8ce5-fbe7-418f-9188-b03597cd438a
2021-04-27T16:04:17.270Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:17.270Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:04:17.271Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:17.271Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:04:17.271Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:17.271Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:04:17.271Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:17.271Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:04:17.272Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_xGxWXc
Description:service
Model UUID:0c936a79-301a-4ae1-ac0c-11ff848bd266
Model Version:NULL
Model InvariantUuid:6992894d-6c76-4306-9631-82e0bfb3709b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_xGxWXc
Model UUID:2e42f5cd-99a1-48fe-8776-53352e520866
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e337da4a-a873-4b56-a59b-4c1e8168fc7e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:532c0571-74f5-4809-b2d7-c77a24edcb68
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:38991f61-a840-4284-afa7-bf6614c804c4
ModelName:BasicOnboardXgxwxc..base_ubuntu18..module-0
ModelUuid:70aa12ff-f624-4f3f-820a-a4912df22daf
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c13a8ce5-fbe7-418f-9188-b03597cd438a
ModelInvariantUuid:9340d819-cd76-4e69-b2a5-a2803120b734
ModelName:basic_onboard_xGxWXc-nodes.ubuntu18Cvfc
ModelUuid:ae984d5b-c4cd-4e35-a34b-bcdb1f10b83d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6f44f61a-a87d-4828-9f51-51db976aa614
ModelInvariantUuid:b1bae327-d6f9-4eaa-bafc-2a8daa494494
ModelName:BasicOnboardXgxwxc.compute.nodes.heat.ubuntu18
ModelUuid:f2a13468-4bde-4f13-8082-1f6162284ac8
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-04-27T16:04:17.281Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6ca6e6c5-c792-4f99-a77d-dd84162ad99c
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-04-27T16:04:17.495Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||basic_onboard_xGxWXc 0
2021-04-27T16:04:17.503Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6ca6e6c5-c792-4f99-a77d-dd84162ad99c
2021-04-27T16:04:17.504Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 75a6eeb0-d6cd-4578-a729-3b8ab589b94b from URL: /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json
2021-04-27T16:04:17.504Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T16:04:17.504Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json
2021-04-27T16:04:17.648Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T16:04:17.648Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json 75a6eeb0-d6cd-4578-a729-3b8ab589b94b 798
2021-04-27T16:04:17.649Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json ASDC sendASDCNotification
2021-04-27T16:04:17.649Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json
2021-04-27T16:04:17.649Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T16:04:17.649Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:04:17.651Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:04:17.651Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539457649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:04:17.751Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:04:17.752Z||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-04-27T16:04:17.752Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:04:17.759Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:17.760Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:04:18.652Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXgxwxc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "38991f61-a840-4284-afa7-bf6614c804c4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "70aa12ff-f624-4f3f-820a-a4912df22daf",
"vfModuleModelCustomizationUUID": "0de45fa5-a505-420a-8045-3db52c25a26b",
"isBase": true,
"artifacts": [
"47f3d241-f13c-4b35-be26-10e51edd5ac7",
"b2e44b55-a2d0-4aba-8671-f812508f881c"
],
"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-04-27T16:04:18.673Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXgxwxc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:70aa12ff-f624-4f3f-820a-a4912df22daf
VfModuleModelInvariantUUID:38991f61-a840-4284-afa7-bf6614c804c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
47f3d241-f13c-4b35-be26-10e51edd5ac7
,
b2e44b55-a2d0-4aba-8671-f812508f881c
}
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-04-27T16:04:18.676Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXgxwxc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "38991f61-a840-4284-afa7-bf6614c804c4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "70aa12ff-f624-4f3f-820a-a4912df22daf",
"vfModuleModelCustomizationUUID": "0de45fa5-a505-420a-8045-3db52c25a26b",
"isBase": true,
"artifacts": [
"47f3d241-f13c-4b35-be26-10e51edd5ac7",
"b2e44b55-a2d0-4aba-8671-f812508f881c"
],
"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-04-27T16:04:18.676Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXgxwxc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:70aa12ff-f624-4f3f-820a-a4912df22daf
VfModuleModelInvariantUUID:38991f61-a840-4284-afa7-bf6614c804c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
47f3d241-f13c-4b35-be26-10e51edd5ac7
,
b2e44b55-a2d0-4aba-8671-f812508f881c
}
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-04-27T16:04:18.676Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 47f3d241-f13c-4b35-be26-10e51edd5ac7 from URL: /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml
2021-04-27T16:04:18.676Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T16:04:18.676Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml
2021-04-27T16:04:18.815Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T16:04:18.816Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml 47f3d241-f13c-4b35-be26-10e51edd5ac7 5033
2021-04-27T16:04:18.816Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-27T16:04:18.816Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml
2021-04-27T16:04:18.816Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T16:04:18.816Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:04:18.818Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:04:18.818Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539458816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:04:18.918Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:04:18.920Z||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-04-27T16:04:18.920Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:04:18.930Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:18.931Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-27T16:04:19.819Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b2e44b55-a2d0-4aba-8671-f812508f881c from URL: /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env
2021-04-27T16:04:19.819Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T16:04:19.820Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env
2021-04-27T16:04:19.964Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T16:04:19.965Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env b2e44b55-a2d0-4aba-8671-f812508f881c 909
2021-04-27T16:04:19.965Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-27T16:04:19.966Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env
2021-04-27T16:04:19.966Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T16:04:19.966Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:04:19.968Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:04:19.968Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539459965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:04:20.068Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:04:20.069Z||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-04-27T16:04:20.069Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:04:20.078Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:20.078Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:04:20.969Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0c936a79-301a-4ae1-ac0c-11ff848bd266
2021-04-27T16:04:20.969Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xGxWXc 0 6ca6e6c5-c792-4f99-a77d-dd84162ad99c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T16:04:21.006Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:21.006Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:04:21.006Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-04-27T16:04:21.006Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 532c0571-74f5-4809-b2d7-c77a24edcb68
2021-04-27T16:04:21.007Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 532c0571-74f5-4809-b2d7-c77a24edcb68 matches Tosca VF Customization UUID: 532c0571-74f5-4809-b2d7-c77a24edcb68
2021-04-27T16:04:21.007Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 532c0571-74f5-4809-b2d7-c77a24edcb68 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-04-27T16:04:21.015Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:21.015Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:04:21.016Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 532c0571-74f5-4809-b2d7-c77a24edcb68: {\"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-04-27T16:04:21.016Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44c5dc8c
2021-04-27T16:04:21.017Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:21.017Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T16:04:21.017Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0de45fa5-a505-420a-8045-3db52c25a26b
2021-04-27T16:04:21.018Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0de45fa5-a505-420a-8045-3db52c25a26b
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-04-27T16:04:21.024Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:21.024Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria
2021-04-27T16:04:21.025Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T16:04:21.025Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:21.026Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria
2021-04-27T16:04:21.026Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T16:04:21.026Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:21.026Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is not matching search criteria
2021-04-27T16:04:21.027Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-27T16:04:21.027Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-27T16:04:21.027Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c13a8ce5-fbe7-418f-9188-b03597cd438a
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-04-27T16:04:21.034Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:21.035Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria
2021-04-27T16:04:21.035Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T16:04:21.035Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:21.036Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria
2021-04-27T16:04:21.036Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0] matching following query criteria: sdcType=VF, customizationUUID=532c0571-74f5-4809-b2d7-c77a24edcb68
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-04-27T16:04:21.038Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:21.038Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:04:21.039Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0c936a79-301a-4ae1-ac0c-11ff848bd266: basic_onboard_xGxWXc
2021-04-27T16:04:21.039Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:21.039Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:04:21.039Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:21.039Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:04:21.040Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:21.040Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:04:21.040Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:21.040Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:04:21.040Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:04:21.041Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:04:21.041Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_xGxWXc
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-04-27T16:04:21.189Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_xGxWXc 6ca6e6c5-c792-4f99-a77d-dd84162ad99c 1 ASDC deployResourceStructure
2021-04-27T16:04:21.189Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json ASDC sendASDCNotification
2021-04-27T16:04:21.190Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json
2021-04-27T16:04:21.190Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T16:04:21.190Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:04:21.192Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:04:21.192Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539461189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T16:04:21.292Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:04:21.293Z||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-04-27T16:04:21.293Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:04:21.301Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:21.301Z||pool-14-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:04:22.193Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-27T16:04:22.193Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml
2021-04-27T16:04:22.193Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T16:04:22.194Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:04:22.195Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:04:22.195Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539462193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-27T16:04:22.295Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:04:22.296Z||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-04-27T16:04:22.296Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:04:22.305Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:22.305Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:04:23.196Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-27T16:04:23.197Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env
2021-04-27T16:04:23.197Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T16:04:23.197Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:04:23.199Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:04:23.199Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539463196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-27T16:04:23.300Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:04:23.300Z||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-04-27T16:04:23.300Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:04:23.308Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:23.308Z||pool-16-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:04:24.201Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar ASDC sendASDCNotification
2021-04-27T16:04:24.201Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar
2021-04-27T16:04:24.201Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T16:04:24.202Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:04:24.203Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:04:24.204Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539464201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T16:04:24.303Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T16:04:24.304Z||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-04-27T16:04:24.304Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:04:24.312Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:04:24.313Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:04:25.205Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3
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-04-27T16:04:25.220Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3
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-04-27T16:04:25.223Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T16:04:25.224Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T16:04:25.224Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T16:04:55.224Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3
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-04-27T16:04:55.230Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3
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-04-27T16:04:55.232Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T16:04:55.232Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T16:04:55.232Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T16:05:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:05:05.454Z||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-04-27T16:05:05.454Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:05:05.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:05:05.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:05:05.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "aai-ml",
"timestamp": 1619539441946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:05:05.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:05:25.233Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3
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-04-27T16:05:25.239Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3
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-04-27T16:05:25.240Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T16:05:25.241Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T16:05:25.241Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T16:05:55.241Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3
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-04-27T16:05:55.247Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3
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-04-27T16:05:55.248Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T16:05:55.249Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T16:05:55.249Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T16:06:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:06:05.453Z||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-04-27T16:06:05.454Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:06:05.471Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:06:05.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:06:05.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539445449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:06:05.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:06:25.249Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3
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-04-27T16:06:25.255Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3
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-04-27T16:06:25.257Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T16:06:25.257Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T16:06:25.257Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T16:06:55.257Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3
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-04-27T16:06:55.266Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3
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-04-27T16:06:55.272Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T16:06:55.272Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T16:06:55.272Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T16:07:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:07:05.454Z||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-04-27T16:07:05.454Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:07:05.476Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:07:05.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "clamp",
"timestamp": 1619539440648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "aai-ml",
"timestamp": 1619539441946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539447080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T16:07:05.480Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:07:05.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539445449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T16:07:05.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "clamp",
"timestamp": 1619539440648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:07:05.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "aai-ml",
"timestamp": 1619539441946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539448085,
"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-04-27T16:07:05.485Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e30c2c36-cca5-41f9-ad17-410ca466c8d3
2021-04-27T16:07:05.486Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e30c2c36-cca5-41f9-ad17-410ca466c8d3 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-04-27T16:07:05.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539445449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T16:07:05.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "aai-ml",
"timestamp": 1619539441946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:07:05.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539445449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539445449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-27T16:07:05.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "aai-ml",
"timestamp": 1619539450641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:07:05.492Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539445449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539445449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:07:05.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539453700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:07:05.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:07:05.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539457649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:07:05.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:07:05.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539458816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:07:05.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539459965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:07:05.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539461189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T16:07:05.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "clamp",
"timestamp": 1619539461995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:07:05.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539462193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-27T16:07:05.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539463196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-27T16:07:05.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "clamp",
"timestamp": 1619539464003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T16:07:05.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:07:05.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539464201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T16:07:05.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:07:05.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "clamp",
"timestamp": 1619539465007,
"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-04-27T16:07:05.498Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e30c2c36-cca5-41f9-ad17-410ca466c8d3
2021-04-27T16:07:05.499Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e30c2c36-cca5-41f9-ad17-410ca466c8d3 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-04-27T16:07:05.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "aai-ml",
"timestamp": 1619539466987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T16:07:05.503Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:07:05.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "aai-ml",
"timestamp": 1619539467992,
"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-04-27T16:07:05.507Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e30c2c36-cca5-41f9-ad17-410ca466c8d3
2021-04-27T16:07:05.507Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e30c2c36-cca5-41f9-ad17-410ca466c8d3 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-04-27T16:07:05.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539495212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "cds",
"timestamp": 1619539496410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "policy-id",
"timestamp": 1619539493145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539496548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "clamp",
"timestamp": 1619539500648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "cds",
"timestamp": 1619539496410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539495212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "dcae-sch",
"timestamp": 1619539501090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "policy-id",
"timestamp": 1619539493145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539496548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "clamp",
"timestamp": 1619539500648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "aai-ml",
"timestamp": 1619539501946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "cds",
"timestamp": 1619539496410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539495212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "dcae-sch",
"timestamp": 1619539501090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "policy-id",
"timestamp": 1619539493145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-27T16:07:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539496548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-27T16:07:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "clamp",
"timestamp": 1619539500648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619539502782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "aai-ml",
"timestamp": 1619539501946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539495212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "cds",
"timestamp": 1619539496410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "dcae-sch",
"timestamp": 1619539501090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "policy-id",
"timestamp": 1619539493145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539496548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "clamp",
"timestamp": 1619539500648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619539502782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "aai-ml",
"timestamp": 1619539501946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "cds",
"timestamp": 1619539496410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539495212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "dcae-sch",
"timestamp": 1619539501090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "policy-id",
"timestamp": 1619539493145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539496548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-27T16:07:05.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:05.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:07:05.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "clamp",
"timestamp": 1619539500648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:07:05.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:07:25.272Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3
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-04-27T16:07:25.280Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3
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-04-27T16:07:25.282Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T16:07:25.282Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T16:07:25.282Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T16:07:25.282Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T16:07:25.282Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:07:25.283Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:07:25.283Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:07:25.283Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:07:25.283Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:07:25.283Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:07:25.283Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||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-04-27T16:07:25.286Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T16:07:55.286Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 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-04-27T16:07:55.293Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 and serviceModelVersionId: 0c936a79-301a-4ae1-ac0c-11ff848bd266
2021-04-27T16:07:55.293Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6992894d-6c76-4306-9631-82e0bfb3709b
2021-04-27T16:08:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:08:05.454Z||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-04-27T16:08:05.454Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:05.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:05.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619539502782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539504862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "aai-ml",
"timestamp": 1619539501946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "cds",
"timestamp": 1619539496410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539495212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "policy-id",
"timestamp": 1619539493145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "dcae-sch",
"timestamp": 1619539501090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539496548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "clamp",
"timestamp": 1619539500648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619539502782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539504862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T16:08:05.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "aai-ml",
"timestamp": 1619539501946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "cds",
"timestamp": 1619539496410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:08:05.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539495212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:08:05.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "dcae-sch",
"timestamp": 1619539501090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "policy-id",
"timestamp": 1619539493145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:08:05.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539496548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:08:05.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "clamp",
"timestamp": 1619539500648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:08:05.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619539502782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539504862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-27T16:08:05.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "aai-ml",
"timestamp": 1619539501946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "dcae-sch",
"timestamp": 1619539501090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539507487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539508350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:05.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:05.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539508362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:05.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:05.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "policy-id",
"timestamp": 1619539508348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:05.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:05.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "cds",
"timestamp": 1619539508383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:05.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:05.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619539502782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539504862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:05.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "aai-ml",
"timestamp": 1619539501946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:08:05.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539507487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T16:08:05.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:05.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "policy-id",
"timestamp": 1619539509351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T16:08:05.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:05.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:05.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "cds",
"timestamp": 1619539509389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-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-04-27T16:08:06.008Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b745efe1-7a4e-4991-863a-ef6b2fdfa03a
2021-04-27T16:08:06.008Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b745efe1-7a4e-4991-863a-ef6b2fdfa03a 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-04-27T16:08:06.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619539502782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:06.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:06.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539504862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-27T16:08:06.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:06.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539509930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:06.015Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:06.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539507487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-27T16:08:06.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:06.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "aai-ml",
"timestamp": 1619539510198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:06.016Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:06.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "policy-id",
"timestamp": 1619539510354,
"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-04-27T16:08:06.022Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b745efe1-7a4e-4991-863a-ef6b2fdfa03a
2021-04-27T16:08:06.022Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b745efe1-7a4e-4991-863a-ef6b2fdfa03a 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-04-27T16:08:06.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539504862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:06.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:06.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539507487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:06.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:06.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539511133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:06.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:06.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539504862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:08:06.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:06.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539511554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T16:08:06.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:06.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539507487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-27T16:08:06.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:06.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539512137,
"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-04-27T16:08:06.067Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b745efe1-7a4e-4991-863a-ef6b2fdfa03a
2021-04-27T16:08:06.068Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b745efe1-7a4e-4991-863a-ef6b2fdfa03a 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-04-27T16:08:06.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619539512558,
"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-04-27T16:08:06.077Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b745efe1-7a4e-4991-863a-ef6b2fdfa03a
2021-04-27T16:08:06.077Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b745efe1-7a4e-4991-863a-ef6b2fdfa03a 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-04-27T16:08:06.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539512735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:06.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:06.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539507487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:06.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:06.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619539513141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T16:08:06.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:06.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539513961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:06.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:06.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539507487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:08:06.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:08:06.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539515138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:06.086Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:06.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539515334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:06.087Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:06.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539516141,
"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-04-27T16:08:06.089Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b745efe1-7a4e-4991-863a-ef6b2fdfa03a
2021-04-27T16:08:06.090Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b745efe1-7a4e-4991-863a-ef6b2fdfa03a 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-04-27T16:08:06.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539516702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:06.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:06.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619539517143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T16:08:06.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:06.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539517910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:06.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:06.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "aai-ml",
"timestamp": 1619539518507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T16:08:06.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:06.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539518939,
"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-04-27T16:08:06.097Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b745efe1-7a4e-4991-863a-ef6b2fdfa03a
2021-04-27T16:08:06.098Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b745efe1-7a4e-4991-863a-ef6b2fdfa03a 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-04-27T16:08:06.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "aai-ml",
"timestamp": 1619539519510,
"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-04-27T16:08:06.104Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b745efe1-7a4e-4991-863a-ef6b2fdfa03a
2021-04-27T16:08:06.104Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b745efe1-7a4e-4991-863a-ef6b2fdfa03a 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-04-27T16:08:06.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619539519945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T16:08:06.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:06.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "clamp",
"timestamp": 1619539522000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:06.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:06.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "clamp",
"timestamp": 1619539524007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T16:08:06.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:08:06.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:08:06.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "clamp",
"timestamp": 1619539525013,
"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-04-27T16:08:06.113Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b745efe1-7a4e-4991-863a-ef6b2fdfa03a
2021-04-27T16:08:06.114Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b745efe1-7a4e-4991-863a-ef6b2fdfa03a 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-04-27T16:08:09.168Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?depth=0
2021-04-27T16:08:09.290Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T16:08:09.816Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?depth=0|INFO|500||Invoke
2021-04-27T16:08:09.823Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e30c2c36-cca5-41f9-ad17-410ca466c8d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[23b1cb7b-5f4f-4dc1-bc78-f4219b1296ca], X-ECOMP-RequestID=[e30c2c36-cca5-41f9-ad17-410ca466c8d3], X-TransactionId=[], X-ONAP-RequestID=[e30c2c36-cca5-41f9-ad17-410ca466c8d3], Content-Type=[application/merge-patch+json]}
2021-04-27T16:08:09.928Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-27T16:08:10.069Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?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/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210427-16:08:09:934-40713], vertex-id=[233512], Content-Length=[0], Date=[Tue, 27 Apr 2021 16:08:09 GMT], Content-Type=[application/json]}
2021-04-27T16:08:10.071Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-27T16:08:10.071Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?depth=0|INFO|500||InvokeReturn
2021-04-27T16:08:10.074Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-27T16:08:10.074Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||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-04-27T16:08:10.079Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||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-04-27T16:08:10.079Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e30c2c36-cca5-41f9-ad17-410ca466c8d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-27T16:08:10.080Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-27T16:08:10.080Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:08:10.082Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:08:10.082Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539690079,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T16:08:10.182Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:08:10.183Z||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-04-27T16:08:10.183Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:10.192Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:10.192Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-27T16:08:11.089Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:08:11.089Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|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-04-27T16:08:11.089Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|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 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:15.410Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:15.411Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-27T16:08:15.411Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b745efe1-7a4e-4991-863a-ef6b2fdfa03a","serviceName":"vFW 2021-04-27 16-03-45","serviceVersion":"1.0","serviceUUID":"8f2c3816-1538-40a4-97d1-d7aa3c1efcd1","serviceDescription":"catalog service description","serviceInvariantUUID":"e11d9323-de2b-4ba6-ab7e-26b8e3f58d01","resources":[{"resourceInstanceName":"vFW cc3545ed-bdbf 0","resourceName":"vFW cc3545ed-bdbf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6487e0d6-4095-4629-add8-e098987b6c22","resourceInvariantUUID":"20add550-6ee9-450c-907b-9b225a620451","resourceCustomizationUUID":"8f1d0902-3418-44e6-8eaa-1ffcf39e2b87","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml","artifactChecksum":"NmMxMTVlNmVhYjdhOWIzNTE3NjkxZjllNjA0Y2U4OGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd5b3b50-aca2-4a85-967e-e2b2697c2f6d","artifactVersion":"1"},{"artifactName":"vfwcc3545edbdbf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json","artifactChecksum":"MjRkN2Y3NTA3MDM4YTc0ZGRiZDZlNmJlY2Q1ZTIwZTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b4faba02-7702-4f85-9a7d-38a84ae5a6b7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2a701fd0-2847-4cdb-85eb-a7fd60823042","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2VhOGJiOWNhNmVlZTc1OWJkOGQ3NGI4OGY4YzlhODU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"438e7ab1-762d-4833-b72e-4e9a0524dc38","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4c178155-52b3-4d8c-b531-8f6b7381dccc","artifactVersion":"2","generatedFromUUID":"2a701fd0-2847-4cdb-85eb-a7fd60823042"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210427160345-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml","artifactChecksum":"MjU0MDljZGFiNzZiZWI1ZjY3YWRmMTBhNDI3ODkzOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"706c4a66-9e03-420e-a46d-1080a03291af","artifactVersion":"1"},{"artifactName":"service-Vfw20210427160345-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar","artifactChecksum":"MjVjZDIxOWU2OGM5MmJkOWJjODhjYTA4MTQwMzhiNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a626ccc1-eff3-479e-aad4-9cedb5527c88","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T16:08:15.412Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:08:15.413Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:08:15.414Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:08:15.415Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539691089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:15.515Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T16:08:15.515Z||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-04-27T16:08:15.516Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:15.524Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:15.524Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:08:16.415Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:08:16.416Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:08:16.418Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:08:16.418Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539691089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T16:08:16.518Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:08:16.518Z||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-04-27T16:08:16.519Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:16.527Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:16.528Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:08:17.418Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:08:17.419Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:08:17.421Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:08:17.421Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539691089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-27T16:08:17.521Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:08:17.522Z||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-04-27T16:08:17.522Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:17.529Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:17.529Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:08:18.422Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:08:18.422Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:08:18.424Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:08:18.424Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539691089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:18.525Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T16:08:18.526Z||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-04-27T16:08:18.526Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:18.534Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:18.534Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:08:19.425Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:08:19.426Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:08:19.427Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:08:19.428Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539691089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-27T16:08:19.528Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:08:19.528Z||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-04-27T16:08:19.528Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:19.536Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:19.536Z||pool-23-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:08:20.428Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:08:20.429Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:08:20.431Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:08:20.431Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539691089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:08:20.531Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:08:20.532Z||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-04-27T16:08:20.532Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:20.542Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:20.543Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:08:21.431Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:08:21.432Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:08:21.434Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:08:21.434Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539691089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:08:21.534Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:08:21.535Z||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-04-27T16:08:21.535Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:21.545Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:21.546Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-27T16:08:22.435Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"serviceName": "vFW 2021-04-27 16-03-45",
"serviceVersion": "1.0",
"serviceUUID": "8f2c3816-1538-40a4-97d1-d7aa3c1efcd1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e11d9323-de2b-4ba6-ab7e-26b8e3f58d01",
"resources": [
{
"resourceInstanceName": "vFW cc3545ed-bdbf 0",
"resourceCustomizationUUID": "8f1d0902-3418-44e6-8eaa-1ffcf39e2b87",
"resourceName": "vFW cc3545ed-bdbf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6487e0d6-4095-4629-add8-e098987b6c22",
"resourceInvariantUUID": "20add550-6ee9-450c-907b-9b225a620451",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcc3545edbdbf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"artifactChecksum": "MjRkN2Y3NTA3MDM4YTc0ZGRiZDZlNmJlY2Q1ZTIwZTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b4faba02-7702-4f85-9a7d-38a84ae5a6b7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2a701fd0-2847-4cdb-85eb-a7fd60823042",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4c178155-52b3-4d8c-b531-8f6b7381dccc",
"generatedFromUUID": "2a701fd0-2847-4cdb-85eb-a7fd60823042"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4c178155-52b3-4d8c-b531-8f6b7381dccc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210427160345-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"artifactChecksum": "MjVjZDIxOWU2OGM5MmJkOWJjODhjYTA4MTQwMzhiNDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a626ccc1-eff3-479e-aad4-9cedb5527c88"
}
],
"workloadContext": "Production"
}
2021-04-27T16:08:22.435Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T16:08:22.436Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8f2c3816-1538-40a4-97d1-d7aa3c1efcd1 ASDC
2021-04-27T16:08:22.436Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b745efe1-7a4e-4991-863a-ef6b2fdfa03a
ServiceName:vFW 2021-04-27 16-03-45
ServiceVersion:1.0
ServiceUUID:8f2c3816-1538-40a4-97d1-d7aa3c1efcd1
ServiceInvariantUUID:e11d9323-de2b-4ba6-ab7e-26b8e3f58d01
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210427160345-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar
ArtifactUUID:a626ccc1-eff3-479e-aad4-9cedb5527c88
ArtifactChecksum:MjVjZDIxOWU2OGM5MmJkOWJjODhjYTA4MTQwMzhiNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cc3545ed-bdbf 0
ResourceCustomizationUUID:8f1d0902-3418-44e6-8eaa-1ffcf39e2b87
ResourceInvariantUUID:20add550-6ee9-450c-907b-9b225a620451
ResourceName:vFW cc3545ed-bdbf
ResourceType:VF
ResourceUUID:6487e0d6-4095-4629-add8-e098987b6c22
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcc3545edbdbf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json
ArtifactUUID:b4faba02-7702-4f85-9a7d-38a84ae5a6b7
ArtifactChecksum:MjRkN2Y3NTA3MDM4YTc0ZGRiZDZlNmJlY2Q1ZTIwZTM=
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/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml
ArtifactUUID:2a701fd0-2847-4cdb-85eb-a7fd60823042
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/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env
ArtifactUUID:4c178155-52b3-4d8c-b531-8f6b7381dccc
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/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env
ArtifactUUID:4c178155-52b3-4d8c-b531-8f6b7381dccc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-27T16:08:22.436Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f2c3816-1538-40a4-97d1-d7aa3c1efcd1 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-04-27T16:08:22.456Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T16:08:22.457Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T16:08:22.457Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T16:08:22.457Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a626ccc1-eff3-479e-aad4-9cedb5527c88 from URL: /sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar
2021-04-27T16:08:22.458Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T16:08:22.458Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar
2021-04-27T16:08:22.732Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T16:08:22.737Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar a626ccc1-eff3-479e-aad4-9cedb5527c88 111278
2021-04-27T16:08:22.738Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar ASDC sendASDCNotification
2021-04-27T16:08:22.738Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar
2021-04-27T16:08:22.738Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T16:08:22.738Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:08:22.739Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:08:22.739Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539702738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:22.840Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:08:22.840Z||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-04-27T16:08:22.841Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:22.849Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:22.850Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:08:23.740Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T16:08:23.741Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T16:08:23.741Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a626ccc1-eff3-479e-aad4-9cedb5527c88, URL: /sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar to file: /app/ASDC/1/service-Vfw20210427160345-csar.csar
2021-04-27T16:08:23.741Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210427160345-csar.csar
2021-04-27T16:08:23.742Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210427160345-csar.csar
2021-04-27T16:08:23.742Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210427160345-csar.csar
2021-04-27T16:08:23.947Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1717020128811614283/Definitions/service-Vfw20210427160345-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-04-27T16:08:26.285Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T16:08:26.286Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T16:08:26.286Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210427160345-csar.csar
2021-04-27T16:08:26.286Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-Vfw20210427160345-csar.csar
2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-Vfw20210427160345-csar.csar
2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-Vfw20210427160345-csar.csar
2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210427160345-csar.csar
2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210427160345-csar.csar
2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-Vfw20210427160345-csar.csar
2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cc3545ed-bdbf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210427160345-csar.csar
2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-Vfw20210427160345-csar.csar
2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-Vfw20210427160345-csar.csar
2021-04-27T16:08:26.288Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210427160345-csar.csar
2021-04-27T16:08:26.288Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-Vfw20210427160345-csar.csar
2021-04-27T16:08:26.288Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cc3545ed-bdbf 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-Vfw20210427160345-csar.csar
2021-04-27T16:08:26.288Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210427160345-csar.csar
2021-04-27T16:08:26.288Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-Vfw20210427160345-csar.csar
2021-04-27T16:08:26.288Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T16:08:26.288Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:26.288Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:08:26.289Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria
2021-04-27T16:08:26.289Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T16:08:26.289Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T16:08:26.290Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:26.290Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:08:26.290Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria
2021-04-27T16:08:26.290Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T16:08:26.290Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T16:08:26.290Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:26.291Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:08:26.291Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:26.291Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is not matching search criteria
2021-04-27T16:08:26.291Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T16:08:26.292Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T16:08:26.292Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-27T16:08:26.292Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-27T16:08:26.292Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-27T16:08:26.292Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T16:08:26.292Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-27T16:08:26.292Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-27T16:08:26.293Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-27T16:08:26.293Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-27T16:08:26.293Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-27T16:08:26.293Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-27T16:08:26.293Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-27T16:08:26.293Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-27T16:08:26.294Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T16:08:26.294Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-27T16:08:26.294Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:26.294Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T16:08:26.294Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:26.294Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria
2021-04-27T16:08:26.295Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T16:08:26.295Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:26.295Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria
2021-04-27T16:08:26.295Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T16:08:26.296Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:26.296Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria
2021-04-27T16:08:26.296Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T16:08:26.296Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:26.296Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is not matching search criteria
2021-04-27T16:08:26.297Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T16:08:26.297Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T16:08:26.297Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-27T16:08:26.297Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-27T16:08:26.297Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-27T16:08:26.297Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-27T16:08:26.297Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-27T16:08:26.298Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-27T16:08:26.298Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-27T16:08:26.298Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-27T16:08:26.298Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T16:08:26.298Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5f59fc47-ad7a-49fa-834f-e292233a26b3
2021-04-27T16:08:26.299Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:26.299Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is not matching search criteria
2021-04-27T16:08:26.299Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T16:08:26.299Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T16:08:26.299Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-27T16:08:26.300Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-27T16:08:26.300Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-27T16:08:26.300Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T16:08:26.300Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-27T16:08:26.300Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-27T16:08:26.300Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-27T16:08:26.300Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-27T16:08:26.301Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-27T16:08:26.301Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T16:08:26.301Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8cbbb9d-4734-4c2c-9b04-3a6eb43b1ffa
2021-04-27T16:08:26.301Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:26.301Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is not matching search criteria
2021-04-27T16:08:26.302Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T16:08:26.302Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T16:08:26.302Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-27T16:08:26.302Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-27T16:08:26.302Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-27T16:08:26.302Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T16:08:26.303Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-27T16:08:26.303Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-27T16:08:26.303Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-27T16:08:26.303Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-27T16:08:26.303Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-27T16:08:26.303Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-27T16:08:26.304Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d38c5fb7-cb51-4061-90a5-cd2de54185dd
2021-04-27T16:08:26.304Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:26.304Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:08:26.304Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:26.304Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:08:26.304Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:26.305Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:08:26.305Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:26.305Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:08:26.305Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-27 16-03-45
Description:catalog service description
Model UUID:8f2c3816-1538-40a4-97d1-d7aa3c1efcd1
Model Version:NULL
Model InvariantUuid:e11d9323-de2b-4ba6-ab7e-26b8e3f58d01
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cc3545ed-bdbf
Model UUID:3f5cd289-dc08-4ad9-9d86-4d831d572e0b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:20add550-6ee9-450c-907b-9b225a620451
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8f1d0902-3418-44e6-8eaa-1ffcf39e2b87
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:32ea1f76-5602-44de-82d9-1fe42dfd6a8f
ModelName:VfwCc3545edBdbf..base_vfw..module-0
ModelUuid:dfc88a6f-7f7a-4670-b4c4-90f6d6677c89
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5f59fc47-ad7a-49fa-834f-e292233a26b3
ModelInvariantUuid:a0430472-f8f3-42d0-89c4-002ca4e34250
ModelName:vFW cc3545ed-bdbf-nodes.vfwCvfc
ModelUuid:c76f60a9-7089-4b0e-9b13-d3754b4c3bc9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e9c0eb0a-3f23-4d3a-bfb6-93162c457666
ModelInvariantUuid:d41bcafc-4704-4112-9535-388f6a4f36e8
ModelName:VfwCc3545edBdbf.compute.nodes.heat.vfw
ModelUuid:0799629b-6b27-43c2-8777-25352ba5ae0e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d8cbbb9d-4734-4c2c-9b04-3a6eb43b1ffa
ModelInvariantUuid:db3baf7c-493a-45a5-bf51-a6d3c982f289
ModelName:vFW cc3545ed-bdbf-nodes.vsnCvfc
ModelUuid:652250f9-493c-4f5c-815c-26f4265bb21d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:676f77ea-ba7e-44cd-a8d3-ff363c4f3159
ModelInvariantUuid:b3a5e51e-7b03-4dca-88d9-1f116494452f
ModelName:VfwCc3545edBdbf.compute.nodes.heat.vsn
ModelUuid:286af70b-6d9c-4769-af37-b679d698f2c5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d38c5fb7-cb51-4061-90a5-cd2de54185dd
ModelInvariantUuid:94bbb267-e057-4a56-8ec4-c6ad1bb5519e
ModelName:vFW cc3545ed-bdbf-nodes.vpgCvfc
ModelUuid:7fdf789a-fefa-49ad-b641-bd55fb739318
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9ae768a8-462c-4d70-a451-ce45cd5b1519
ModelInvariantUuid:ccd500d1-daf2-4007-b1f7-d48ebea9932c
ModelName:VfwCc3545edBdbf.compute.nodes.heat.vpg
ModelUuid:0977cc90-de99-4627-97de-d89d56a5a571
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-04-27T16:08:26.311Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6487e0d6-4095-4629-add8-e098987b6c22
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-04-27T16:08:26.314Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||vFW cc3545ed-bdbf 0
2021-04-27T16:08:26.314Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6487e0d6-4095-4629-add8-e098987b6c22
2021-04-27T16:08:26.314Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b4faba02-7702-4f85-9a7d-38a84ae5a6b7 from URL: /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json
2021-04-27T16:08:26.314Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T16:08:26.315Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json
2021-04-27T16:08:26.935Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T16:08:26.935Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json b4faba02-7702-4f85-9a7d-38a84ae5a6b7 785
2021-04-27T16:08:26.936Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json ASDC sendASDCNotification
2021-04-27T16:08:26.936Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json
2021-04-27T16:08:26.936Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T16:08:26.936Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:08:26.937Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:08:26.938Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539706936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:27.038Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:08:27.039Z||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-04-27T16:08:27.039Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:27.047Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:27.047Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:08:27.938Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCc3545edBdbf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "32ea1f76-5602-44de-82d9-1fe42dfd6a8f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dfc88a6f-7f7a-4670-b4c4-90f6d6677c89",
"vfModuleModelCustomizationUUID": "977561fc-f2bf-4cf8-8fef-e7138018233a",
"isBase": true,
"artifacts": [
"2a701fd0-2847-4cdb-85eb-a7fd60823042",
"4c178155-52b3-4d8c-b531-8f6b7381dccc"
],
"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-04-27T16:08:27.943Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCc3545edBdbf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dfc88a6f-7f7a-4670-b4c4-90f6d6677c89
VfModuleModelInvariantUUID:32ea1f76-5602-44de-82d9-1fe42dfd6a8f
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a701fd0-2847-4cdb-85eb-a7fd60823042
,
4c178155-52b3-4d8c-b531-8f6b7381dccc
}
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-04-27T16:08:27.946Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCc3545edBdbf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "32ea1f76-5602-44de-82d9-1fe42dfd6a8f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dfc88a6f-7f7a-4670-b4c4-90f6d6677c89",
"vfModuleModelCustomizationUUID": "977561fc-f2bf-4cf8-8fef-e7138018233a",
"isBase": true,
"artifacts": [
"2a701fd0-2847-4cdb-85eb-a7fd60823042",
"4c178155-52b3-4d8c-b531-8f6b7381dccc"
],
"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-04-27T16:08:27.946Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCc3545edBdbf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dfc88a6f-7f7a-4670-b4c4-90f6d6677c89
VfModuleModelInvariantUUID:32ea1f76-5602-44de-82d9-1fe42dfd6a8f
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a701fd0-2847-4cdb-85eb-a7fd60823042
,
4c178155-52b3-4d8c-b531-8f6b7381dccc
}
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-04-27T16:08:27.947Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2a701fd0-2847-4cdb-85eb-a7fd60823042 from URL: /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml
2021-04-27T16:08:27.947Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T16:08:27.947Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml
2021-04-27T16:08:28.194Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T16:08:28.195Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml 2a701fd0-2847-4cdb-85eb-a7fd60823042 20368
2021-04-27T16:08:28.195Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-27T16:08:28.195Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml
2021-04-27T16:08:28.195Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T16:08:28.195Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:08:28.197Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:08:28.197Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539708195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:28.297Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:08:28.298Z||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-04-27T16:08:28.298Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:28.305Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:28.305Z||pool-28-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:08:29.198Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4c178155-52b3-4d8c-b531-8f6b7381dccc from URL: /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env
2021-04-27T16:08:29.198Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T16:08:29.199Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env
2021-04-27T16:08:29.386Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T16:08:29.387Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env 4c178155-52b3-4d8c-b531-8f6b7381dccc 2098
2021-04-27T16:08:29.387Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-27T16:08:29.388Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env
2021-04-27T16:08:29.388Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T16:08:29.388Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:08:29.390Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:08:29.390Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539709387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:08:29.490Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:08:29.491Z||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-04-27T16:08:29.491Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:29.503Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:29.503Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:08:30.390Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 8f2c3816-1538-40a4-97d1-d7aa3c1efcd1
2021-04-27T16:08:30.391Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cc3545ed-bdbf 0 6487e0d6-4095-4629-add8-e098987b6c22 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T16:08:30.405Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.406Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:08:30.406Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-04-27T16:08:30.406Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 8f1d0902-3418-44e6-8eaa-1ffcf39e2b87
2021-04-27T16:08:30.406Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f1d0902-3418-44e6-8eaa-1ffcf39e2b87 matches Tosca VF Customization UUID: 8f1d0902-3418-44e6-8eaa-1ffcf39e2b87
2021-04-27T16:08:30.406Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 8f1d0902-3418-44e6-8eaa-1ffcf39e2b87 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-04-27T16:08:30.408Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.408Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:08:30.409Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 8f1d0902-3418-44e6-8eaa-1ffcf39e2b87: {\"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-04-27T16:08:30.409Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2dc7101f
2021-04-27T16:08:30.409Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.410Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T16:08:30.410Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 977561fc-f2bf-4cf8-8fef-e7138018233a
2021-04-27T16:08:30.410Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 977561fc-f2bf-4cf8-8fef-e7138018233a
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-04-27T16:08:30.412Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.412Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria
2021-04-27T16:08:30.413Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T16:08:30.413Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.413Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria
2021-04-27T16:08:30.413Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T16:08:30.413Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.413Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is not matching search criteria
2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-27T16:08:30.415Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-27T16:08:30.415Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T16:08:30.415Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5f59fc47-ad7a-49fa-834f-e292233a26b3
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-04-27T16:08:30.417Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.417Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria
2021-04-27T16:08:30.418Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T16:08:30.418Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.418Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is not matching search criteria
2021-04-27T16:08:30.418Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T16:08:30.418Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T16:08:30.419Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-27T16:08:30.419Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-27T16:08:30.419Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-27T16:08:30.419Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T16:08:30.419Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-27T16:08:30.419Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-27T16:08:30.420Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-27T16:08:30.420Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-27T16:08:30.420Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-27T16:08:30.420Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T16:08:30.420Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8cbbb9d-4734-4c2c-9b04-3a6eb43b1ffa
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-04-27T16:08:30.423Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.423Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria
2021-04-27T16:08:30.423Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T16:08:30.426Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.427Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is not matching search criteria
2021-04-27T16:08:30.427Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T16:08:30.427Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T16:08:30.427Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-27T16:08:30.428Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-27T16:08:30.428Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-27T16:08:30.428Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T16:08:30.428Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-27T16:08:30.428Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-27T16:08:30.428Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-27T16:08:30.428Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-27T16:08:30.428Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-27T16:08:30.429Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-27T16:08:30.429Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d38c5fb7-cb51-4061-90a5-cd2de54185dd
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-04-27T16:08:30.431Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.432Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria
2021-04-27T16:08:30.432Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T16:08:30.432Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.432Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria
2021-04-27T16:08:30.432Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=8f1d0902-3418-44e6-8eaa-1ffcf39e2b87
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-04-27T16:08:30.434Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.434Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:08:30.435Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 8f2c3816-1538-40a4-97d1-d7aa3c1efcd1: vFW cc3545ed-bdbf
2021-04-27T16:08:30.435Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.435Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:08:30.435Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.435Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:08:30.435Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.436Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:08:30.436Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.436Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:08:30.436Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:08:30.436Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:08:30.436Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-04-27 16-03-45
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-04-27T16:08:30.591Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cc3545ed-bdbf 6487e0d6-4095-4629-add8-e098987b6c22 1 ASDC deployResourceStructure
2021-04-27T16:08:30.592Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json ASDC sendASDCNotification
2021-04-27T16:08:30.592Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json
2021-04-27T16:08:30.592Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T16:08:30.592Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:08:30.594Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:08:30.594Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539710592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T16:08:30.695Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T16:08:30.695Z||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-04-27T16:08:30.695Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:30.705Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:30.706Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:08:31.595Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-27T16:08:31.595Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml
2021-04-27T16:08:31.595Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T16:08:31.596Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:08:31.597Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:08:31.597Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539711595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-27T16:08:31.697Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:08:31.698Z||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-04-27T16:08:31.698Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:31.706Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:31.707Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:08:32.598Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-27T16:08:32.598Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env
2021-04-27T16:08:32.599Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T16:08:32.599Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:08:32.600Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:08:32.600Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539712598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-27T16:08:32.700Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:08:32.701Z||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-04-27T16:08:32.701Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:32.708Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:32.709Z||pool-32-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:08:33.601Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar ASDC sendASDCNotification
2021-04-27T16:08:33.601Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar
2021-04-27T16:08:33.601Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T16:08:33.602Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:08:33.603Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:08:33.603Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539713601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T16:08:33.703Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:08:33.704Z||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-04-27T16:08:33.704Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:08:33.712Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:08:33.712Z||pool-33-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:08:34.604Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b745efe1-7a4e-4991-863a-ef6b2fdfa03a
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-04-27T16:08:34.611Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b745efe1-7a4e-4991-863a-ef6b2fdfa03a
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-04-27T16:08:34.613Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:08:34.615Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-04-27T16:08:34.617Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T16:09:04.617Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b745efe1-7a4e-4991-863a-ef6b2fdfa03a 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-04-27T16:09:04.621Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b745efe1-7a4e-4991-863a-ef6b2fdfa03a and serviceModelVersionId: 8f2c3816-1538-40a4-97d1-d7aa3c1efcd1
2021-04-27T16:09:04.621Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e11d9323-de2b-4ba6-ab7e-26b8e3f58d01
2021-04-27T16:09:04.622Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?depth=0
2021-04-27T16:09:04.626Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T16:09:04.669Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?depth=0|INFO|500||Invoke
2021-04-27T16:09:04.669Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b745efe1-7a4e-4991-863a-ef6b2fdfa03a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cf41efba-194b-451b-ac11-d7a3eeda39d1], X-ECOMP-RequestID=[b745efe1-7a4e-4991-863a-ef6b2fdfa03a], X-TransactionId=[], X-ONAP-RequestID=[b745efe1-7a4e-4991-863a-ef6b2fdfa03a], Content-Type=[application/merge-patch+json]}
2021-04-27T16:09:04.691Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-27T16:09:04.793Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?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/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210427-16:09:04:698-14800], vertex-id=[159824], Content-Length=[0], Date=[Tue, 27 Apr 2021 16:09:04 GMT], Content-Type=[application/json]}
2021-04-27T16:09:04.794Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-27T16:09:04.794Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?depth=0|INFO|500||InvokeReturn
2021-04-27T16:09:04.795Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-27T16:09:04.795Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-04-27T16:09:04.799Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-04-27T16:09:04.799Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b745efe1-7a4e-4991-863a-ef6b2fdfa03a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-27T16:09:04.799Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-27T16:09:04.799Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:09:04.801Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:09:04.801Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539744799,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T16:09:04.901Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:09:04.902Z||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-04-27T16:09:04.902Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:09:04.911Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:09:04.911Z||pool-34-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:09:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:09:05.453Z||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-04-27T16:09:05.453Z||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 2C3hS54QqBUotjD6) ...
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-04-27T16:09:05.808Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:09:05.809Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|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-04-27T16:09:05.809Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|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 2C3hS54QqBUotjD6) ...
2021-04-27T16:09:06.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:09:06.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:09:06.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539690079,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T16:09:06.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:09:06.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:09:06.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539691089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:09:06.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:09:06.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:09:06.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539691089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T16:09:06.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:09:06.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:09:06.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539691089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-27T16:09:06.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:09:06.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:09:06.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539691089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:09:06.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:09:06.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:09:06.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539691089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-27T16:09:06.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539691089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:09:06.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539691089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:09:06.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539702738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:09:06.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539706936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:09:06.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539708195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:09:06.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539709387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:09:06.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539710592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T16:09:06.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539711595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-27T16:09:06.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539712598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-27T16:09:06.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539713601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T16:09:06.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619539744799,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T16:09:06.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:09:15.343Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:09:15.344Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:09:15.344Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|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-04-27T16:09:15.344Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|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 2C3hS54QqBUotjD6) ...
2021-04-27T16:09:24.879Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:09:24.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:09:24.880Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-27T16:09:24.880Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:09:34.413Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:09:34.414Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:09:34.414Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-27T16:09:34.415Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:09:43.948Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:10:05.450Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:10:05.450Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-27T16:10:05.450Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:10:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:10:05.453Z||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-04-27T16:10:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:10:14.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:10:14.987Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:11:05.450Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:11:05.450Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-27T16:11:05.450Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:11:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:11:05.453Z||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-04-27T16:11:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:11:14.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:11:14.990Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:12:05.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:12:05.450Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-27T16:12:05.450Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:12:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:12:05.453Z||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-04-27T16:12:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:12:14.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:12:14.989Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:13:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:13:05.450Z||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-04-27T16:13:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:13:05.453Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:13:05.453Z||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-04-27T16:13:05.454Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:13:14.990Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:13:14.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:14:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:14:05.450Z||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-04-27T16:14:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:14:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:14:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|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-04-27T16:14:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|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 2C3hS54QqBUotjD6) ...
2021-04-27T16:14:14.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:14:14.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:15:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:15:05.450Z||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-04-27T16:15:05.450Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:15:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:15:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|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-04-27T16:15:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|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 2C3hS54QqBUotjD6) ...
2021-04-27T16:15:14.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:15:14.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:16:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:16:05.452Z||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-04-27T16:16:05.452Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:16:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:16:05.453Z||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-04-27T16:16:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:16:06.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:16:06.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619540125212,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:16:06.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619540124862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:16:06.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "clamp",
"timestamp": 1619540130648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:16:06.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619540127487,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:16:06.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "cds",
"timestamp": 1619540126410,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:16:06.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "aai-ml",
"timestamp": 1619540131946,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:16:06.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "policy-id",
"timestamp": 1619540133145,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:16:06.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "clamp",
"timestamp": 1619540130648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:16:06.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619540125212,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:16:06.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619540124862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:16:06.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619540127487,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:16:06.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:16:06.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "cds",
"timestamp": 1619540126410,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:16:06.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "aai-ml",
"timestamp": 1619540131946,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:16:06.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0aee0ea5-8fe1-4322-b1d2-0159043e1a66","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"75a9f1b5-a103-4a14-8695-0672c5f8a833","serviceDescription":"service","serviceInvariantUUID":"068b3724-e5a5-46b5-bc9f-6455049cdb34","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c9ae9da6-3937-430e-b551-8f0656597d8f","resourceInvariantUUID":"e7fcc679-c69b-4454-b9d6-21e233a7e551","resourceCustomizationUUID":"57d721c1-9919-417d-b3ae-2220ed257f92","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":"NzQ2MDkwMWRhMDRjMzQ1N2ZmMTE1OTUxYmU3MDdkMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3648f1d8-7f74-4021-b5fe-dbf09ca16017","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjUzYTc5OTdmZGZjNGQ0Njc0MzhiYTkzMGU4NmRlMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7230bf42-da87-486d-8770-f9e3775ffaf8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T16:16:06.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "policy-id",
"timestamp": 1619540133145,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:16:06.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619540136001,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:16:06.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:16:06.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "cds",
"timestamp": 1619540136013,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:16:06.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:16:06.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "aai-ml",
"timestamp": 1619540136033,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:16:06.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:16:06.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "policy-id",
"timestamp": 1619540136034,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:16:06.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:16:06.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "cds",
"timestamp": 1619540137019,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-04-27T16:16:06.081Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:16:06.082Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
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-04-27T16:16:06.090Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:16:06.090Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619540165450,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:16:06.092Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0aee0ea5-8fe1-4322-b1d2-0159043e1a66
2021-04-27T16:16:06.092Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 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-04-27T16:16:06.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "policy-id",
"timestamp": 1619540137037,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T16:16:06.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:16:06.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619540136548,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:16:06.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619540137476,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T16:16:06.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:16:06.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "policy-id",
"timestamp": 1619540138039,
"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-04-27T16:16:06.101Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0aee0ea5-8fe1-4322-b1d2-0159043e1a66
2021-04-27T16:16:06.101Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 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-04-27T16:16:06.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619540136548,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:16:06.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619540138480,
"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-04-27T16:16:06.107Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0aee0ea5-8fe1-4322-b1d2-0159043e1a66
2021-04-27T16:16:06.107Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 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-04-27T16:16:06.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "aai-ml",
"timestamp": 1619540139216,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T16:16:06.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:16:06.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "aai-ml",
"timestamp": 1619540140220,
"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-04-27T16:16:06.113Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0aee0ea5-8fe1-4322-b1d2-0159043e1a66
2021-04-27T16:16:06.113Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 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-04-27T16:16:06.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "dcae-sch",
"timestamp": 1619540141090,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:16:06.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "clamp",
"timestamp": 1619540142073,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:16:06.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:16:06.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "dcae-sch",
"timestamp": 1619540141090,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:16:06.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "ves-openapi-manager",
"timestamp": 1619540142782,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:16:06.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "clamp",
"timestamp": 1619540144079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T16:16:06.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T16:16:06.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "ves-openapi-manager",
"timestamp": 1619540142782,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:16:06.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:16:06.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:16:06.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "clamp",
"timestamp": 1619540145081,
"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-04-27T16:16:06.121Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0aee0ea5-8fe1-4322-b1d2-0159043e1a66
2021-04-27T16:16:06.121Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 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-04-27T16:16:06.190Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:16:06.190Z||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-04-27T16:16:06.191Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:16:06.198Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:16:06.198Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:16:07.090Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:16:07.092Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:16:07.093Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:16:07.093Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619540165450,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:16:07.194Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T16:16:07.194Z||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-04-27T16:16:07.194Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:16:07.203Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:16:07.203Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:16:08.094Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "75a9f1b5-a103-4a14-8695-0672c5f8a833",
"serviceDescription": "service",
"serviceInvariantUUID": "068b3724-e5a5-46b5-bc9f-6455049cdb34",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "57d721c1-9919-417d-b3ae-2220ed257f92",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "c9ae9da6-3937-430e-b551-8f0656597d8f",
"resourceInvariantUUID": "e7fcc679-c69b-4454-b9d6-21e233a7e551",
"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": "NjUzYTc5OTdmZGZjNGQ0Njc0MzhiYTkzMGU4NmRlMTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7230bf42-da87-486d-8770-f9e3775ffaf8"
}
],
"workloadContext": "Production"
}
2021-04-27T16:16:08.094Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T16:16:08.095Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 75a9f1b5-a103-4a14-8695-0672c5f8a833 ASDC
2021-04-27T16:16:08.095Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0aee0ea5-8fe1-4322-b1d2-0159043e1a66
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:75a9f1b5-a103-4a14-8695-0672c5f8a833
ServiceInvariantUUID:068b3724-e5a5-46b5-bc9f-6455049cdb34
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:7230bf42-da87-486d-8770-f9e3775ffaf8
ArtifactChecksum:NjUzYTc5OTdmZGZjNGQ0Njc0MzhiYTkzMGU4NmRlMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:57d721c1-9919-417d-b3ae-2220ed257f92
ResourceInvariantUUID:e7fcc679-c69b-4454-b9d6-21e233a7e551
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c9ae9da6-3937-430e-b551-8f0656597d8f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-04-27T16:16:08.095Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 75a9f1b5-a103-4a14-8695-0672c5f8a833 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-04-27T16:16:08.115Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T16:16:08.115Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-04-27T16:16:08.115Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-04-27T16:16:08.115Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7230bf42-da87-486d-8770-f9e3775ffaf8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-27T16:16:08.116Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-04-27T16:16:08.116Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:08.584Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-04-27T16:16:08.586Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7230bf42-da87-486d-8770-f9e3775ffaf8 53008
2021-04-27T16:16:08.586Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:08.587Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:08.587Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T16:16:08.587Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:16:08.588Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:16:08.588Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619540168586,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:16:08.688Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:16:08.689Z||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-04-27T16:16:08.689Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:16:08.696Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:16:08.697Z||pool-37-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:16:09.589Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T16:16:09.590Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-04-27T16:16:09.590Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7230bf42-da87-486d-8770-f9e3775ffaf8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T16:16:09.590Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-27T16:16:09.590Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T16:16:09.590Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T16:16:09.677Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15680828715303687636/Definitions/service-BasicNetwork-template.yml
2021-04-27T16:16:10.071Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:16:10.073Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:10.073Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-27T16:16:10.073Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-04-27T16:16:10.073Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T16:16:10.073Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:16:10.073Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:16:10.073Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-27T16:16:10.073Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-04-27T16:16:10.074Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T16:16:10.074Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:16:10.074Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:16:10.074Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:16:10.074Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:16:10.074Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:16:10.075Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:16:10.075Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:16:10.075Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:16:10.075Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:16:10.075Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:16:10.075Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:75a9f1b5-a103-4a14-8695-0672c5f8a833
Model Version:NULL
Model InvariantUuid:068b3724-e5a5-46b5-bc9f-6455049cdb34
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e7fcc679-c69b-4454-b9d6-21e233a7e551
Model UUID:37224ae6-f2e7-4235-96af-294b3721e392
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:57d721c1-9919-417d-b3ae-2220ed257f92
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-04-27T16:16:10.081Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: c9ae9da6-3937-430e-b551-8f0656597d8f
2021-04-27T16:16:10.081Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||No resources found for Service: 75a9f1b5-a103-4a14-8695-0672c5f8a833
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-04-27T16:16:10.085Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||
2021-04-27T16:16:10.085Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-04-27T16:16:10.086Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 75a9f1b5-a103-4a14-8695-0672c5f8a833
2021-04-27T16:16:10.086Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 75a9f1b5-a103-4a14-8695-0672c5f8a833
2021-04-27T16:16:10.086Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-04-27T16:16:10.086Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:10.091Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:16:10.091Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:16:10.091Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:16:10.091Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:16:10.092Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 75a9f1b5-a103-4a14-8695-0672c5f8a833: Generic NeutronNet
2021-04-27T16:16:10.092Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:16:10.092Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:16:10.092Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:16:10.092Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:10.113Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:16:10.113Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:16:10.114Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:16:10.114Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:10.114Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:16:10.114Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:16:10.114Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:10.161Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-04-27T16:16:10.161Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:10.161Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:10.161Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T16:16:10.161Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:16:10.162Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:16:10.163Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619540170161,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T16:16:10.263Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:16:10.263Z||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-04-27T16:16:10.263Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:16:10.275Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:16:10.276Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:16:11.167Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0aee0ea5-8fe1-4322-b1d2-0159043e1a66
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-04-27T16:16:11.176Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0aee0ea5-8fe1-4322-b1d2-0159043e1a66
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-04-27T16:16:11.177Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:11.181Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T16:16:41.181Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 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-04-27T16:16:41.184Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 and serviceModelVersionId: 75a9f1b5-a103-4a14-8695-0672c5f8a833
2021-04-27T16:16:41.185Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 068b3724-e5a5-46b5-bc9f-6455049cdb34
2021-04-27T16:16:41.186Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/068b3724-e5a5-46b5-bc9f-6455049cdb34/model-vers/model-ver/75a9f1b5-a103-4a14-8695-0672c5f8a833?depth=0
2021-04-27T16:16:41.189Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T16:16:41.230Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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/068b3724-e5a5-46b5-bc9f-6455049cdb34/model-vers/model-ver/75a9f1b5-a103-4a14-8695-0672c5f8a833?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-04-27T16:16:41.231Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/068b3724-e5a5-46b5-bc9f-6455049cdb34/model-vers/model-ver/75a9f1b5-a103-4a14-8695-0672c5f8a833?depth=0|INFO|500||Invoke
2021-04-27T16:16:41.263Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/068b3724-e5a5-46b5-bc9f-6455049cdb34/model-vers/model-ver/75a9f1b5-a103-4a14-8695-0672c5f8a833?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-27T16:16:41.354Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/068b3724-e5a5-46b5-bc9f-6455049cdb34/model-vers/model-ver/75a9f1b5-a103-4a14-8695-0672c5f8a833?depth=0|INFO|500||InvokeReturn
2021-04-27T16:16:41.354Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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/068b3724-e5a5-46b5-bc9f-6455049cdb34/model-vers/model-ver/75a9f1b5-a103-4a14-8695-0672c5f8a833?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210427-16:16:41:273-38193], vertex-id=[233496], Content-Length=[0], Date=[Tue, 27 Apr 2021 16:16:41 GMT], Content-Type=[application/json]}
2021-04-27T16:16:41.354Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-04-27T16:16:41.354Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-27T16:16:41.354Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:41.358Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:16:41.358Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-27T16:16:41.359Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-27T16:16:41.360Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:16:41.362Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:16:41.362Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619540201359,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T16:16:41.462Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:16:41.463Z||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-04-27T16:16:41.463Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:16:41.474Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:16:41.475Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-27T16:17:05.449Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:17:05.450Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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-04-27T16:17:05.450Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|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 2C3hS54QqBUotjD6) ...
2021-04-27T16:17:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T16:17:05.453Z||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-04-27T16:17:05.453Z||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 2C3hS54QqBUotjD6) ...
2021-04-27T16:17:05.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:17:05.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T16:17:05.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619540165450,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:17:05.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T16:17:06.075Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:17:06.076Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T16:17:06.076Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b69a038e-2dfd-4af9-adfc-3e352977d840","serviceName":"Demo_pNF_Apt6vpsuSQDSHElr7HfS","serviceVersion":"1.0","serviceUUID":"70ac20e1-8717-4238-9c32-85c389b6afb8","serviceDescription":"catalog service description","serviceInvariantUUID":"e58d7531-645c-4126-bf74-01dda9b90e9f","resources":[{"resourceInstanceName":"pNF 52cac4ae-064b 0","resourceName":"pNF 52cac4ae-064b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aa0ca3b7-86c3-4476-91ce-a42afc2fc91a","resourceInvariantUUID":"0b0afee2-c14e-4721-959c-42dac83a4135","resourceCustomizationUUID":"92fed0ce-8c9c-42f0-8293-72b7df945528","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vf-license-model.xml","artifactChecksum":"MTQ5YjhlZTBhNWVkMjhmMGQ4OTc0MDI0NGI4ZGRlMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42465dbb-64b1-4820-88c0-33f0aef43ed0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/pNF.csar","artifactChecksum":"N2NiZWQ3NTE1Mzg2ZTU5NzVjMzA4MjUwNjhiZWI2N2Q\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4826b166-7c0a-4c6f-97b0-f455780eee37","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d4b29ca-c09c-43ce-b75b-645f3ab93483","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vendor-license-model.xml","artifactChecksum":"MDY0OGZlNTU5ZjU5ZGJkNjJhNDg5YmRkZDY5OTU5MWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d356f758-c6c8-4e8d-97f9-55f8e65847a1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aae2cf26-e7cd-460a-ba16-e4ea3be96ac6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"de9a0fb7-4589-4caa-bc72-c0b2bec8f20b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfApt6vpsusqdshelr7hfs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-template.yml","artifactChecksum":"MmE0MmVlZWUyZWIwMjEwZTIwZWE4ZGVkOTk0YjliMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7197bd8-4e63-4ccb-8a6e-da17f2df5229","artifactVersion":"1"},{"artifactName":"service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar","artifactChecksum":"Zjg5ZTdmMWY0ZDkxYjkyMjdjNzAzNzA3OTEzYWEzNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"123e449d-fbac-4a69-b116-32c2bca69072","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T16:17:06.078Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:17:06.078Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:17:06.079Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:17:06.080Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619540225449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:17:06.180Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T16:17:06.180Z||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-04-27T16:17:06.180Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:17:06.190Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:17:06.191Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:17:07.081Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:17:07.082Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:17:07.083Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:17:07.084Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619540225449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:17:07.184Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:17:07.184Z||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-04-27T16:17:07.185Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:17:07.192Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:17:07.192Z||pool-41-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:17:08.084Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:17:08.085Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:17:08.086Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:17:08.086Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619540225449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:17:08.187Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T16:17:08.187Z||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-04-27T16:17:08.187Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:17:08.194Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:17:08.194Z||pool-42-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:17:09.087Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:17:09.088Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:17:09.089Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:17:09.089Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619540225449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:17:09.189Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:17:09.190Z||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-04-27T16:17:09.190Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:17:09.197Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:17:09.197Z||pool-43-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:17:10.090Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:17:10.090Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:17:10.092Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:17:10.092Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619540225449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:17:10.192Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:17:10.193Z||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-04-27T16:17:10.193Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:17:10.207Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:17:10.207Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:17:11.092Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:17:11.093Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:17:11.095Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:17:11.095Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619540225449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:17:11.195Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:17:11.196Z||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-04-27T16:17:11.196Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:17:11.203Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:17:11.203Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:17:12.095Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:17:12.096Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:17:12.098Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:17:12.098Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619540225449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T16:17:12.198Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:17:12.199Z||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-04-27T16:17:12.199Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:17:12.210Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:17:12.211Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:17:13.099Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T16:17:13.099Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:17:13.101Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:17:13.101Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619540225449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T16:17:13.201Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:17:13.202Z||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-04-27T16:17:13.202Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:17:13.210Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:17:13.210Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:17:14.102Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840",
"serviceName": "Demo_pNF_Apt6vpsuSQDSHElr7HfS",
"serviceVersion": "1.0",
"serviceUUID": "70ac20e1-8717-4238-9c32-85c389b6afb8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e58d7531-645c-4126-bf74-01dda9b90e9f",
"resources": [
{
"resourceInstanceName": "pNF 52cac4ae-064b 0",
"resourceCustomizationUUID": "92fed0ce-8c9c-42f0-8293-72b7df945528",
"resourceName": "pNF 52cac4ae-064b",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "aa0ca3b7-86c3-4476-91ce-a42afc2fc91a",
"resourceInvariantUUID": "0b0afee2-c14e-4721-959c-42dac83a4135",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar",
"artifactChecksum": "Zjg5ZTdmMWY0ZDkxYjkyMjdjNzAzNzA3OTEzYWEzNWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "123e449d-fbac-4a69-b116-32c2bca69072"
}
],
"workloadContext": "Production"
}
2021-04-27T16:17:14.102Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T16:17:14.103Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70ac20e1-8717-4238-9c32-85c389b6afb8 ASDC
2021-04-27T16:17:14.103Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:b69a038e-2dfd-4af9-adfc-3e352977d840
ServiceName:Demo_pNF_Apt6vpsuSQDSHElr7HfS
ServiceVersion:1.0
ServiceUUID:70ac20e1-8717-4238-9c32-85c389b6afb8
ServiceInvariantUUID:e58d7531-645c-4126-bf74-01dda9b90e9f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
ArtifactUUID:123e449d-fbac-4a69-b116-32c2bca69072
ArtifactChecksum:Zjg5ZTdmMWY0ZDkxYjkyMjdjNzAzNzA3OTEzYWEzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 52cac4ae-064b 0
ResourceCustomizationUUID:92fed0ce-8c9c-42f0-8293-72b7df945528
ResourceInvariantUUID:0b0afee2-c14e-4721-959c-42dac83a4135
ResourceName:pNF 52cac4ae-064b
ResourceType:PNF
ResourceUUID:aa0ca3b7-86c3-4476-91ce-a42afc2fc91a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-04-27T16:17:14.103Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70ac20e1-8717-4238-9c32-85c389b6afb8 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-04-27T16:17:14.123Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T16:17:14.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-04-27T16:17:14.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-04-27T16:17:14.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 123e449d-fbac-4a69-b116-32c2bca69072 from URL: /sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
2021-04-27T16:17:14.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-04-27T16:17:14.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
2021-04-27T16:17:14.288Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-04-27T16:17:14.294Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 123e449d-fbac-4a69-b116-32c2bca69072 83898
2021-04-27T16:17:14.294Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar ASDC sendASDCNotification
2021-04-27T16:17:14.294Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
2021-04-27T16:17:14.295Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T16:17:14.295Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-27T16:17:14.297Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T16:17:14.297Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619540234294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T16:17:14.397Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T16:17:14.398Z||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-04-27T16:17:14.398Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ...
2021-04-27T16:17:14.412Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T16:17:14.412Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-27T16:17:15.297Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T16:17:15.298Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-04-27T16:17:15.298Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 123e449d-fbac-4a69-b116-32c2bca69072, URL: /sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar to file: /app/ASDC/1/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
2021-04-27T16:17:15.299Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
2021-04-27T16:17:15.299Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
2021-04-27T16:17:15.299Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
2021-04-27T16:17:15.399Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16018404154540080985/Definitions/service-DemoPnfApt6vpsusqdshelr7hfs-template.yml
2021-04-27T16:17:16.104Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 52cac4ae-064b 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-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|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-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|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-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|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-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 52cac4ae-064b 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|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-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
2021-04-27T16:17:16.106Z|b69a038e-2dfd-4af9-adfc-3e352977d840|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-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
2021-04-27T16:17:16.106Z|b69a038e-2dfd-4af9-adfc-3e352977d840|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-DemoPnfApt6vpsusqdshelr7hfs-csar.csar
2021-04-27T16:17:16.106Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-04-27T16:17:16.106Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:17:16.106Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Apt6vpsuSQDSHElr7HfS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:17:16.106Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Node template pNF 52cac4ae-064b 0 is matching search criteria
2021-04-27T16:17:16.106Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-04-27T16:17:16.106Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 52cac4ae-064b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T16:17:16.107Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:17:16.107Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Apt6vpsuSQDSHElr7HfS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:17:16.107Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Node template pNF 52cac4ae-064b 0 is matching search criteria
2021-04-27T16:17:16.107Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-04-27T16:17:16.107Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 52cac4ae-064b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T16:17:16.107Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:17:16.107Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Apt6vpsuSQDSHElr7HfS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:17:16.107Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:17:16.108Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Apt6vpsuSQDSHElr7HfS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:17:16.108Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:17:16.108Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Apt6vpsuSQDSHElr7HfS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:17:16.108Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:17:16.108Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Apt6vpsuSQDSHElr7HfS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:17:16.108Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:17:16.109Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Apt6vpsuSQDSHElr7HfS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:17:16.109Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_Apt6vpsuSQDSHElr7HfS
Description:catalog service description
Model UUID:70ac20e1-8717-4238-9c32-85c389b6afb8
Model Version:NULL
Model InvariantUuid:e58d7531-645c-4126-bf74-01dda9b90e9f
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-04-27T16:17:16.116Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: aa0ca3b7-86c3-4476-91ce-a42afc2fc91a
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-04-27T16:17:16.118Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||pNF 52cac4ae-064b 0
2021-04-27T16:17:16.118Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aa0ca3b7-86c3-4476-91ce-a42afc2fc91a
2021-04-27T16:17:16.119Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 70ac20e1-8717-4238-9c32-85c389b6afb8
2021-04-27T16:17:16.119Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 70ac20e1-8717-4238-9c32-85c389b6afb8
2021-04-27T16:17:16.119Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 52cac4ae-064b 0 aa0ca3b7-86c3-4476-91ce-a42afc2fc91a 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-04-27T16:17:16.123Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T16:17:16.123Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Apt6vpsuSQDSHElr7HfS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T16:17:16.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 70ac20e1-8717-4238-9c32-85c389b6afb8: pNF 52cac4ae-064b
2021-04-27T16:17:16.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||Processing PNF resource: aa0ca3b7-86c3-4476-91ce-a42afc2fc91a
2021-04-27T16:17:16.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery